Lines Matching refs:context

160 WindowImpl::WindowImpl (Context *context, const PeerHandle &peer, Window *window)  in WindowImpl()  argument
162 , mpCtx (context) in WindowImpl()
676 ControlImpl::ControlImpl (Context *context, const PeerHandle &peer, Window *window) in ControlImpl() argument
677 : WindowImpl( context, peer, window ) in ControlImpl()
766 DialogImpl( Context *context, PeerHandle const &peer, Window *window );
769 DialogImpl::DialogImpl( Context *context, const PeerHandle &peer, Window *window ) in DialogImpl() argument
770 : WindowImpl( context, peer, window ) in DialogImpl()
1003 TabControlImpl (Context *context, const PeerHandle &peer, Window *window) in TabControlImpl() argument
1004 : ControlImpl (context, peer, window) in TabControlImpl()
1230 TabPageImpl( Context *context, const PeerHandle &peer, Window *window ) in TabPageImpl() argument
1231 : WindowImpl( context, peer, window ) in TabPageImpl()
1276 FixedLineImpl( Context *context, const PeerHandle &peer, Window *window ) in FixedLineImpl() argument
1277 : ControlImpl( context, peer, window ) in FixedLineImpl()
1295 FixedTextImpl( Context *context, const PeerHandle &peer, Window *window ) in FixedTextImpl() argument
1296 : ControlImpl( context, peer, window ) in FixedTextImpl()
1335 FixedInfoImpl( Context *context, const PeerHandle &peer, Window *window ) in FixedInfoImpl() argument
1336 : FixedTextImpl( context, peer, window ) in FixedInfoImpl()
1348 ProgressBarImpl( Context *context, const PeerHandle &peer, Window *window ) in ProgressBarImpl() argument
1349 : ControlImpl( context, peer, window ) in ProgressBarImpl()
1367 FixedImageImpl( Context *context, const PeerHandle &peer, Window *window) in FixedImageImpl() argument
1369 : ControlImpl( context, peer, window ) in FixedImageImpl()
1454 PluginImpl( Context *context, const PeerHandle &peer, Window *window, :: Control *plugin ) in PluginImpl() argument
1455 : ControlImpl( context, peer, window ) in PluginImpl()
1472 Plugin::Plugin( Context *context, char const *id, ::Control *plugin ) in Plugin() argument
1473 : Control( new PluginImpl( context, context->GetPeerHandle( id, 0 ), this, plugin ) ) in Plugin()
1485 LocalizedStringImpl( Context *context, const PeerHandle &peer, Window *window ) in LocalizedStringImpl() argument
1486 : WindowImpl( context, peer, window ) in LocalizedStringImpl()
1506 LocalizedString::LocalizedString( Context *context, char const* id ) in LocalizedString() argument
1507 : Window( new LocalizedStringImpl( context, context->GetPeerHandle( id, 0 ), this ) ) in LocalizedString()
1568 InPlugImpl (Context *context, const PeerHandle &peer, Window *window) in InPlugImpl() argument
1569 : WindowImpl (context, peer, window) in InPlugImpl()