Lines Matching refs:context

157 WindowImpl::WindowImpl (Context *context, const PeerHandle &peer, Window *window)  in WindowImpl()  argument
159 , mpCtx (context) in WindowImpl()
673 ControlImpl::ControlImpl (Context *context, const PeerHandle &peer, Window *window) in ControlImpl() argument
674 : WindowImpl( context, peer, window ) in ControlImpl()
763 DialogImpl( Context *context, PeerHandle const &peer, Window *window );
766 DialogImpl::DialogImpl( Context *context, const PeerHandle &peer, Window *window ) in DialogImpl() argument
767 : WindowImpl( context, peer, window ) in DialogImpl()
1000 TabControlImpl (Context *context, const PeerHandle &peer, Window *window) in TabControlImpl() argument
1001 : ControlImpl (context, peer, window) in TabControlImpl()
1227 TabPageImpl( Context *context, const PeerHandle &peer, Window *window ) in TabPageImpl() argument
1228 : WindowImpl( context, peer, window ) in TabPageImpl()
1273 FixedLineImpl( Context *context, const PeerHandle &peer, Window *window ) in FixedLineImpl() argument
1274 : ControlImpl( context, peer, window ) in FixedLineImpl()
1292 FixedTextImpl( Context *context, const PeerHandle &peer, Window *window ) in FixedTextImpl() argument
1293 : ControlImpl( context, peer, window ) in FixedTextImpl()
1332 FixedInfoImpl( Context *context, const PeerHandle &peer, Window *window ) in FixedInfoImpl() argument
1333 : FixedTextImpl( context, peer, window ) in FixedInfoImpl()
1345 ProgressBarImpl( Context *context, const PeerHandle &peer, Window *window ) in ProgressBarImpl() argument
1346 : ControlImpl( context, peer, window ) in ProgressBarImpl()
1364 FixedImageImpl( Context *context, const PeerHandle &peer, Window *window) in FixedImageImpl() argument
1366 : ControlImpl( context, peer, window ) in FixedImageImpl()
1451 PluginImpl( Context *context, const PeerHandle &peer, Window *window, :: Control *plugin ) in PluginImpl() argument
1452 : ControlImpl( context, peer, window ) in PluginImpl()
1469 Plugin::Plugin( Context *context, char const *id, ::Control *plugin ) in Plugin() argument
1470 : Control( new PluginImpl( context, context->GetPeerHandle( id, 0 ), this, plugin ) ) in Plugin()
1482 LocalizedStringImpl( Context *context, const PeerHandle &peer, Window *window ) in LocalizedStringImpl() argument
1483 : WindowImpl( context, peer, window ) in LocalizedStringImpl()
1503 LocalizedString::LocalizedString( Context *context, char const* id ) in LocalizedString() argument
1504 : Window( new LocalizedStringImpl( context, context->GetPeerHandle( id, 0 ), this ) ) in LocalizedString()
1565 InPlugImpl (Context *context, const PeerHandle &peer, Window *window) in InPlugImpl() argument
1566 : WindowImpl (context, peer, window) in InPlugImpl()