HomeSort by relevance Sort by last modified time
    Searched refs:pp_instance (Results 76 - 100 of 300) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/chromium_org/content/renderer/pepper/
ppb_widget_impl.cc 23 PPB_Widget_Impl::PPB_Widget_Impl(PP_Instance instance)
63 HostGlobals::Get()->GetInstance(pp_instance());
70 widget->Invalidate(pp_instance(), pp_resource(), dirty);
pepper_file_chooser_host_unittest.cc 49 PP_Instance pp_instance() const { return pp_instance_; } function in class:content::__anon12419::PepperFileChooserHostTest
52 PP_Instance pp_instance_;
72 MockRendererPpapiHost host(view_, pp_instance());
73 PepperFileChooserHost chooser(&host, pp_instance(), pp_resource);
135 MockRendererPpapiHost host(view_, pp_instance());
136 PepperFileChooserHost chooser(&host, pp_instance(), pp_resource);
host_var_tracker.cc 21 : instance(object_var->instance()->pp_instance()) {
26 HostVarTracker::V8ObjectVarKey::V8ObjectVarKey(PP_Instance instance,
58 DCHECK(GetForV8Object(object_var->instance()->pp_instance(),
67 object_var->instance()->pp_instance(), object_var->GetHandle());
72 PP_Var HostVarTracker::V8ObjectVarForV8Object(PP_Instance instance,
81 int HostVarTracker::GetLiveV8ObjectVarsForTest(PP_Instance instance) {
96 PP_Instance instance,
110 void HostVarTracker::DidDeleteInstance(PP_Instance pp_instance) {
114 HostGlobals::Get()->GetInstance(pp_instance);
    [all...]
url_response_info_util.cc 72 PP_Instance pp_instance,
94 new PepperFileRefRendererHost(host_impl, pp_instance, 0, external_path);
101 host_impl->CreateBrowserResourceHosts(pp_instance,
  /external/chromium_org/ppapi/cpp/
audio.cc 32 instance.pp_instance(), config.pp_resource(), callback, user_data));
44 instance.pp_instance(), config.pp_resource(), callback, user_data));
graphics_3d.cc 30 instance.pp_instance(), 0, attrib_list));
39 instance.pp_instance(),
net_address.cc 33 instance.pp_instance(), &ipv4_addr));
42 instance.pp_instance(), &ipv6_addr));
file_system.cc 50 instance.pp_instance(), type));
module.h 11 #include "ppapi/c/pp_instance.h"
31 typedef std::map<PP_Instance, Instance*> InstanceMap;
89 /// <code>PP_Instance</code>, or NULL if one is not found. This should only
94 /// @param[in] instance This <code>PP_Instance</code>.
96 /// @return The object associated with this <code>PP_Instance</code>,
98 Instance* InstanceForPPInstance(PP_Instance instance);
141 /// @param[in] instance A <code>PP_Instance</code>.
144 virtual Instance* CreateInstance(PP_Instance instance) = 0;
147 friend PP_Bool Instance_DidCreate(PP_Instance pp_instance,
    [all...]
  /external/chromium_org/ppapi/cpp/private/
tcp_server_socket_private.cc 31 instance.pp_instance()));
35 instance.pp_instance()));
output_protection_private.cc 29 instance.pp_instance()));
  /external/chromium_org/ppapi/proxy/
udp_socket_resource.cc 23 PP_Instance instance)
48 thunk::EnterResourceCreationNoLock enter(pp_instance());
52 pp_instance(), addr_private);
  /external/chromium_org/ppapi/tests/
test_talk_private.cc 62 instance_->pp_instance());
64 TestCompletionCallback callback(instance_->pp_instance(), callback_type());
test_tcp_server_socket_private_disallowed.cc 54 tcp_server_socket_private_interface_->Create(instance_->pp_instance());
62 TestCompletionCallback callback(instance_->pp_instance());
test_tcp_socket_private_trusted.cc 28 if (!GetLocalHostPort(instance_->pp_instance(), &host_, &port_))
43 TestCompletionCallback cb(instance_->pp_instance(), callback_type());
test_ime_input_event.cc 128 testing_interface_->QuitMessageLoop(instance_->pp_instance());
204 input_event_interface_->RequestInputEvents(instance_->pp_instance(),
224 testing_interface_->SimulateInputEvent(instance_->pp_instance(),
227 testing_interface_->RunMessageLoop(instance_->pp_instance());
316 input_event_interface_->RequestInputEvents(instance_->pp_instance(),
345 input_event_interface_->RequestInputEvents(instance_->pp_instance(),
373 input_event_interface_->ClearInputEventRequest(instance_->pp_instance(),
375 input_event_interface_->RequestInputEvents(instance_->pp_instance(),
403 input_event_interface_->ClearInputEventRequest(instance_->pp_instance(),
405 input_event_interface_->RequestInputEvents(instance_->pp_instance(),
    [all...]
test_file_io.cc 83 int32_t ReadEntireFile(PP_Instance instance,
106 int32_t ReadToArrayEntireFile(PP_Instance instance,
145 int32_t WriteEntireBuffer(PP_Instance instance,
196 TestCompletionCallback callback(instance_->pp_instance(), callback_type());
291 TestCompletionCallback callback(instance_->pp_instance(), callback_type());
317 TestCompletionCallback callback(instance_->pp_instance(), callback_type());
336 int32_t rv = WriteEntireBuffer(instance_->pp_instance(), &file_io, 0,
351 rv = ReadEntireFile(instance_->pp_instance(), &file_io, 0, &read_buffer,
363 rv = ReadEntireFile(instance_->pp_instance(), &file_io, 0, &read_buffer,
370 rv = ReadEntireFile(instance_->pp_instance(), &file_io, 100, &read_buffer
    [all...]
test_truetype_font.cc 28 const PP_Instance kInvalidInstance = 0;
104 instance_->pp_instance(), false);
117 instance_->pp_instance(), false);
135 instance_->pp_instance(), false);
150 cc2(instance_->pp_instance(), false);
164 instance_->pp_instance(), false);
176 cc(instance_->pp_instance(), false);
208 font = ppb_truetype_font_interface_->Create(instance_->pp_instance(), &desc);
228 instance_->pp_instance(), false);
261 instance_->pp_instance(), false)
    [all...]
test_tcp_server_socket_private.cc 43 bool init_host_port = GetLocalHostPort(instance_->pp_instance(),
64 TestCompletionCallback callback(instance_->pp_instance(), callback_type());
78 TestCompletionCallback callback(instance_->pp_instance(), callback_type());
93 TestCompletionCallback callback(instance_->pp_instance(), callback_type());
107 TestCompletionCallback callback(instance_->pp_instance(), callback_type());
131 TestCompletionCallback callback(instance_->pp_instance(), callback_type());
151 TestCompletionCallback accept_callback(instance_->pp_instance(), PP_REQUIRED);
212 connect_callbacks[i] = new TestCompletionCallback(instance_->pp_instance(),
222 TestCompletionCallback callback(instance_->pp_instance(), callback_type());
test_compositor.cc 122 TestCompletionCallback texture_release_callback(instance_->pp_instance(),
132 TestCompletionCallback image_release_callback(instance_->pp_instance(),
139 TestCompletionCallback callback(instance_->pp_instance(), callback_type());
202 TestCompletionCallback texture_release_callback(instance_->pp_instance(),
212 TestCompletionCallback image_release_callback(instance_->pp_instance(),
219 TestCompletionCallback callback(instance_->pp_instance(), callback_type());
267 TestCompletionCallback texture_release_callback(instance_->pp_instance(),
277 TestCompletionCallback image_release_callback(instance_->pp_instance(),
312 TestCompletionCallback callback(instance_->pp_instance(), callback_type());
350 TestCompletionCallback texture_release_callback(instance_->pp_instance(),
    [all...]
test_flash_drm.cc 50 instance_->pp_instance());
63 instance_->pp_instance());
100 instance_->pp_instance());
  /external/chromium_org/ppapi/native_client/src/trusted/plugin/
pnacl_coordinator.cc 103 GetNaClInterface()->SetPNaClStartTime(plugin->pp_instance());
148 plugin_->pp_instance(),
197 plugin_->pp_instance(),
219 GetNaClInterface()->DispatchEvent(plugin_->pp_instance(),
245 plugin_->pp_instance(), PP_TRUE, pnacl_options_.opt_level,
289 GetNaClInterface()->StreamPexe(plugin_->pp_instance(),
342 plugin_->nacl_interface()->CreateTemporaryFile(plugin_->pp_instance());
413 GetNaClInterface()->DispatchEvent(plugin_->pp_instance(),
421 GetNaClInterface()->DispatchEvent(plugin_->pp_instance(),
  /external/chromium_org/chrome/renderer/pepper/
pepper_flash_menu_host.cc 97 PP_Instance instance,
116 renderer_ppapi_host_->GetRenderFrameForInstance(pp_instance());
148 renderer_ppapi_host_->GetRenderFrameForInstance(pp_instance());
155 renderer_ppapi_host_->GetRoutingIDForWidget(pp_instance());
160 pp_instance(), gfx::Point(location.x, location.y));
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/html5fs/
html5_fs_node.h 8 #include <ppapi/c/pp_instance.h>
  /external/chromium_org/ppapi/cpp/dev/
buffer_dev.cc 42 instance.pp_instance(), size));

Completed in 233 milliseconds

1 2 34 5 6 7 8 91011>>