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

1 2 3 4 56 7 8 91011>>

  /external/chromium_org/ppapi/tests/
test_host_resolver.cc 30 GetLocalHostPort(instance_->pp_instance(), &host_, &port_);
50 TestCompletionCallback callback(instance_->pp_instance(), callback_type());
61 TestCompletionCallback callback(instance_->pp_instance(), callback_type());
74 TestCompletionCallback callback(instance_->pp_instance(), callback_type());
105 TestCompletionCallback callback(instance_->pp_instance(), callback_type());
test_udp_socket_private.cc 43 bool init_host_port = GetLocalHostPort(instance_->pp_instance(),
66 TestCompletionCallback callback(instance_->pp_instance(), callback_type());
94 TestCompletionCallback callback(instance_->pp_instance(), callback_type());
126 TestCompletionCallback callback(instance_->pp_instance(), callback_type());
139 TestCompletionCallback callback(instance_->pp_instance(), callback_type());
153 TestCompletionCallback callback(instance_->pp_instance(), callback_type());
test_flash_fullscreen.cc 42 fullscreen_event_(instance->pp_instance()),
43 normal_event_(instance->pp_instance()) {
test_media_stream_audio_track.cc 97 event_(instance_->pp_instance()) {
154 instance_->pp_instance(), false);
186 TestCompletionCallback cc_configure(instance_->pp_instance(), false);
198 instance_->pp_instance(), false);
317 instance_->pp_instance(), false);
326 TestCompletionCallback cc_configure(instance_->pp_instance(), false);
356 TestCompletionCallback cc_configure(instance_->pp_instance(), false);
415 instance_->pp_instance(), false);
test_file_ref.cc 58 TestCompletionCallback callback(instance_->pp_instance(), callback_type());
78 TestCompletionCallback callback(instance_->pp_instance(), callback_type());
80 instance_->pp_instance(), callback_type());
200 TestCompletionCallback callback(instance_->pp_instance(), callback_type());
234 TestCompletionCallback callback(instance_->pp_instance(), callback_type());
275 TestCompletionCallback callback(instance_->pp_instance(), callback_type());
293 TestCompletionCallback callback(instance_->pp_instance(), callback_type());
359 TestCompletionCallback callback(instance_->pp_instance(), callback_type());
435 TestCompletionCallback callback(instance_->pp_instance(), callback_type());
499 TestCompletionCallback callback(instance_->pp_instance(), callback_type())
    [all...]
  /external/chromium_org/content/renderer/pepper/
pepper_audio_input_host.cc 43 PP_Instance instance,
50 host->GetRenderFrameForInstance(pp_instance())),
95 GURL document_url = renderer_ppapi_host_->GetDocumentURL(pp_instance());
102 renderer_ppapi_host_->GetRenderFrameForInstance(pp_instance())->
ppb_broker_impl.cc 29 PPB_Broker_Impl::PPB_Broker_Impl(PP_Instance instance)
61 HostGlobals::Get()->GetInstance(pp_instance());
105 HostGlobals::Get()->GetInstance(pp_instance());
pepper_file_chooser_host.cc 73 PP_Instance instance,
109 pp_instance(),
136 !renderer_ppapi_host_->HasUserGesture(pp_instance())) {
158 renderer_ppapi_host_->GetRenderViewForInstance(pp_instance()));
179 renderer_ppapi_host_, pp_instance(), 0, file_paths[i]);
pepper_in_process_resource_creation.h 45 PP_Instance instance,
47 virtual PP_Resource CreateFileChooser(PP_Instance instance,
50 virtual PP_Resource CreateFileIO(PP_Instance instance) OVERRIDE;
51 virtual PP_Resource CreateFileRef(PP_Instance instance,
54 virtual PP_Resource CreateFileSystem(PP_Instance instance,
56 virtual PP_Resource CreateGraphics2D(PP_Instance pp_instance,
59 virtual PP_Resource CreatePrinting(PP_Instance instance) OVERRIDE;
61 PP_Instance instance,
63 virtual PP_Resource CreateURLLoader(PP_Instance instance) OVERRIDE
    [all...]
ppb_proxy_impl.cc 27 PP_Instance GetInstanceForResource(PP_Resource resource) {
32 return obj->pp_instance();
36 PP_Bool (*reserve)(PP_Module, PP_Instance)) {
renderer_ppapi_host_impl.cc 35 PP_Instance instance) {
107 PP_Instance pp_instance) {
109 HostGlobals::Get()->GetInstance(pp_instance);
126 PP_Instance instance) const {
139 PP_Instance instance) const {
150 PP_Instance instance) const {
160 bool RendererPpapiHostImpl::IsValidInstance(PP_Instance instance) const {
165 PP_Instance instance) const {
170 PP_Instance instance) const
    [all...]
  /external/chromium_org/ppapi/cpp/dev/
truetype_font_dev.cc 83 instance.pp_instance(), &desc.pp_desc()));
100 instance.pp_instance(),
114 instance.pp_instance(),
audio_input_dev.cc 32 instance.pp_instance()));
35 instance.pp_instance()));
  /external/chromium_org/ppapi/proxy/
talk_resource_unittest.cc 71 LockingResourceReleaser res(talk->Create(pp_instance()));
96 LockingResourceReleaser res(talk->Create(pp_instance()));
122 LockingResourceReleaser res(talk->Create(pp_instance()));
websocket_resource_unittest.cc 67 LockingResourceReleaser res(websocket_iface->Create(pp_instance()));
100 LockingResourceReleaser res(websocket_iface->Create(pp_instance()));
128 LockingResourceReleaser res(websocket_iface->Create(pp_instance()));
  /external/chromium_org/ppapi/tests/extensions/media_galleries/
test_galleries.cc 23 explicit FilePassingInstance(PP_Instance instance);
41 FilePassingInstance::FilePassingInstance(PP_Instance instance)
112 TestCompletionCallback callback(pp_instance(), PP_REQUIRED);
121 TestCompletionCallbackWithOutput<std::vector<char> > callback(pp_instance(),
140 TestCompletionCallback callback(pp_instance(), PP_REQUIRED);
155 virtual pp::Instance* CreateInstance(PP_Instance instance) {
  /external/chromium_org/ppapi/shared_impl/
tracked_callback_unittest.cc 26 PP_Instance pp_instance() const { return pp_instance_; } function in class:ppapi::__anon14809::TrackedCallbackTest
41 PP_Instance pp_instance_;
96 scoped_refptr<Resource> resource(new Resource(OBJECT_IS_IMPL, pp_instance()));
125 PpapiGlobals::Get()->GetCallbackTrackerForInstance(pp_instance())->AbortAll();
149 CallbackMockResource(PP_Instance instance)
262 new CallbackMockResource(pp_instance()));
268 new CallbackMockResource(pp_instance()));
307 new CallbackMockResource(pp_instance()));
  /external/chromium_org/chrome/browser/renderer_host/pepper/
pepper_flash_browser_host.cc 53 PP_Instance instance,
113 GURL document_url = host_->GetDocumentURLForInstance(pp_instance());
114 GURL plugin_url = host_->GetPluginURLForInstance(pp_instance());
  /external/chromium_org/components/nacl/browser/
pnacl_host.h 53 // is identified by the combination of |render_process_id| and |pp_instance|.
72 int pp_instance,
78 // |render_process_id| and |pp_instance| finishes. If |success| is true,
81 int pp_instance,
  /external/chromium_org/content/browser/
ppapi_plugin_process_host.h 79 // Notification that a PP_Instance has been created and the associated
82 // PP_Instance we can find the RenderView associated with it without trusting
86 int32 pp_instance,
91 int32 pp_instance);
  /external/chromium_org/content/browser/renderer_host/pepper/
pepper_printing_host_unittest.cc 67 PP_Instance pp_instance = 12345; local
82 pp_instance,
  /external/chromium_org/mojo/examples/pepper_container_app/
graphics_3d_resource.cc 27 Graphics3DResource::Graphics3DResource(PP_Instance instance)
38 MojoPpapiGlobals::Get()->GetInstance(pp_instance());
160 MojoPpapiGlobals::Get()->GetInstance(pp_instance());
  /external/chromium_org/ppapi/cpp/
graphics_2d.cc 45 instance.pp_instance(),
50 instance.pp_instance(),
  /external/chromium_org/ppapi/cpp/private/
udp_socket_private.cc 32 instance.pp_instance()));
35 instance.pp_instance()));
  /external/chromium_org/ppapi/native_client/src/trusted/plugin/
service_runtime.h 88 PP_Instance pp_instance,
125 PP_Instance pp_instance_;
138 PP_Instance pp_instance,
194 PP_Instance pp_instance_;

Completed in 532 milliseconds

1 2 3 4 56 7 8 91011>>