Searched refs:resource_id (Results 126 - 150 of 337) sorted by relevance

1234567891011>>

/external/chromium_org/content/public/common/
H A Dcontent_client.h110 int resource_id,
115 int resource_id) const;
118 virtual gfx::Image& GetNativeImageNamed(int resource_id) const;
/external/chromium_org/ppapi/c/private/
H A Dppb_udp_socket_private.h64 PP_Bool (*IsUDPSocket)(PP_Resource resource_id);
118 PP_Bool (*IsUDPSocket)(PP_Resource resource_id);
138 PP_Bool (*IsUDPSocket)(PP_Resource resource_id);
/external/chromium_org/cc/layers/
H A Dui_resource_layer.cc130 void UIResourceLayer::SetUIResourceId(UIResourceId resource_id) { argument
131 if (ui_resource_holder_ && ui_resource_holder_->id() == resource_id)
134 if (resource_id) {
135 ui_resource_holder_ = SharedUIResourceHolder::Create(resource_id);
/external/chromium_org/cc/output/
H A Doverlay_candidate.cc17 resource_id(0),
/external/chromium_org/chrome/browser/chromeos/drive/file_system/
H A Dcopy_operation.cc46 const std::string& resource_id,
50 resource_id(resource_id),
51 parent_resource_id(parent_entry.resource_id()),
58 const std::string resource_id; member in struct:drive::file_system::CopyOperation::TransferJsonGdocParams
121 !params->src_entry.resource_id().empty()) {
148 DCHECK(params->src_entry.resource_id().empty());
188 error = metadata->GetIdByResourceId(entry->resource_id(), &local_id);
247 FileError error = metadata->GetIdByResourceId(params->resource_id, &local_id);
351 if (params->parent_entry.resource_id()
45 TransferJsonGdocParams(const FileOperationCallback& callback, const std::string& resource_id, const ResourceEntry& parent_entry, const std::string& new_title) argument
536 CopyResourceOnServer( const std::string& resource_id, const std::string& parent_resource_id, const std::string& new_title, const base::Time& last_modified, const FileOperationCallback& callback) argument
[all...]
/external/chromium_org/chrome/browser/chromeos/offline/
H A Doffline_load_page.cc71 int resource_id; local
82 resource_id = IDR_OFFLINE_APP_LOAD_HTML;
92 resource_id = IDR_OFFLINE_NET_LOAD_HTML;
97 resource_id));
/external/chromium_org/chrome/browser/drive/
H A Ddrive_api_service.cc358 const std::string& resource_id,
365 request->set_file_id(resource_id);
371 const std::string& resource_id,
384 resource_id,
413 const std::string& resource_id,
424 resource_id,
432 const std::string& resource_id,
440 request->set_file_id(resource_id);
446 const std::string& resource_id,
454 request->set_file_id(resource_id);
357 GetFileResource( const std::string& resource_id, const FileResourceCallback& callback) argument
370 GetShareUrl( const std::string& resource_id, const GURL& embed_origin, const GetShareUrlCallback& callback) argument
411 DownloadFile( const base::FilePath& local_cache_path, const std::string& resource_id, const DownloadActionCallback& download_action_callback, const GetContentCallback& get_content_callback, const ProgressCallback& progress_callback) argument
431 DeleteResource( const std::string& resource_id, const std::string& etag, const EntryActionCallback& callback) argument
445 TrashResource( const std::string& resource_id, const EntryActionCallback& callback) argument
478 CopyResource( const std::string& resource_id, const std::string& parent_resource_id, const std::string& new_title, const base::Time& last_modified, const FileResourceCallback& callback) argument
497 UpdateResource( const std::string& resource_id, const std::string& parent_resource_id, const std::string& new_title, const base::Time& last_modified, const base::Time& last_viewed_by_me, const FileResourceCallback& callback) argument
528 AddResourceToDirectory( const std::string& parent_resource_id, const std::string& resource_id, const EntryActionCallback& callback) argument
542 RemoveResourceFromDirectory( const std::string& parent_resource_id, const std::string& resource_id, const EntryActionCallback& callback) argument
579 InitiateUploadExistingFile( const std::string& content_type, int64 content_length, const std::string& resource_id, const InitiateUploadExistingFileOptions& options, const InitiateUploadCallback& callback) argument
642 AuthorizeApp( const std::string& resource_id, const std::string& app_id, const AuthorizeAppCallback& callback) argument
686 AddPermission( const std::string& resource_id, const std::string& email, google_apis::drive::PermissionRole role, const google_apis::EntryActionCallback& callback) argument
[all...]
/external/chromium_org/chrome/browser/search/
H A Dcontextual_search_promo_source_android.h33 int resource_id,
H A Diframe_source_unittest.cc120 void SendResource(int resource_id) { argument
121 source()->SendResource(resource_id, callback_);
125 int resource_id,
128 source()->SendJSWithOrigin(resource_id, render_process_id, render_frame_id,
124 SendJSWithOrigin( int resource_id, int render_process_id, int render_frame_id) argument
H A Dlocal_ntp_source.h37 int resource_id,
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/
H A Ddrive_uploader_wrapper.h25 const std::string& resource_id,
H A Ddrive_uploader_on_worker.cc57 const std::string& resource_id,
69 resource_id,
56 UploadExistingFile( const std::string& resource_id, const base::FilePath& local_file_path, const std::string& content_type, const UploadExistingFileOptions& options, const drive::UploadCompletionCallback& callback, const google_apis::ProgressCallback& progress_callback) argument
/external/chromium_org/chrome/browser/ui/webui/
H A Dtheme_source.h42 int resource_id,
/external/chromium_org/content/browser/android/
H A Dui_resource_provider_impl.h33 virtual void DeleteUIResource(cc::UIResourceId resource_id) OVERRIDE;
/external/chromium_org/content/browser/service_worker/
H A Dservice_worker_script_cache_map.h32 void NotifyStartedCaching(const GURL& url, int64 resource_id);
/external/chromium_org/extensions/renderer/
H A Dresource_bundle_source_map.h33 void RegisterSource(const std::string& name, int resource_id);
/external/chromium_org/google_apis/drive/
H A Dgdata_wapi_requests.h28 const std::string& resource_id,
/external/chromium_org/ui/app_list/views/
H A Dcontents_switcher_view.h30 // Adds a switcher button using |resource_id| as the button's image, which
32 void AddSwitcherButton(int resource_id, int page_index);
/external/chromium_org/chrome/browser/chromeos/drive/sync/
H A Dentry_update_performer.cc61 local_state->entry.resource_id().empty()) {
255 if (local_state->parent_entry.resource_id().empty() &&
268 if (local_state->entry.resource_id().empty()) {
278 local_state->parent_entry.resource_id(),
294 options.parent_resource_id = local_state->parent_entry.resource_id();
298 local_state->entry.resource_id(),
316 local_state->entry.resource_id().empty()) {
325 local_state->parent_entry.resource_id(),
340 local_state->entry.resource_id().empty()) {
347 local_state->entry.resource_id(), local_stat
[all...]
H A Dremove_performer.h66 const std::string& resource_id,
79 const std::string& resource_id,
H A Dremove_performer_unittest.cc43 const std::string resource_id = entry.resource_id(); local
55 resource_id,
110 const std::string resource_id = gdata_entry->file_id(); local
112 resource_id,
177 src_entry.resource_id(), google_apis::drive::PERMISSION_ROLE_READER));
/external/chromium_org/chrome/browser/extensions/
H A Dchrome_component_extension_resource_manager.cc68 int* resource_id) {
82 *resource_id = entry->second;
65 IsComponentExtensionResource( const base::FilePath& extension_path, const base::FilePath& resource_path, int* resource_id) argument
/external/chromium_org/chrome/common/importer/
H A Dfirefox_importer_utils_unittest.cc44 int resource_id; member in struct:__anon5675::GetFirefoxImporterNameCase
114 l10n_util::GetStringUTF16(GetFirefoxImporterNameCases[i].resource_id));
/external/chromium_org/content/child/npapi/
H A Dwebplugin.h103 // Defers the loading of the resource identified by resource_id. This is
105 virtual void SetDeferResourceLoading(unsigned long resource_id,
110 virtual void URLRedirectResponse(bool allow, int resource_id) = 0;
/external/chromium_org/ppapi/shared_impl/
H A Dcompositor_layer_data.h50 resource_id(0) {
58 uint32_t resource_id; member in struct:ppapi::CompositorLayerData::LayerCommon

Completed in 2863 milliseconds

1234567891011>>