Home
last modified time | relevance | path

Searched refs:resource_id_ (Results 1 – 22 of 22) sorted by relevance

/external/chromium_org/ash/system/tray/
Dtray_image_item.cc19 resource_id_(resource_id), in TrayImageItem()
30 resource_id_ = resource_id; in SetImageFromResourceId()
34 GetImageNamed(resource_id_).ToImageSkia()); in SetImageFromResourceId()
42 GetImageNamed(resource_id_).ToImageSkia()); in CreateTrayView()
Dtray_image_item.h45 int resource_id_; variable
/external/chromium_org/content/child/npapi/
Dplugin_url_fetcher.cc104 resource_id_(resource_id), in PluginURLFetcher()
185 plugin_stream_->DidFail(resource_id_); // That will delete |this|. in URLRedirectResponse()
208 plugin_stream_->DidFail(resource_id_); // That will delete |this|. in OnReceivedRedirect()
222 plugin_stream_->DidFail(resource_id_); // That will delete |this|. in OnReceivedRedirect()
369 plugin_stream_->DidFinishLoading(resource_id_); in OnCompletedRequest()
371 plugin_stream_->DidFail(resource_id_); in OnCompletedRequest()
Dplugin_url_fetcher.h81 unsigned long resource_id_; variable
/external/chromium_org/chrome/browser/chromeos/drive/
Dchange_list_processor.h43 resource_id_(resource_id), in DirectoryFetchInfo()
54 const std::string& resource_id() const { return resource_id_; } in resource_id()
65 const std::string resource_id_; variable
Dchange_list_processor.cc70 ", resource_id: " + resource_id_ + in ToString()
/external/chromium_org/chrome/browser/extensions/
Dchrome_url_request_util.cc53 resource_id_(resource_id), in URLRequestResourceBundleJob()
66 *data = rb.GetRawDataResource(resource_id_).as_string(); in GetData()
121 int resource_id_; member in __anon00de034a0111::URLRequestResourceBundleJob
/external/chromium_org/google_apis/drive/
Dgdata_wapi_requests.cc34 resource_id_(resource_id), in GetResourceEntryRequest()
45 resource_id_, embed_origin_); in GetURL()
Dgdata_wapi_requests.h44 const std::string resource_id_; variable
Dgdata_wapi_parser.h360 const std::string& resource_id() const { return resource_id_; } in resource_id()
435 resource_id_ = resource_id; in set_resource_id()
486 std::string resource_id_; variable
Ddrive_api_requests.cc600 resource_id_(resource_id), in InitiateUploadExistingFileRequest()
608 resource_id_, !modified_date_.is_null()); in GetURL()
Dgdata_wapi_parser.cc383 kResourceIdField, &ResourceEntry::resource_id_); in RegisterJSONConverter()
Ddrive_api_requests.h824 const std::string resource_id_; variable
/external/chromium_org/ppapi/shared_impl/
Dtracked_callback.h101 PP_Resource resource_id() const { return resource_id_; } in resource_id()
165 PP_Resource resource_id_; variable
Dtracked_callback.cc47 resource_id_(resource ? resource->pp_resource() : 0), in TrackedCallback()
237 if (resource_id_) in MarkAsCompleted()
/external/chromium_org/content/renderer/npapi/
Dwebplugin_delegate_proxy.cc100 : channel_(channel), instance_id_(instance_id), resource_id_(0), in ResourceClientProxy()
108 resource_id_ = resource_id; in Initialize()
115 resource_id_ = resource_id; in InitializeForSeekableStream()
125 instance_id_, resource_id_, url, http_status_code)); in WillSendRequest()
135 params.id = resource_id_; in DidReceiveResponse()
158 channel_->Send(new PluginMsg_DidReceiveData(instance_id_, resource_id_, in DidReceiveData()
164 DCHECK_EQ(resource_id, resource_id_); in DidFinishLoading()
165 channel_->Send(new PluginMsg_DidFinishLoading(instance_id_, resource_id_)); in DidFinishLoading()
172 DCHECK_EQ(resource_id, resource_id_); in DidFail()
173 channel_->Send(new PluginMsg_DidFail(instance_id_, resource_id_)); in DidFail()
[all …]
/external/chromium_org/cc/layers/
Dtiled_layer_impl.cc32 ResourceProvider::ResourceId resource_id() const { return resource_id_; } in resource_id()
34 resource_id_ = resource_id; in set_resource_id()
42 DrawableTile() : resource_id_(0), contents_swizzled_(false) {} in DrawableTile()
44 ResourceProvider::ResourceId resource_id_; member in cc::DrawableTile
/external/chromium_org/athena/wm/
Doverview_toolbar.cc34 : resource_id_(resource_id), label_(label) { in ActionButton()
69 canvas->DrawImageInt(*bundle.GetImageSkiaNamed(resource_id_), 0, 0); in OnPaintLayer()
93 int resource_id_; member in athena::ActionButton
/external/chromium_org/cc/resources/
Dresource_provider.h221 ResourceProvider::ResourceId resource_id_; variable
259 ResourceProvider::ResourceId resource_id_; variable
281 ResourceProvider::ResourceId resource_id_; variable
299 ResourceProvider::ResourceId resource_id_; variable
Dresource_provider.cc930 resource_id_(resource_id), in ScopedReadLockGL()
936 resource_provider_->UnlockForRead(resource_id_); in ~ScopedReadLockGL()
965 resource_id_(resource_id), in ScopedWriteLockGL()
971 resource_provider_->UnlockForWrite(resource_id_); in ~ScopedWriteLockGL()
986 resource_id_(resource_id) { in ScopedReadLockSoftware()
993 resource_provider_->UnlockForRead(resource_id_); in ~ScopedReadLockSoftware()
1000 resource_id_(resource_id) { in ScopedWriteLockSoftware()
1008 resource_provider_->UnlockForWrite(resource_id_); in ~ScopedWriteLockSoftware()
/external/chromium_org/ui/base/resource/
Dresource_bundle.cc126 : rb_(rb), resource_id_(resource_id) {} in ResourceBundleImageSource()
134 bool found = rb_->LoadBitmap(resource_id_, &scale_factor, in GetImageForScale()
160 const int resource_id_; member in ui::ResourceBundle::ResourceBundleImageSource
/external/chromium_org/cc/trees/
Dlayer_tree_host_impl_unittest.cc3776 resource_id_, in AppendQuads()
3809 resource_id_(resource_provider->CreateResource( in BlendStateCheckLayer()
3814 resource_provider->AllocateForTesting(resource_id_); in BlendStateCheckLayer()
3826 ResourceProvider::ResourceId resource_id_; member in cc::__anon4fe2c3f60111::BlendStateCheckLayer