Lines Matching refs:context

160 WindowImpl::WindowImpl (Context *context, const PeerHandle &peer, Window *window)  in WindowImpl()  argument
162 , mpCtx (context) in WindowImpl()
682 ControlImpl::ControlImpl (Context *context, const PeerHandle &peer, Window *window) in ControlImpl() argument
683 : WindowImpl( context, peer, window ) in ControlImpl()
772 DialogImpl( Context *context, PeerHandle const &peer, Window *window );
775 DialogImpl::DialogImpl( Context *context, const PeerHandle &peer, Window *window ) in DialogImpl() argument
776 : WindowImpl( context, peer, window ) in DialogImpl()
1009 TabControlImpl (Context *context, const PeerHandle &peer, Window *window) in TabControlImpl() argument
1010 : ControlImpl (context, peer, window) in TabControlImpl()
1236 TabPageImpl( Context *context, const PeerHandle &peer, Window *window ) in TabPageImpl() argument
1237 : WindowImpl( context, peer, window ) in TabPageImpl()
1282 FixedLineImpl( Context *context, const PeerHandle &peer, Window *window ) in FixedLineImpl() argument
1283 : ControlImpl( context, peer, window ) in FixedLineImpl()
1301 FixedTextImpl( Context *context, const PeerHandle &peer, Window *window ) in FixedTextImpl() argument
1302 : ControlImpl( context, peer, window ) in FixedTextImpl()
1341 FixedInfoImpl( Context *context, const PeerHandle &peer, Window *window ) in FixedInfoImpl() argument
1342 : FixedTextImpl( context, peer, window ) in FixedInfoImpl()
1354 ProgressBarImpl( Context *context, const PeerHandle &peer, Window *window ) in ProgressBarImpl() argument
1355 : ControlImpl( context, peer, window ) in ProgressBarImpl()
1373 FixedImageImpl( Context *context, const PeerHandle &peer, Window *window) in FixedImageImpl() argument
1375 : ControlImpl( context, peer, window ) in FixedImageImpl()
1460 PluginImpl( Context *context, const PeerHandle &peer, Window *window, :: Control *plugin ) in PluginImpl() argument
1461 : ControlImpl( context, peer, window ) in PluginImpl()
1478 Plugin::Plugin( Context *context, char const *id, ::Control *plugin ) in Plugin() argument
1479 : Control( new PluginImpl( context, context->GetPeerHandle( id, 0 ), this, plugin ) ) in Plugin()
1491 LocalizedStringImpl( Context *context, const PeerHandle &peer, Window *window ) in LocalizedStringImpl() argument
1492 : WindowImpl( context, peer, window ) in LocalizedStringImpl()
1512 LocalizedString::LocalizedString( Context *context, char const* id ) in LocalizedString() argument
1513 : Window( new LocalizedStringImpl( context, context->GetPeerHandle( id, 0 ), this ) ) in LocalizedString()
1574 InPlugImpl (Context *context, const PeerHandle &peer, Window *window) in InPlugImpl() argument
1575 : WindowImpl (context, peer, window) in InPlugImpl()