Searched refs:core_interface (Results 1 – 8 of 8) sorted by relevance
/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/ |
D | fake_pepper_interface_url_loader.h | 71 explicit FakeURLLoaderInterface(FakeCoreInterface* core_interface); 92 FakeURLRequestInfoInterface(FakeCoreInterface* core_interface, 109 FakeURLResponseInfoInterface(FakeCoreInterface* core_interface,
|
D | fake_pepper_interface_url_loader.cc | 240 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()
|
D | fake_pepper_interface_html5fs.h | 99 explicit FakeFileIoInterface(FakeCoreInterface* core_interface); 133 FakeFileRefInterface(FakeCoreInterface* core_interface, 158 FakeFileSystemInterface(FakeCoreInterface* core_interface);
|
D | fake_pepper_interface_html5fs.cc | 288 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/ |
D | ppb_core_proxy.cc | 77 const PPB_Core core_interface = { variable 102 return &core_interface; in GetPPB_Core_Interface()
|
/external/chromium_org/ppapi/thunk/ |
D | interfaces_legacy.h | 12 LEGACY_IFACE(PPB_CORE_INTERFACE_1_0, &core_interface)
|
/external/chromium_org/content/renderer/pepper/ |
D | plugin_module.cc | 213 const PPB_Core core_interface = { variable 544 return &core_interface; in GetCore()
|
/external/chromium_org/ppapi/tests/ |
D | test_websocket.cc | 79 explicit ReleaseResourceDelegate(const PPB_Core* core_interface, in ReleaseResourceDelegate() argument 81 : core_interface_(core_interface), in ReleaseResourceDelegate()
|