Searched refs:resource_id (Results 176 - 200 of 337) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/sync_file_system/drive_backend/
H A Dfake_drive_uploader.h62 const std::string& resource_id,
/external/chromium_org/chrome/browser/themes/
H A Dtheme_properties.h131 static bool IsThemeableImage(int resource_id);
/external/chromium_org/chrome/browser/ui/webui/
H A Dmojo_web_ui_controller.h36 void AddMojoResourcePath(const std::string& path, int resource_id);
/external/chromium_org/content/browser/renderer_host/input/
H A Dtouch_emulator.h52 WebCursor* cursor, float scale, int resource_id);
/external/chromium_org/extensions/browser/api/hid/
H A Dhid_device_manager.cc52 int resource_id = device_iter->first; local
67 api_device_info.device_id = resource_id;
110 bool HidDeviceManager::GetDeviceInfo(int resource_id, argument
118 device_ids_.find(resource_id);
H A Dhid_device_manager.h45 bool GetDeviceInfo(int resource_id, device::HidDeviceInfo* device_info);
/external/chromium_org/extensions/renderer/
H A Dmodule_system_test.h29 void RegisterModule(const std::string& name, int resource_id);
/external/chromium_org/ppapi/shared_impl/
H A Dtracked_callback.h101 PP_Resource resource_id() const { return resource_id_; } function in class:ppapi::TrackedCallback
H A Dtracked_callback_unittest.cc154 PP_Resource resource_id = GetReference(); local
155 EXPECT_NE(0, resource_id);
195 return resource_id;
308 PP_Resource resource_id = resource->SetupForTest(); local
312 resource_tracker->ReleaseResource(resource_id);
/external/chromium_org/third_party/mesa/src/src/glx/
H A Dglx_error.c79 error.resourceID = err->resource_id;
/external/chromium_org/ui/app_list/views/
H A Dspeech_view.cc234 int resource_id = IDR_APP_LIST_SPEECH_MIC_OFF; local
236 resource_id = IDR_APP_LIST_SPEECH_MIC_ON;
238 resource_id = IDR_APP_LIST_SPEECH_MIC_RECORDING;
251 bundle.GetImageSkiaNamed(resource_id));
/external/chromium_org/ui/base/cursor/
H A Dcursor_loader_x11.cc155 int resource_id,
160 GetImageCursorBitmap(resource_id, scale(), rotation(), &hotspot, &bitmap);
166 int resource_id,
173 resource_id, scale(), rotation(), &hotspot, &bitmaps);
154 LoadImageCursor(int id, int resource_id, const gfx::Point& hot) argument
165 LoadAnimatedCursor(int id, int resource_id, const gfx::Point& hot, int frame_delay_ms) argument
/external/mesa3d/src/glx/
H A Dglx_error.c79 error.resourceID = err->resource_id;
/external/chromium_org/cc/resources/
H A Dresource_provider.h214 ResourceProvider::ResourceId resource_id);
232 ResourceProvider::ResourceId resource_id,
235 ResourceProvider::ResourceId resource_id,
252 ResourceProvider::ResourceId resource_id);
268 ResourceProvider::ResourceId resource_id);
291 ResourceProvider::ResourceId resource_id);
505 GLenum BindForSampling(ResourceId resource_id, GLenum unit, GLenum filter);
/external/chromium_org/chrome/browser/chromeos/drive/
H A Dresource_entry_conversion_unittest.cc36 file_resource.set_file_id("resource_id");
52 EXPECT_EQ(file_resource.file_id(), entry.resource_id());
82 file_resource.set_file_id("resource_id");
101 EXPECT_EQ(file_resource.file_id(), entry.resource_id());
130 file_resource.set_file_id("resource_id");
149 EXPECT_EQ(file_resource.file_id(), entry.resource_id());
172 file_resource.set_file_id("resource_id");
189 EXPECT_EQ(file_resource.file_id(), entry.resource_id());
216 change_resource.set_file_id("resource_id");
221 file_resource->set_file_id("resource_id");
[all...]
/external/chromium_org/content/plugin/
H A Dwebplugin_delegate_stub.cc415 unsigned long resource_id, const GURL& url, int notify_id) {
417 delegate_->CreateResourceClient(resource_id, url, notify_id);
418 webplugin_->OnResourceCreated(resource_id, resource_client);
422 unsigned long resource_id, int range_request_id) {
424 delegate_->CreateSeekableResourceClient(resource_id, range_request_id);
425 webplugin_->OnResourceCreated(resource_id, resource_client);
434 delegate_->FetchURL(params.resource_id,
414 OnHandleURLRequestReply( unsigned long resource_id, const GURL& url, int notify_id) argument
421 OnHTTPRangeRequestReply( unsigned long resource_id, int range_request_id) argument
H A Dwebplugin_proxy.cc270 void WebPluginProxy::OnResourceCreated(int resource_id, argument
272 DCHECK(resource_clients_.find(resource_id) == resource_clients_.end());
273 resource_clients_[resource_id] = client;
524 void WebPluginProxy::SetDeferResourceLoading(unsigned long resource_id, argument
526 Send(new PluginHostMsg_DeferResourceLoading(route_id_, resource_id, defer));
595 void WebPluginProxy::URLRedirectResponse(bool allow, int resource_id) { argument
596 Send(new PluginHostMsg_URLRedirectResponse(route_id_, allow, resource_id));
/external/chromium_org/chrome/browser/chromeos/drive/sync/
H A Dentry_update_performer_unittest.cc111 src_entry.resource_id(),
123 EXPECT_EQ(dest_entry.resource_id(), gdata_entry->parents()[0].file_id());
177 src_entry->resource_id(),
410 EXPECT_FALSE(entry.resource_id().empty());
420 entry.resource_id(),
482 EXPECT_TRUE(entry.resource_id().empty());
498 EXPECT_FALSE(entry.resource_id().empty());
539 EXPECT_FALSE(entry.resource_id().empty());
546 entry.resource_id(),
579 src_entry.resource_id(), google_api
[all...]
/external/chromium_org/chrome/browser/ui/views/message_center/
H A Dweb_notification_tray.cc49 int resource_id = IDR_NOTIFICATION_TRAY_EMPTY; local
53 resource_id = IDR_NOTIFICATION_TRAY_DO_NOT_DISTURB_ATTENTION;
55 resource_id = IDR_NOTIFICATION_TRAY_ATTENTION;
57 resource_id = IDR_NOTIFICATION_TRAY_DO_NOT_DISTURB_EMPTY;
60 return rb.GetImageSkiaNamed(resource_id);
/external/chromium_org/content/browser/service_worker/
H A Dservice_worker_database.cc56 // key: "RES:" + <int64 'version_id'> + '\x00' + <int64 'resource_id'>
109 int64 resource_id) {
111 base::Int64ToString(resource_id));
118 std::string CreateResourceIdKey(const char* key_prefix, int64 resource_id) { argument
120 "%s%s", key_prefix, base::Int64ToString(resource_id).c_str());
153 record.set_resource_id(input.resource_id);
159 batch->Put(CreateResourceRecordKey(version_id, input.resource_id), value);
168 void PutPurgeableResourceIdToBatch(int64 resource_id, argument
171 batch->Put(CreateResourceIdKey(kPurgeableResIdKeyPrefix, resource_id), "");
246 out->resource_id
108 CreateResourceRecordKey(int64 version_id, int64 resource_id) argument
893 int64 resource_id; local
939 int64 resource_id; local
[all...]
/external/chromium_org/extensions/browser/
H A Dimage_loader.cc66 void LoadResourceOnUIThread(int resource_id, SkBitmap* bitmap) { argument
70 *ResourceBundle::GetSharedInstance().GetImageSkiaNamed(resource_id));
113 int resource_id; local
119 extension->path(), it->resource.relative_path(), &resource_id)) {
120 LoadResourceOnUIThread(resource_id, &bitmaps[i]);
/external/chromium_org/chrome/browser/extensions/
H A Dextension_install_prompt.cc292 int resource_id = kTitleIds[type_]; local
296 resource_id = IDS_EXTENSION_INSTALL_APP_PROMPT_TITLE;
298 resource_id = IDS_EXTENSION_INSTALL_THEME_PROMPT_TITLE;
300 resource_id = IDS_EXTENSION_INSTALL_EXTENSION_PROMPT_TITLE;
303 resource_id, base::UTF8ToUTF16(extension_->name()));
306 resource_id = IDS_EXTENSION_REMOTE_INSTALL_APP_PROMPT_TITLE;
308 resource_id = IDS_EXTENSION_REMOTE_INSTALL_EXTENSION_PROMPT_TITLE;
311 resource_id = IDS_EXTENSION_REPAIR_APP_PROMPT_TITLE;
313 resource_id = IDS_EXTENSION_REPAIR_EXTENSION_PROMPT_TITLE;
316 return l10n_util::GetStringUTF16(resource_id);
325 int resource_id = -1; local
[all...]
/external/chromium_org/content/renderer/npapi/
H A Dwebplugin_impl.cc798 void WebPluginImpl::URLRedirectResponse(bool allow, int resource_id) { argument
800 if (clients_[i].id == static_cast<unsigned long>(resource_id)) {
1194 unsigned long resource_id = GetNextResourceId(); local
1195 if (!resource_id)
1208 resource_id, complete_url, notify_id);
1210 resource_client->DidFail(resource_id);
1238 delegate_->FetchURL(resource_id, notify_id, complete_url,
1245 resource_id, complete_url, notify_id);
1248 InitiateHTTPRequest(resource_id, resource_client, complete_url, method, buf,
1263 bool WebPluginImpl::InitiateHTTPRequest(unsigned long resource_id, argument
1331 unsigned long resource_id = GetNextResourceId(); local
1362 SetDeferResourceLoading(unsigned long resource_id, bool defer) argument
[all...]
/external/chromium_org/chrome/browser/
H A Dcharacter_encoding.cc30 int resource_id; member in struct:__anon2985::__anon2986
140 int resource_id = kCanonicalEncodingNames[i].resource_id; local
141 (*id_to_encoding_name_map_)[resource_id] =
155 kCanonicalEncodingNames[i].resource_id;
365 return kCanonicalEncodingNames[index].resource_id;
/external/chromium_org/chrome/common/
H A Dchrome_content_client.cc505 int resource_id,
508 resource_id, scale_factor);
512 int resource_id) const {
513 return ResourceBundle::GetSharedInstance().LoadDataResourceBytes(resource_id);
516 gfx::Image& ChromeContentClient::GetNativeImageNamed(int resource_id) const {
517 return ResourceBundle::GetSharedInstance().GetNativeImageNamed(resource_id);
504 GetDataResource( int resource_id, ui::ScaleFactor scale_factor) const argument

Completed in 573 milliseconds

1234567891011>>