Searched refs:instance_id_ (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/extensions/common/
H A Devent_filtering_info.cc15 instance_id_(0) {
27 instance_id_ = instance_id;
40 result->SetInteger("instanceId", instance_id_);
H A Devent_filtering_info.h36 int instance_id() const { return instance_id_; }
46 int instance_id_; member in class:extensions::EventFilteringInfo
/external/chromium_org/content/renderer/npapi/
H A Dwebplugin_delegate_proxy.cc105 : channel_(channel), instance_id_(instance_id), resource_id_(0),
115 instance_id_, resource_id, url, notify_id));
123 instance_id_, resource_id, range_request_id));
130 instance_id_, resource_id_, url, http_status_code));
149 channel_->Send(new PluginMsg_DidReceiveResponse(instance_id_, params));
163 channel_->Send(new PluginMsg_DidReceiveData(instance_id_, resource_id_,
170 channel_->Send(new PluginMsg_DidFinishLoading(instance_id_, resource_id_));
178 channel_->Send(new PluginMsg_DidFail(instance_id_, resource_id_));
193 int instance_id_; member in class:content::__anon8028::ResourceClientProxy
215 instance_id_(MSG_ROUTING_NON
[all...]
H A Dwebplugin_delegate_proxy.h252 int instance_id_; member in class:content::WebPluginDelegateProxy
/external/chromium_org/content/plugin/
H A Dwebplugin_delegate_stub.h49 int instance_id() { return instance_id_; }
112 int instance_id_; member in class:content::WebPluginDelegateStub
H A Dwebplugin_delegate_stub.cc61 instance_id_(instance_id),
89 channel_->RemoveMappingForNPObjectOwner(instance_id_);
180 instance_id_,
199 channel_->AddMappingForNPObjectOwner(instance_id_,
/external/chromium_org/content/renderer/browser_plugin/
H A Dbrowser_plugin_compositing_helper.cc36 : instance_id_(instance_id),
60 instance_id_,
130 instance_id_,
147 instance_id_,
161 instance_id_,
H A Dbrowser_plugin_compositing_helper.h88 int instance_id_; member in class:content::BrowserPluginCompositingHelper
/external/chromium_org/content/browser/browser_plugin/
H A Dbrowser_plugin_guest.cc181 : instance_id_(instance_id),
193 GetGuestByInstanceID(instance_id_, embedder_render_process_id);
195 LOG(INFO) << "Guest not found. Instance ID: " << instance_id_;
206 int instance_id_; member in class:content::BrowserPluginGuest::NewWindowRequest
338 instance_id_(instance_id),
356 GetWebContents()->GetBrowserPluginGuestManager()->AddGuest(instance_id_,
429 GetWebContents()->GetBrowserPluginGuestManager()->RemoveGuest(instance_id_);
516 OnSetSize(instance_id_, params.auto_size_params, params.resize_guest_params);
524 new BrowserPluginMsg_GuestContentWindowReady(instance_id_,
528 OnNavigateGuest(instance_id_, param
[all...]
H A Dbrowser_plugin_guest.h113 int instance_id() const { return instance_id_; }
469 int instance_id_; member in class:content::BrowserPluginGuest

Completed in 163 milliseconds