Home
last modified time | relevance | path

Searched refs:core_interface (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
Dfake_pepper_interface_url_loader.h71 explicit FakeURLLoaderInterface(FakeCoreInterface* core_interface);
92 FakeURLRequestInfoInterface(FakeCoreInterface* core_interface,
109 FakeURLResponseInfoInterface(FakeCoreInterface* core_interface,
Dfake_pepper_interface_url_loader.cc240 FakeCoreInterface* core_interface) in FakeURLLoaderInterface() argument
241 : core_interface_(core_interface) {} in FakeURLLoaderInterface()
382 FakeCoreInterface* core_interface, in FakeURLRequestInfoInterface() argument
384 : core_interface_(core_interface), var_interface_(var_interface) {} in FakeURLRequestInfoInterface()
467 FakeCoreInterface* core_interface, in FakeURLResponseInfoInterface() argument
469 : core_interface_(core_interface), var_interface_(var_interface) {} in FakeURLResponseInfoInterface()
Dfake_pepper_interface_html5fs.h99 explicit FakeFileIoInterface(FakeCoreInterface* core_interface);
133 FakeFileRefInterface(FakeCoreInterface* core_interface,
158 FakeFileSystemInterface(FakeCoreInterface* core_interface);
Dfake_pepper_interface_html5fs.cc288 FakeFileIoInterface::FakeFileIoInterface(FakeCoreInterface* core_interface) in FakeFileIoInterface() argument
289 : core_interface_(core_interface) {} in FakeFileIoInterface()
457 FakeFileRefInterface::FakeFileRefInterface(FakeCoreInterface* core_interface, in FakeFileRefInterface() argument
459 : core_interface_(core_interface), var_interface_(var_interface) {} in FakeFileRefInterface()
626 FakeCoreInterface* core_interface) in FakeFileSystemInterface() argument
627 : core_interface_(core_interface) {} in FakeFileSystemInterface()
/external/chromium_org/ppapi/proxy/
Dppb_core_proxy.cc77 const PPB_Core core_interface = { variable
102 return &core_interface; in GetPPB_Core_Interface()
/external/chromium_org/ppapi/thunk/
Dinterfaces_legacy.h12 LEGACY_IFACE(PPB_CORE_INTERFACE_1_0, &core_interface)
/external/chromium_org/content/renderer/pepper/
Dplugin_module.cc213 const PPB_Core core_interface = { variable
544 return &core_interface; in GetCore()
/external/chromium_org/ppapi/tests/
Dtest_websocket.cc79 explicit ReleaseResourceDelegate(const PPB_Core* core_interface, in ReleaseResourceDelegate() argument
81 : core_interface_(core_interface), in ReleaseResourceDelegate()