Searched refs:instance (Results 226 - 250 of 1914) sorted by relevance

1234567891011>>

/external/chromium_org/ppapi/proxy/
H A Dppp_graphics_3d_proxy.cc19 void ContextLost(PP_Instance instance) { argument
20 HostDispatcher::GetForInstance(instance)->Send(
21 new PpapiMsg_PPPGraphics3D_ContextLost(API_ID_PPP_GRAPHICS_3D, instance));
75 void PPP_Graphics3D_Proxy::OnMsgContextLost(PP_Instance instance) { argument
77 CallWhileUnlocked(ppp_graphics_3d_impl_->Graphics3DContextLost, instance);
H A Dppp_instance_proxy.h44 void OnPluginMsgDidCreate(PP_Instance instance,
48 void OnPluginMsgDidDestroy(PP_Instance instance);
49 void OnPluginMsgDidChangeView(PP_Instance instance,
52 void OnPluginMsgDidChangeFocus(PP_Instance instance, PP_Bool has_focus);
53 void OnPluginMsgHandleDocumentLoad(PP_Instance instance,
H A Dppp_printing_proxy.h34 void OnPluginMsgQuerySupportedFormats(PP_Instance instance, uint32_t* result);
35 void OnPluginMsgBegin(PP_Instance instance,
39 PP_Instance instance,
42 void OnPluginMsgEnd(PP_Instance instance);
43 void OnPluginMsgIsScalingDisabled(PP_Instance instance, bool* result);
H A Dppp_text_input_proxy.cc18 void RequestSurroundingText(PP_Instance instance, argument
21 proxy::HostDispatcher::GetForInstance(instance);
29 API_ID_PPP_TEXT_INPUT, instance, desired_number_of_characters));
73 PP_Instance instance, uint32_t desired_number_of_characters) {
76 instance, desired_number_of_characters);
72 OnMsgRequestSurroundingText( PP_Instance instance, uint32_t desired_number_of_characters) argument
H A Dppp_input_event_proxy.cc24 PP_Bool HandleInputEvent(PP_Instance instance, PP_Resource input_event) { argument
31 HostDispatcher* dispatcher = HostDispatcher::GetForInstance(instance);
41 API_ID_PPP_INPUT_EVENT, instance, data, &result));
44 API_ID_PPP_INPUT_EVENT, instance, data));
102 void PPP_InputEvent_Proxy::OnMsgHandleInputEvent(PP_Instance instance, argument
105 OBJECT_IS_PROXY, instance, data));
107 instance,
112 PP_Instance instance,
116 OBJECT_IS_PROXY, instance, data));
118 instance,
111 OnMsgHandleFilteredInputEvent( PP_Instance instance, const InputEventData& data, PP_Bool* result) argument
[all...]
H A Dppp_messaging_proxy.cc25 void HandleMessage(PP_Instance instance, PP_Var message_data) { argument
26 HostDispatcher* dispatcher = HostDispatcher::GetForInstance(instance);
36 instance,
37 SerializedVarSendInputShmem(dispatcher, message_data, instance)));
92 PP_Instance instance, SerializedVarReceiveInput message_data) {
93 PP_Var received_var(message_data.GetForInstance(dispatcher(), instance));
98 instance,
91 OnMsgHandleMessage( PP_Instance instance, SerializedVarReceiveInput message_data) argument
/external/chromium_org/ppapi/thunk/
H A Dppb_platform_verification_private_thunk.cc23 PP_Resource Create(PP_Instance instance) { argument
25 EnterResourceCreation enter(instance);
28 return enter.functions()->CreatePlatformVerificationPrivate(instance);
37 int32_t ChallengePlatform(PP_Resource instance, argument
45 EnterResource<PPB_PlatformVerification_API> enter(instance, callback, true);
H A Dppb_char_set_thunk.cc15 char* UTF16ToCharSetDeprecated(PP_Instance instance, argument
20 // We validate the instance just to make sure we can make changes in the
22 EnterInstance enter(instance);
37 // (GetDefaultCharSet) that must be called on the instance object and
42 // functions, and then have the instance impl and proxy call through to the
51 uint16_t* CharSetToUTF16Deprecated(PP_Instance instance, argument
56 // We validate the instance just to make sure we can make changes in the
58 EnterInstance enter(instance);
77 PP_Var GetDefaultCharSet(PP_Instance instance) { argument
78 EnterInstance enter(instance);
[all...]
/external/chromium_org/content/browser/renderer_host/pepper/
H A Dcontent_browser_pepper_host_factory.cc61 PP_Instance instance,
65 // Make sure the plugin is giving us a valid instance for this resource.
66 if (!host_->IsValidInstance(instance))
73 host_, instance, params.pp_resource()));
83 host_, instance, params.pp_resource(), file_system_type));
87 host_, instance, params.pp_resource()));
91 host_, instance, params.pp_resource()));
95 new PepperHostResolverMessageFilter(host_, instance, false));
97 host_->GetPpapiHost(), instance, params.pp_resource(),
109 host_, instance, param
58 CreateResourceHost( ppapi::host::PpapiHost* host, const ppapi::proxy::ResourceMessageCallParams& params, PP_Instance instance, const IPC::Message& message) argument
217 CreateAcceptedTCPSocket( PP_Instance instance, ppapi::TCPSocketVersion version, scoped_ptr<net::TCPSocket> socket) argument
231 CreateNewTCPSocket( PP_Instance instance, PP_Resource resource, ppapi::TCPSocketVersion version) argument
[all...]
/external/chromium-trace/trace-viewer/src/cc/
H A Dpicture_test.js18 var instance = p.objects.getAllInstancesNamed('cc::Picture')[0];
19 var snapshot = instance.snapshots[0];
22 instance.wasDeleted(150);
29 var instance = p.objects.getAllInstancesNamed('cc::Picture')[0];
30 var snapshot = instance.snapshots[0];
/external/chromium-trace/trace-viewer/src/tracing/trace_model/
H A Dobject_collection.js38 var instance = new constructor(parent, id, category, name, creationTs);
39 var typeName = instance.typeName;
45 instancesOfTypeName.push(instance);
46 return instance;
114 var instance = this.getObjectInstanceAt(id, ts);
115 if (!instance)
117 return instance.getSnapshotAt(ts);
142 this.iterObjectInstances(function(instance) {
143 instance.preInitialize();
148 this.iterObjectInstances(function(instance) {
[all...]
/external/chromium_org/third_party/npapi/npspy/common/
H A Dnpp_gate.cpp62 NPP instance,
72 if(instance == NULL)
76 logger->logCall(action_npp_new, (DWORD)pluginType, (DWORD)instance, (DWORD)mode, (DWORD)argc, (DWORD)argn, (DWORD)argv, (DWORD)saved);
172 NPError rv = epManager->callNPP_New(pluginType, instance, mode, argc, argn, argv, saved);
180 NPError NPP_Destroy (NPP instance, NPSavedData** save) argument
185 if(instance == NULL)
191 logger->logCall(action_npp_destroy, (DWORD)instance, (DWORD)save);
193 NPError rv = epManager->callNPP_Destroy(instance, save, &last);
201 epManager->callNP_Shutdown(instance);
205 epManager->removeEntryPointsForPlugin(instance,
61 NPP_New(NPMIMEType pluginType, NPP instance, uint16 mode, int16 argc, char* argn[], char* argv[], NPSavedData* saved) argument
212 NPP_SetWindow(NPP instance, NPWindow* pNPWindow) argument
231 NPP_NewStream(NPP instance, NPMIMEType type, NPStream* stream, NPBool seekable, uint16* stype) argument
254 NPP_WriteReady(NPP instance, NPStream *stream) argument
273 NPP_Write(NPP instance, NPStream *stream, int32 offset, int32 len, void *buffer) argument
292 NPP_DestroyStream(NPP instance, NPStream *stream, NPError reason) argument
311 NPP_StreamAsFile(NPP instance, NPStream* stream, const char* fname) argument
325 NPP_Print(NPP instance, NPPrint* printInfo) argument
336 NPP_URLNotify(NPP instance, const char* url, NPReason reason, void* notifyData) argument
350 NPP_GetValue(NPP instance, NPPVariable variable, void *value) argument
369 NPP_SetValue(NPP instance, NPNVariable variable, void *value) argument
388 NPP_HandleEvent(NPP instance, void* event) argument
[all...]
H A Depmanager.cpp47 instance(_instance)
127 void NPPEntryPointManager::removeEntryPointsForPlugin(NPP instance, XP_HLIB * lib) argument
129 NPPluginFuncs * eptoremove = findEntryPointsForInstance(instance);
162 NPPluginFuncs * NPPEntryPointManager::findEntryPointsForInstance(NPP instance) argument
168 if(instances->instance == instance)
189 void NPPEntryPointManager::callNP_Shutdown(NPP instance) argument
195 if(instances->instance == instance)
208 NPError NPPEntryPointManager::callNPP_New(NPMIMEType pluginType, NPP instance, uint1 argument
236 callNPP_Destroy(NPP instance, NPSavedData** save, BOOL * last) argument
281 callNPP_SetWindow(NPP instance, NPWindow* window) argument
290 callNPP_NewStream(NPP instance, NPMIMEType type, NPStream* stream, NPBool seekable, uint16* stype) argument
299 callNPP_DestroyStream(NPP instance, NPStream* stream, NPReason reason) argument
308 callNPP_WriteReady(NPP instance, NPStream* stream) argument
317 callNPP_Write(NPP instance, NPStream* stream, int32 offset, int32 len, void* buffer) argument
326 callNPP_StreamAsFile(NPP instance, NPStream* stream, const char* fname) argument
335 callNPP_Print(NPP instance, NPPrint* platformPrint) argument
344 callNPP_URLNotify(NPP instance, const char* url, NPReason reason, void* notifyData) argument
353 callNPP_GetValue(NPP instance, NPPVariable variable, void *value) argument
362 callNPP_SetValue(NPP instance, NPNVariable variable, void *value) argument
371 callNPP_HandleEvent(NPP instance, void* event) argument
[all...]
/external/chromium_org/content/renderer/pepper/
H A Drenderer_ppapi_host_impl.h56 // 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;
78 virtual bool IsValidInstance(PP_Instance instance) const OVERRIDE;
80 PP_Instance instance) const OVERRIDE;
82 PP_Instance instance) const OVERRIDE;
84 PP_Instance instance) const OVERRIDE;
86 PP_Instance instance) cons
[all...]
H A Dcontent_renderer_pepper_host_factory.cc45 PP_Instance instance) {
47 host->GetContainerForInstance(instance);
72 PP_Instance instance,
76 // Make sure the plugin is giving us a valid instance for this resource.
77 if (!host_->IsValidInstance(instance))
92 host_, instance, params.pp_resource(), file_system, internal_path));
102 host_, instance, params.pp_resource(), file_system_type));
113 instance, ppapi::PPB_ImageData_Shared::PLATFORM));
115 PepperGraphics2DHost::Create(host_, instance, params.pp_resource(),
120 host_, false, instance, param
44 CanUseMediaStreamAPI(const RendererPpapiHost* host, PP_Instance instance) argument
69 CreateResourceHost( ppapi::host::PpapiHost* host, const ppapi::proxy::ResourceMessageCallParams& params, PP_Instance instance, const IPC::Message& message) argument
[all...]
H A Dhost_globals.h37 PP_Instance instance) OVERRIDE;
39 PP_Instance instance) OVERRIDE;
41 PP_Instance instance) OVERRIDE;
42 virtual PP_Module GetModuleForInstance(PP_Instance instance) OVERRIDE;
45 virtual void LogWithSource(PP_Instance instance,
76 // Adds a new plugin instance to the list of tracked instances, and returns a
77 // new instance handle to identify it.
78 PP_Instance AddInstance(PepperPluginInstanceImpl* instance);
80 // Called when a plugin instance was deleted and should no longer be tracked.
82 void InstanceDeleted(PP_Instance instance);
[all...]
/external/chromium_org/ppapi/cpp/private/
H A Dflash.cc88 void Flash::SetInstanceAlwaysOnTop(const InstanceHandle& instance, argument
93 instance.pp_instance(), PP_FromBool(on_top));
96 instance.pp_instance(), PP_FromBool(on_top));
101 bool Flash::DrawGlyphs(const InstanceHandle& instance, argument
115 instance.pp_instance(),
129 instance.pp_instance(),
145 Var Flash::GetProxyForURL(const InstanceHandle& instance, argument
150 instance.pp_instance(), url.c_str()));
154 instance.pp_instance(), url.c_str()));
180 double Flash::GetLocalTimeZoneOffset(const InstanceHandle& instance, argument
219 IsRectTopmost(const InstanceHandle& instance, const Rect& rect) argument
233 UpdateActivity(const InstanceHandle& instance) argument
242 GetSetting(const InstanceHandle& instance, PP_FlashSetting setting) argument
258 SetCrashData(const InstanceHandle& instance, PP_FlashCrashKey key, const pp::Var& value) argument
275 EnumerateVideoCaptureDevices( const InstanceHandle& instance, const VideoCapture_Dev& video_capture, std::vector<DeviceRef_Dev>* devices_out) argument
298 InvokePrinting(const InstanceHandle& instance) argument
[all...]
H A Dflash_file.h28 static PP_FileHandle OpenFile(const InstanceHandle& instance,
31 static bool RenameFile(const InstanceHandle& instance,
34 static bool DeleteFileOrDir(const InstanceHandle& instance,
37 static bool CreateDir(const InstanceHandle& instance,
39 static bool QueryFile(const InstanceHandle& instance,
47 static bool GetDirContents(const InstanceHandle& instance,
52 static PP_FileHandle CreateTemporaryFile(const InstanceHandle& instance);
/external/chromium_org/content/child/npapi/
H A Dplugin_stream_url.cc22 PluginInstance *instance,
25 : PluginStream(instance, url.spec().c_str(), notify_needed, notify_data),
38 instance()->webplugin()->URLRedirectResponse(allow, id_);
46 // Protect the stream against it being destroyed or the whole plugin instance
51 instance()->RemoveStream(this);
64 if (instance()->webplugin()) {
65 instance()->webplugin()->CancelResource(id_);
70 if (instance()->webplugin()) {
72 instance()->webplugin()->CancelResource(range_requests_[i]);
81 instance()
19 PluginStreamUrl( unsigned long resource_id, const GURL &url, PluginInstance *instance, bool notify_needed, void *notify_data) argument
[all...]
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DImageFrameGeneratorTest.cpp52 ImageDecodingStore::instance()->setImageCachingEnabled(true);
132 const ScaledImageFragment* fullImage = ImageDecodingStore::instance()->insertAndLockCache(
135 ImageDecodingStore::instance()->unlockCache(m_generator.get(), fullImage);
141 ImageDecodingStore::instance()->unlockCache(m_generator.get(), tempImage);
147 const ScaledImageFragment* fullImage = ImageDecodingStore::instance()->insertAndLockCache(
150 ImageDecodingStore::instance()->unlockCache(m_generator.get(), fullImage);
157 ImageDecodingStore::instance()->unlockCache(m_generator.get(), scaledImage);
164 ImageDecodingStore::instance()->unlockCache(m_generator.get(), tempImage);
177 ImageDecodingStore::instance()->unlockCache(m_generator.get(), scaledImage);
185 ImageDecodingStore::instance()
[all...]
/external/chromium_org/ppapi/api/private/
H A Dppb_flash.idl55 * Specifies if the given instance is in private/incognito/off-the-record mode
57 * PP_Var on invalid instance.
74 * Returns an undefined PP_Var on invalid instance.
104 * Specifies the document URL which contains the flash instance.
120 * Sets or clears the rendering hint that the given plugin instance is always
125 [in] PP_Instance instance,
137 [in] PP_Instance instance,
154 [in] PP_Instance instance,
171 [in] PP_Instance instance);
178 [in] PP_Instance instance);
[all...]
/external/chromium_org/ppapi/cpp/
H A Daudio_config.cc30 AudioConfig::AudioConfig(const InstanceHandle& instance, argument
38 instance.pp_instance(), sample_rate, sample_frame_count));
42 instance.pp_instance(), sample_rate, sample_frame_count));
48 const InstanceHandle& instance) {
51 RecommendSampleRate(instance.pp_instance());
58 const InstanceHandle& instance,
63 RecommendSampleFrameCount(instance.pp_instance(),
47 RecommendSampleRate( const InstanceHandle& instance) argument
57 RecommendSampleFrameCount( const InstanceHandle& instance, PP_AudioSampleRate sample_rate, uint32_t requested_sample_frame_count) argument
/external/chromium_org/chrome/browser/extensions/api/cloud_print_private/
H A Dcloud_print_private_api.cc20 CloudPrintTestsDelegate* CloudPrintTestsDelegate::instance() { function in class:extensions::CloudPrintTestsDelegate
45 if (CloudPrintTestsDelegate::instance()) {
46 CloudPrintTestsDelegate::instance()->SetupConnector(
75 CloudPrintTestsDelegate::instance() ?
76 CloudPrintTestsDelegate::instance()->GetHostName() :
91 if (CloudPrintTestsDelegate::instance()) {
92 result = CloudPrintTestsDelegate::instance()->GetPrinters();
119 CloudPrintTestsDelegate::instance() ?
120 CloudPrintTestsDelegate::instance()->GetClientId() :
/external/chromium_org/chrome/renderer/pepper/
H A Dchrome_renderer_pepper_host_factory.cc36 PP_Instance instance,
40 // Make sure the plugin is giving us a valid instance for this resource.
41 if (!host_->IsValidInstance(instance))
50 host_, instance, params.pp_resource()));
60 host_, instance, params.pp_resource()));
64 host_, instance, params.pp_resource()));
71 host_, instance, params.pp_resource(), serialized_menu));
92 host_, instance, params.pp_resource(), description, charset));
98 host_, instance, params.pp_resource()));
107 host_, instance, param
33 CreateResourceHost( ppapi::host::PpapiHost* host, const ppapi::proxy::ResourceMessageCallParams& params, PP_Instance instance, const IPC::Message& message) argument
[all...]
/external/chromium_org/chrome_frame/turndown_prompt/
H A Dturndown_prompt_window.cc33 base::WeakPtr<TurndownPromptWindow> instance(
37 DCHECK(!instance->IsWindow());
39 if (instance->Create(frame->GetFrameWindow()) == NULL) {
46 CWindow rte = instance->GetDlgItem(IDC_TD_PROMPT_LINK);
47 instance->link_.reset(new CHyperLink());
48 instance->link_->SubclassWindow(rte);
49 instance->link_->SetHyperLinkExtendedStyle(HLINK_NOTIFYBUTTON,
53 CWindow text = instance->GetDlgItem(IDC_TD_PROMPT_MESSAGE);
58 return instance;

Completed in 926 milliseconds

1234567891011>>