Searched defs:instance (Results 151 - 175 of 1075) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/renderer/pepper/
H A Dchrome_pdf_print_client.cc18 content::PepperPluginInstance* instance = local
20 if (!instance)
22 return instance->GetContainer()->element();
H A Dchrome_renderer_pepper_host_factory.cc33 PP_Instance instance,
37 // Make sure the plugin is giving us a valid instance for this resource.
38 if (!host_->IsValidInstance(instance))
46 new PepperFlashRendererHost(host_, instance, params.pp_resource()));
50 host_, instance, params.pp_resource()));
57 host_, instance, params.pp_resource(), serialized_menu));
78 host_, instance, params.pp_resource(), description, charset));
84 host_, instance, params.pp_resource()));
93 new pdf::PepperPDFHost(host_, instance, params.pp_resource()));
99 // time of the corresponding instance'
30 CreateResourceHost( ppapi::host::PpapiHost* host, const ppapi::proxy::ResourceMessageCallParams& params, PP_Instance instance, const IPC::Message& message) argument
[all...]
H A Dpepper_flash_fullscreen_host.cc17 PP_Instance instance,
19 : ResourceHost(host->GetPpapiHost(), instance, resource),
15 PepperFlashFullscreenHost( content::RendererPpapiHost* host, PP_Instance instance, PP_Resource resource) argument
H A Dpepper_shared_memory_message_filter.cc40 PP_Instance instance,
55 content::PepperPluginInstance::Get(instance)
57 ->TrackSharedMemoryHandle(instance, host_shm_handle, size);
39 OnHostMsgCreateSharedMemory( PP_Instance instance, uint32_t size, int* host_handle_id, ppapi::proxy::SerializedHandle* plugin_handle) argument
/external/chromium_org/chrome/tools/crash_service/
H A Dmain.cc37 int __stdcall wWinMain(HINSTANCE instance, HINSTANCE, wchar_t* cmd_line, argument
/external/chromium_org/components/user_manager/
H A Duser_manager.h77 // Initializes UserManager instance to this. Normally should be called right
80 // instance with their own test instance.
83 // Checks whether the UserManager instance has been created already.
93 // Sets UserManager instance to NULL. Always call Shutdown() first.
97 // Returns UserManager instance or will crash if it is |NULL| (has either not
300 // Sets UserManager instance.
303 // Pointer to the existing UserManager instance (if any).
308 static UserManager* instance; member in class:user_manager::UserManager
313 // Same as Get() but doesn't won't crash is current instance i
[all...]
/external/chromium_org/content/browser/gpu/
H A Dbrowser_gpu_channel_host_factory.h24 static BrowserGpuChannelHostFactory* instance() { return instance_; } function in class:content::BrowserGpuChannelHostFactory
/external/chromium_org/content/browser/renderer_host/pepper/
H A Dpepper_gamepad_host.cc20 PP_Instance instance,
22 : ResourceHost(host->GetPpapiHost(), instance, resource),
30 PP_Instance instance,
32 : ResourceHost(host->GetPpapiHost(), instance, resource),
19 PepperGamepadHost(BrowserPpapiHost* host, PP_Instance instance, PP_Resource resource) argument
28 PepperGamepadHost(GamepadService* gamepad_service, BrowserPpapiHost* host, PP_Instance instance, PP_Resource resource) argument
H A Dpepper_printing_host.cc18 PP_Instance instance,
21 : ResourceHost(host, instance, resource),
16 PepperPrintingHost( ppapi::host::PpapiHost* host, PP_Instance instance, PP_Resource resource, scoped_ptr<PepperPrintSettingsManager> print_settings_manager) argument
/external/chromium_org/content/browser/renderer_host/
H A Drender_view_host_delegate.cc34 SiteInstance* instance) {
33 GetSessionStorageNamespace( SiteInstance* instance) argument
H A Drender_view_host_factory.cc17 SiteInstance* instance,
25 return factory_->CreateRenderViewHost(instance, delegate, widget_delegate,
29 return new RenderViewHostImpl(instance, delegate, widget_delegate, routing_id,
16 Create( SiteInstance* instance, RenderViewHostDelegate* delegate, RenderWidgetHostDelegate* widget_delegate, int routing_id, int main_frame_routing_id, bool swapped_out, bool hidden) argument
/external/chromium_org/content/browser/shared_worker/
H A Dshared_worker_instance_unittest.cc32 bool Matches(const SharedWorkerInstance& instance, argument
35 return instance.Matches(GURL(url),
/external/chromium_org/content/child/npapi/
H A Dplugin_string_stream.cc12 PluginInstance* instance,
16 : PluginStream(instance, url.spec().c_str(), notify_needed, notify_data) {
24 // Protect the stream against it being destroyed or the whole plugin instance
11 PluginStringStream( PluginInstance* instance, const GURL& url, bool notify_needed, void* notify_data) argument
/external/chromium_org/content/renderer/pepper/
H A Dhost_var_tracker.h36 // Tracks all live V8ObjectVar. This is so we can map between instance +
42 PP_Var V8ObjectVarForV8Object(PP_Instance instance,
44 // Returns the number of V8ObjectVars associated with the given instance.
45 // Returns 0 if the instance isn't known.
46 CONTENT_EXPORT int GetLiveV8ObjectVarsForTest(PP_Instance instance);
50 PP_Instance instance,
57 virtual int TrackSharedMemoryHandle(PP_Instance instance,
61 PP_Instance instance,
78 // and the instance it is associated with.
86 PP_Instance instance; member in struct:content::HostVarTracker::V8ObjectVarKey
102 PP_Instance instance; member in struct:content::HostVarTracker::SharedMemoryMapEntry
[all...]
H A Dpepper_webplugin_impl.h38 PepperPluginInstanceImpl* instance() { return instance_.get(); } function in class:content::PepperWebPluginImpl
95 // True if the instance represents the entire document in a frame instead of
H A Dv8object_var.cc17 V8ObjectVar::V8ObjectVar(PP_Instance instance, argument
19 : instance_(content::HostGlobals::Get()->GetInstance(instance)) {
/external/chromium_org/content/test/
H A Dtest_render_view_host_factory.cc30 SiteInstance* instance,
37 instance, delegate, widget_delegate, routing_id, main_frame_routing_id,
29 CreateRenderViewHost( SiteInstance* instance, RenderViewHostDelegate* delegate, RenderWidgetHostDelegate* widget_delegate, int routing_id, int main_frame_routing_id, bool swapped_out) argument
/external/chromium_org/gin/shell/
H A Dgin_main.cc67 gin::IsolateHolder instance; local
72 gin::ShellRunner runner(&delegate, instance.isolate());
/external/chromium_org/gin/test/
H A Dfile_runner.cc63 gin::IsolateHolder instance; local
64 gin::ShellRunner runner(delegate, instance.isolate());
/external/chromium_org/native_client_sdk/src/examples/api/core/
H A Dcore.cc7 #include "ppapi/cpp/instance.h"
18 /// The Instance class. One of these exists for each instance of your NaCl
26 /// The constructor creates the plugin-side instance.
27 /// @param[in] instance the handle to the browser-side plugin instance.
28 explicit CoreInstance(PP_Instance instance) argument
29 : pp::Instance(instance), callback_factory_(this) {}
66 virtual pp::Instance* CreateInstance(PP_Instance instance) { argument
67 return new CoreInstance(instance);
/external/chromium_org/native_client_sdk/src/examples/tutorial/multi_platform/
H A Dmulti_platform.cc5 #include "ppapi/cpp/instance.h"
11 explicit Instance(PP_Instance instance) : pp::Instance(instance) {} argument
25 virtual pp::Instance* CreateInstance(PP_Instance instance) { argument
26 return new Instance(instance);
/external/chromium_org/native_client_sdk/src/getting_started/part1/
H A Dhello_tutorial.cc27 #include "ppapi/cpp/instance.h"
31 /// The Instance class. One of these exists for each instance of your NaCl
42 /// The constructor creates the plugin-side instance.
43 /// @param[in] instance the handle to the browser-side plugin instance.
44 explicit HelloTutorialInstance(PP_Instance instance) : pp::Instance(instance) argument
58 /// an instance of your NaCl module on the web page. The browser creates a new
59 /// instance for each <embed> tag with type="application/x-pnacl".
66 /// @param[in] instance Th
68 CreateInstance(PP_Instance instance) argument
[all...]
/external/chromium_org/native_client_sdk/src/getting_started/part2/
H A Dhello_tutorial.cc5 #include "ppapi/cpp/instance.h"
21 explicit HelloTutorialInstance(PP_Instance instance) argument
22 : pp::Instance(instance) {}
45 virtual pp::Instance* CreateInstance(PP_Instance instance) { argument
46 return new HelloTutorialInstance(instance);
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
H A Dnacl_io.cc19 int nacl_io_init_ppapi(PP_Instance instance, PPB_GetInterface get_interface) { argument
20 return ki_init_ppapi(NULL, instance, get_interface);
H A Dreal_pepper_interface.cc78 RealPepperInterface::RealPepperInterface(PP_Instance instance, argument
80 : instance_(instance) {

Completed in 516 milliseconds

1234567891011>>