OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InterfaceFactoryImplWithContext
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/mojo/public/cpp/application/
interface_factory_impl.h
32
class
InterfaceFactoryImplWithContext
: public InterfaceFactory<Interface> {
34
explicit
InterfaceFactoryImplWithContext
(Context* context)
36
virtual ~
InterfaceFactoryImplWithContext
() {}
/external/chromium_org/mojo/services/test_service/
test_request_tracker_application.h
34
typedef
InterfaceFactoryImplWithContext
<TestTrackedRequestServiceImpl,
38
typedef
InterfaceFactoryImplWithContext
<TestRequestTrackerImpl,
/external/chromium_org/mojo/apps/js/
application_delegate_impl.h
64
InterfaceFactoryImplWithContext
<ContentHandlerImpl, ApplicationDelegateImpl>
/external/chromium_org/mojo/examples/content_handler_demo/
content_handler_demo.cc
71
InterfaceFactoryImplWithContext
<ContentHandlerImpl,
/external/chromium_org/mojo/examples/keyboard/
keyboard.cc
122
InterfaceFactoryImplWithContext
<KeyboardServiceImpl, Keyboard>
/external/chromium_org/mojo/services/window_manager/
window_manager_app.h
144
InterfaceFactoryImplWithContext
<WindowManagerServiceImpl, WindowManagerApp>
/external/chromium_org/mojo/examples/png_viewer/
png_viewer.cc
218
new
InterfaceFactoryImplWithContext
<ContentHandlerImpl, Shell>(
229
scoped_ptr<
InterfaceFactoryImplWithContext
<ContentHandlerImpl, Shell> >
/external/chromium_org/mojo/examples/window_manager/
window_manager.cc
514
InterfaceFactoryImplWithContext
<WindowManagerConnection, WindowManager>
Completed in 145 milliseconds