HomeSort by relevance Sort by last modified time
    Searched full:instance (Results 426 - 450 of 17684) sorted by null

<<11121314151617181920>>

  /external/chromium_org/content/renderer/android/
synchronous_compositor_factory.cc 19 SynchronousCompositorFactory* instance) {
25 g_instance = instance;
  /external/chromium_org/content/renderer/pepper/
mock_resource.h 17 MockResource(PP_Instance instance)
18 : Resource(ppapi::OBJECT_IS_IMPL, instance) {}
renderer_ppapi_host_impl.h 56 // or NULL if the instance is invalid.
67 // plugin instance. This object will reference the host impl, so the
69 // creation object is associated with the instance, this will generally
72 CreateInProcessResourceCreationAPI(PepperPluginInstanceImpl* instance);
74 PepperPluginInstanceImpl* GetPluginInstanceImpl(PP_Instance instance) const;
80 virtual bool IsValidInstance(PP_Instance instance) const OVERRIDE;
81 virtual PepperPluginInstance* GetPluginInstance(PP_Instance instance) const
83 virtual RenderFrame* GetRenderFrameForInstance(PP_Instance instance) const
85 virtual RenderView* GetRenderViewForInstance(PP_Instance instance) const
88 PP_Instance instance) const OVERRIDE
    [all...]
  /external/chromium_org/content/test/data/npapi/
get_javascript_open_popup_with_plugin.html 16 window with a windowed plugin instance. The test verifies that the plugin instance in <br />
npobject_lifetime_test_second_instance.html 5 Second instance.
8 NPObject Lifetime test second plugin instance<p>
  /external/chromium_org/native_client_sdk/src/examples/api/url_loader/
url_loader.cc 9 #include "ppapi/cpp/instance.h"
22 class URLLoaderInstance : public pp::Instance {
24 explicit URLLoaderInstance(PP_Instance instance) : pp::Instance(instance) {}
67 virtual pp::Instance* CreateInstance(PP_Instance instance) {
68 return new URLLoaderInstance(instance);
  /external/chromium_org/ppapi/api/private/
ppb_instance_private.idl 30 /** Error creating and initializing the instance */
43 * the DOM window containing this module instance.
45 * @param[in] instance A PP_Instance whose WindowObject should be retrieved.
48 PP_Var GetWindowObject([in] PP_Instance instance);
52 * the DOM element containing this module instance.
54 * @param[in] instance A PP_Instance whose WindowObject should be retrieved.
57 PP_Var GetOwnerElementObject([in] PP_Instance instance);
77 PP_Var ExecuteScript([in] PP_Instance instance,
  /external/chromium_org/ppapi/c/private/
ppb_instance_private.h 43 /** Error creating and initializing the instance */
63 * the DOM window containing this module instance.
65 * @param[in] instance A PP_Instance whose WindowObject should be retrieved.
68 struct PP_Var (*GetWindowObject)(PP_Instance instance);
71 * the DOM element containing this module instance.
73 * @param[in] instance A PP_Instance whose WindowObject should be retrieved.
76 struct PP_Var (*GetOwnerElementObject)(PP_Instance instance);
95 struct PP_Var (*ExecuteScript)(PP_Instance instance,
  /external/chromium_org/ppapi/cpp/
mouse_cursor.cc 20 bool MouseCursor::SetCursor(const InstanceHandle& instance,
27 instance.pp_instance(), type, image.pp_resource(),
network_monitor.h 13 class Instance;
20 explicit NetworkMonitor(const InstanceHandle& instance);
  /external/chromium_org/ppapi/examples/mouse_cursor/
mouse_cursor.cc 10 #include "ppapi/cpp/instance.h"
27 class MyInstance : public pp::Instance {
29 MyInstance(PP_Instance instance)
30 : pp::Instance(instance), width_(0), height_(0) {
88 virtual pp::Instance* CreateInstance(PP_Instance instance) {
89 return new MyInstance(instance);
  /external/chromium_org/ppapi/host/
message_filter_host.cc 15 PP_Instance instance,
18 : ResourceHost(host, instance, resource) {
  /external/chromium_org/ppapi/native_client/tests/ppapi_test_lib/
internal_utils.cc 18 void set_pp_instance(PP_Instance instance) { global_pp_instance = instance; }
  /external/chromium_org/ppapi/proxy/
broker_resource.cc 13 BrokerResource::BrokerResource(Connection connection, PP_Instance instance)
14 : PluginResource(connection, instance) {
message_handler.cc 26 PP_Instance instance,
29 CallWhileUnlocked(function, instance, user_data,
34 PP_Instance instance,
38 PluginDispatcher* dispatcher = PluginDispatcher::GetForInstance(instance);
45 function, instance, user_data, &message_data.get(), &result);
57 PP_Instance instance,
60 CallWhileUnlocked(function, instance, user_data, message_data.get());
64 PP_Instance instance,
68 PluginDispatcher* dispatcher = PluginDispatcher::GetForInstance(instance);
74 instance,
    [all...]
  /external/chromium_org/ppapi/shared_impl/
resource.cc 13 Resource::Resource(ResourceObjectType type, PP_Instance instance)
14 : host_resource_(HostResource::MakeInstanceOnly(instance)) {
15 // The instance should be valid (nonzero).
16 DCHECK(instance);
22 // Note that we need to have set the instance above (in the initializer
23 // list) since AddResource needs our instance() getter to work, and that
26 host_resource_.SetHostResource(instance, pp_resource_);
39 host_resource_.SetHostResource(host_resource.instance(), pp_resource_);
  /external/chromium_org/ppapi/tests/
test_audio_config.h 16 explicit TestAudioConfig(TestingInstance* instance) : TestCase(instance) {}
test_browser_font.h 12 TestBrowserFont(TestingInstance* instance) : TestCase(instance) {}
test_core.h 14 explicit TestCore(TestingInstance* instance) : TestCase(instance) {}
test_file_system.h 14 explicit TestFileSystem(TestingInstance* instance) : TestCase(instance) {}
test_memory.h 15 explicit TestMemory(TestingInstance* instance) : TestCase(instance) {}
test_test_internals.h 15 explicit TestTestInternals(TestingInstance* instance) : TestCase(instance) {}
test_video_decoder_dev.h 16 explicit TestVideoDecoderDev(TestingInstance* instance)
17 : TestCase(instance) {}
  /external/chromium_org/ui/views/controls/menu/
menu_config_mac.cc 18 const MenuConfig& MenuConfig::instance(const ui::NativeTheme* theme) { function in class:views::MenuConfig
20 MenuConfig, mac_instance, (theme ? theme : ui::NativeTheme::instance()));
  /external/clang/test/SemaObjC/
conditional-expr-7.m 27 id <MyProtocol> instance = (argc) ? array : set;
28 instance = (void*)0;

Completed in 1107 milliseconds

<<11121314151617181920>>