Searched refs:resource_id (Results 151 - 175 of 337) sorted by relevance

1234567891011>>

/external/chromium_org/google_apis/drive/
H A Ddrive_api_url_generator.cc201 const std::string& resource_id,
205 net::EscapePath(resource_id));
216 const std::string& resource_id) const {
217 return base_download_url_.Resolve(net::EscapePath(resource_id));
221 const std::string& resource_id) const {
224 net::EscapePath(resource_id).c_str()));
200 GetInitiateUploadExistingFileUrl( const std::string& resource_id, bool set_modified_date) const argument
H A Dgdata_wapi_requests_unittest.cc63 const std::string resource_id = net::UnescapeURLComponent( local
65 if (resource_id == "file:2_file_resource_id") {
70 } else if (resource_id == "invalid_resource_id") {
/external/chromium_org/ppapi/thunk/
H A Denter.cc50 EnterBase::EnterBase(PP_Instance instance, SingletonResourceID resource_id) argument
51 : resource_(GetSingletonResource(instance, resource_id)),
64 EnterBase::EnterBase(PP_Instance instance, SingletonResourceID resource_id, argument
66 : resource_(GetSingletonResource(instance, resource_id)),
124 SingletonResourceID resource_id) {
130 return ppb_instance->GetSingletonResource(instance, resource_id);
123 GetSingletonResource(PP_Instance instance, SingletonResourceID resource_id) argument
/external/chromium_org/content/renderer/pepper/
H A Dpepper_compositor_host.cc55 // The mailbox should be same, if the resource_id is not changed.
56 if (new_layer->common.resource_id == old_layer->common.resource_id) {
72 // The image data resource should be same, if the resource_id is not
74 if (new_layer->common.resource_id == old_layer->common.resource_id) {
253 new_layer->common.resource_id != old_layer->common.resource_id) {
261 new_layer->common.resource_id)));
274 new_layer->common.resource_id !
[all...]
/external/chromium_org/content/renderer/npapi/
H A Dwebplugin_delegate_proxy.cc107 void Initialize(unsigned long resource_id, const GURL& url, int notify_id) { argument
108 resource_id_ = resource_id;
110 instance_id_, resource_id, url, notify_id));
113 void InitializeForSeekableStream(unsigned long resource_id, argument
115 resource_id_ = resource_id;
118 instance_id_, resource_id, range_request_id));
162 virtual void DidFinishLoading(unsigned long resource_id) OVERRIDE {
164 DCHECK_EQ(resource_id, resource_id_);
170 virtual void DidFail(unsigned long resource_id) OVERRIDE {
172 DCHECK_EQ(resource_id, resource_id
1098 CreateResourceClient( unsigned long resource_id, const GURL& url, int notify_id) argument
1109 CreateSeekableResourceClient( unsigned long resource_id, int range_request_id) argument
1120 FetchURL(unsigned long resource_id, int notify_id, const GURL& url, const GURL& first_party_for_cookies, const std::string& method, const char* buf, unsigned int len, const GURL& referrer, bool notify_redirects, bool is_plugin_src_load, int origin_pid, int render_frame_id, int render_view_id) argument
1186 OnDeferResourceLoading(unsigned long resource_id, bool defer) argument
1236 OnURLRedirectResponse(bool allow, int resource_id) argument
[all...]
H A Dwebplugin_delegate_proxy.h127 unsigned long resource_id, const GURL& url, int notify_id) OVERRIDE;
129 unsigned long resource_id, int range_request_id) OVERRIDE;
130 virtual void FetchURL(unsigned long resource_id,
181 void OnDeferResourceLoading(unsigned long resource_id, bool defer);
182 void OnURLRedirectResponse(bool allow, int resource_id);
/external/chromium_org/cc/layers/
H A Dtiled_layer_impl_unittest.cc54 ResourceProvider::ResourceId resource_id = 1; local
57 layer->PushTileProperties(i, j, resource_id++, false);
275 EXPECT_NE(0u, quad->resource_id) << LayerTestCommon::quad_string << i;
295 ResourceProvider::ResourceId resource_id = 1; local
296 layer->PushTileProperties(0, 1, resource_id++, false);
297 layer->PushTileProperties(2, 3, resource_id++, false);
298 layer->PushTileProperties(2, 0, resource_id++, false);
341 ResourceProvider::ResourceId resource_id = 1; local
344 tiled_layer->PushTileProperties(i, j, resource_id++, false);
H A Dui_resource_layer.h30 void SetUIResourceId(UIResourceId resource_id);
/external/chromium_org/ui/app_list/views/
H A Dcontents_view.cc251 int ContentsView::AddLauncherPage(views::View* view, int resource_id) { argument
255 if (contents_switcher_view_ && resource_id)
256 contents_switcher_view_->AddSwitcherButton(resource_id, page_index);
262 int resource_id,
264 int page_index = AddLauncherPage(view, resource_id);
261 AddLauncherPage(views::View* view, int resource_id, NamedPage named_page) argument
H A Dcontents_view.h139 // |resource_id| is added to the ContentsSwitcherView. There is no name
141 int AddLauncherPage(views::View* view, int resource_id);
145 // |resource_id| is added to the ContentsSwitcherView. The page is associated
147 int AddLauncherPage(views::View* view, int resource_id, NamedPage named_page);
/external/chromium_org/chrome/browser/chromeos/drive/
H A Dfile_task_executor.cc129 drive_service->AuthorizeApp(entry->resource_id(),
133 entry->resource_id()));
136 void FileTaskExecutor::OnAppAuthorized(const std::string& resource_id, argument
H A Djob_scheduler.cc95 std::string resource_id; member in struct:drive::__anon3097::UploadExistingFileParams
108 return uploader->UploadExistingFile(params.resource_id,
382 const std::string& resource_id,
393 resource_id,
403 const std::string& resource_id,
415 resource_id,
426 const std::string& resource_id,
437 resource_id,
447 const std::string& resource_id,
459 resource_id,
381 GetFileResource( const std::string& resource_id, const ClientContext& context, const google_apis::FileResourceCallback& callback) argument
402 GetShareUrl( const std::string& resource_id, const GURL& embed_origin, const ClientContext& context, const google_apis::GetShareUrlCallback& callback) argument
425 TrashResource( const std::string& resource_id, const ClientContext& context, const google_apis::EntryActionCallback& callback) argument
446 CopyResource( const std::string& resource_id, const std::string& parent_resource_id, const std::string& new_title, const base::Time& last_modified, const google_apis::FileResourceCallback& callback) argument
471 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 ClientContext& context, const google_apis::FileResourceCallback& callback) argument
500 AddResourceToDirectory( const std::string& parent_resource_id, const std::string& resource_id, const google_apis::EntryActionCallback& callback) argument
521 RemoveResourceFromDirectory( const std::string& parent_resource_id, const std::string& resource_id, const ClientContext& context, const google_apis::EntryActionCallback& callback) argument
567 DownloadFile( const base::FilePath& virtual_path, int64 expected_file_size, const base::FilePath& local_cache_path, const std::string& resource_id, const ClientContext& context, const google_apis::DownloadActionCallback& download_action_callback, const google_apis::GetContentCallback& get_content_callback) argument
638 UploadExistingFile( const std::string& resource_id, const base::FilePath& drive_file_path, const base::FilePath& local_file_path, const std::string& content_type, const DriveUploader::UploadExistingFileOptions& options, const ClientContext& context, const google_apis::FileResourceCallback& callback) argument
675 AddPermission( const std::string& resource_id, const std::string& email, google_apis::drive::PermissionRole role, const google_apis::EntryActionCallback& callback) argument
[all...]
H A Dresource_metadata_storage.cc112 std::string GetIdEntryKey(const std::string& resource_id) { argument
117 key.append(resource_id);
745 if (old_entry.resource_id() != entry.resource_id()) {
747 DCHECK(old_entry.resource_id().empty() || entry.resource_id().empty());
749 if (!old_entry.resource_id().empty())
750 batch.Delete(GetIdEntryKey(old_entry.resource_id()));
751 if (!entry.resource_id().empty())
752 batch.Put(GetIdEntryKey(entry.resource_id()), i
856 GetIdByResourceId( const std::string& resource_id, std::string* out_id) argument
[all...]
H A Dfile_task_executor.h56 void OnAppAuthorized(const std::string& resource_id,
/external/chromium_org/chrome/browser/drive/
H A Ddrive_uploader.h85 // resource_id:
93 const std::string& resource_id,
130 const std::string& resource_id,
168 const std::string& resource_id,
H A Ddrive_api_util.h59 // Extracts resource_id out of edit url.
62 // If |resource_id| is in the old resource ID format used by WAPI, converts it
64 std::string CanonicalizeResourceId(const std::string& resource_id);
/external/chromium_org/content/browser/webui/
H A Dweb_ui_data_source_unittest.cc37 int resource_id) const OVERRIDE {
39 if (resource_id == kDummyDefaultResourceId) {
42 } else if (resource_id == kDummyResourceId) {
H A Dweb_ui_data_source_impl.h41 int resource_id) OVERRIDE;
42 virtual void SetDefaultResource(int resource_id) OVERRIDE;
/external/chromium_org/chrome/browser/chromeos/drive/file_system/
H A Dget_file_for_saving_operation_unittest.cc90 EXPECT_EQ(src_entry.resource_id(), entry->resource_id());
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/
H A Dfake_drive_uploader.cc124 const std::string& resource_id,
132 resource_id,
123 UploadExistingFile( const std::string& resource_id, const base::FilePath& local_file_path, const std::string& content_type, const UploadExistingFileOptions& options, const UploadCompletionCallback& callback, const ProgressCallback& progress_callback) argument
H A Ddrive_uploader_on_worker.h45 const std::string& resource_id,
/external/chromium_org/content/plugin/
H A Dwebplugin_delegate_stub.h108 void OnHandleURLRequestReply(unsigned long resource_id,
111 void OnHTTPRangeRequestReply(unsigned long resource_id, int range_request_id);
/external/chromium_org/ppapi/api/private/
H A Dppb_udp_socket_private.idl41 PP_Bool IsUDPSocket([in] PP_Resource resource_id);
/external/chromium_org/ui/base/cursor/
H A Dcursor_loader_win.cc129 int resource_id,
135 int resource_id,
128 LoadImageCursor(int id, int resource_id, const gfx::Point& hot) argument
134 LoadAnimatedCursor(int id, int resource_id, const gfx::Point& hot, int frame_delay_ms) argument
/external/chromium_org/chrome/browser/search/
H A Dlocal_ntp_source.cc102 int resource_id) {
103 dictionary->SetString(key, l10n_util::GetStringUTF16(resource_id));
249 int resource_id,
253 ResourceBundle::GetSharedInstance().GetRawDataResource(resource_id);
100 AddString(base::DictionaryValue* dictionary, const std::string& key, int resource_id) argument
248 SendResourceWithClass( int resource_id, const std::string& class_name, const content::URLDataSource::GotDataCallback& callback) argument

Completed in 8158 milliseconds

1234567891011>>