HomeSort by relevance Sort by last modified time
    Searched refs:core_interface (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/ppapi/proxy/
ppb_core_proxy.cc 77 const PPB_Core core_interface = { member in namespace:ppapi::proxy::__anon14112
102 return &core_interface;
  /external/chromium_org/native_client_sdk/src/tests/nacl_io_test/fake_ppapi/
fake_pepper_interface_url_loader.h 82 explicit FakeURLLoaderInterface(FakeCoreInterface* core_interface);
103 FakeURLRequestInfoInterface(FakeCoreInterface* core_interface,
120 FakeURLResponseInfoInterface(FakeCoreInterface* core_interface,
fake_pepper_interface_html5_fs.h 102 explicit FakeFileIoInterface(FakeCoreInterface* core_interface);
136 FakeFileRefInterface(FakeCoreInterface* core_interface,
165 FakeFileSystemInterface(FakeCoreInterface* core_interface);
fake_pepper_interface_url_loader.cc 315 FakeCoreInterface* core_interface)
316 : core_interface_(core_interface) {
454 FakeCoreInterface* core_interface,
456 : core_interface_(core_interface), var_interface_(var_interface) {
540 FakeCoreInterface* core_interface,
542 : core_interface_(core_interface), var_interface_(var_interface) {
fake_pepper_interface_html5_fs.cc 288 FakeFileIoInterface::FakeFileIoInterface(FakeCoreInterface* core_interface)
289 : core_interface_(core_interface) {}
457 FakeFileRefInterface::FakeFileRefInterface(FakeCoreInterface* core_interface,
459 : core_interface_(core_interface), var_interface_(var_interface) {}
658 FakeCoreInterface* core_interface)
659 : core_interface_(core_interface) {}
  /external/chromium_org/ppapi/thunk/
interfaces_legacy.h 12 LEGACY_IFACE(PPB_CORE_INTERFACE_1_0, &core_interface)
  /external/chromium_org/sync/engine/
non_blocking_type_processor.h 60 scoped_ptr<NonBlockingTypeProcessorCoreInterface> core_interface);
non_blocking_type_processor.cc 88 scoped_ptr<NonBlockingTypeProcessorCoreInterface> core_interface) {
93 core_interface_ = core_interface.Pass();
  /external/chromium_org/sync/sessions/
model_type_registry.cc 201 scoped_ptr<NonBlockingTypeProcessorCoreInterface> core_interface(
209 base::Passed(&core_interface)));
  /external/chromium_org/content/renderer/pepper/
plugin_module.cc 215 const PPB_Core core_interface = {&AddRefResource, &ReleaseResource, member in namespace:content::__anon12067
526 const PPB_Core* PluginModule::GetCore() { return &core_interface; }
  /external/chromium_org/ppapi/tests/
test_websocket.cc 79 explicit ReleaseResourceDelegate(const PPB_Core* core_interface,
81 : core_interface_(core_interface),
    [all...]

Completed in 366 milliseconds