Searched defs:origin_url (Results 26 - 50 of 83) sorted by relevance

1234

/external/chromium_org/storage/browser/fileapi/
H A Dfile_system_quota_client.cc100 const GURL& origin_url,
127 origin_url,
99 GetOriginUsage( const GURL& origin_url, StorageType storage_type, const GetUsageCallback& callback) argument
H A Dplugin_private_file_system_backend.cc72 const GURL& origin_url,
79 origin_url, plugin_id, create, &error);
118 const GURL& origin_url,
135 origin_url, filesystem_id, plugin_id, mode),
222 const GURL& origin_url,
227 origin_url, std::string());
262 const GURL& origin_url,
270 const GURL& origin_url,
69 OpenFileSystemOnFileTaskRunner( ObfuscatedFileUtil* file_util, PluginPrivateFileSystemBackend::FileSystemIDToPluginMap* plugin_map, const GURL& origin_url, const std::string& filesystem_id, const std::string& plugin_id, OpenFileSystemMode mode) argument
117 OpenPrivateFileSystem( const GURL& origin_url, FileSystemType type, const std::string& filesystem_id, const std::string& plugin_id, OpenFileSystemMode mode, const StatusCallback& callback) argument
219 DeleteOriginDataOnFileTaskRunner( FileSystemContext* context, storage::QuotaManagerProxy* proxy, const GURL& origin_url, FileSystemType type) argument
260 GetOriginUsageOnFileTaskRunner( FileSystemContext* context, const GURL& origin_url, FileSystemType type) argument
269 CreateQuotaReservationOnFileTaskRunner( const GURL& origin_url, FileSystemType type) argument
/external/chromium_org/android_webview/native/
H A Daw_contents_client_bridge.cc257 const GURL& origin_url,
273 ConvertUTF8ToJavaString(env, origin_url.spec()));
308 const GURL& origin_url,
323 ConvertUTF8ToJavaString(env, origin_url.spec()));
255 RunJavaScriptDialog( content::JavaScriptMessageType message_type, const GURL& origin_url, const base::string16& message_text, const base::string16& default_prompt_text, const content::JavaScriptDialogManager::DialogClosedCallback& callback) argument
307 RunBeforeUnloadDialog( const GURL& origin_url, const base::string16& message_text, const content::JavaScriptDialogManager::DialogClosedCallback& callback) argument
/external/chromium_org/chrome/browser/
H A Dchrome_quota_permission_context.cc43 const GURL& origin_url,
75 const GURL& origin_url,
81 origin_url_(origin_url),
155 const GURL& origin_url,
163 const GURL& origin_url,
187 const GURL& origin_url,
193 context, origin_url, requested_quota, display_languages, callback))));
198 const GURL& origin_url,
204 origin_url_(origin_url),
289 params.origin_url, param
73 QuotaPermissionRequest( ChromeQuotaPermissionContext* context, const GURL& origin_url, int64 requested_quota, bool user_gesture, const std::string& display_languages, const content::QuotaPermissionContext::PermissionCallback& callback) argument
184 Create( InfoBarService* infobar_service, ChromeQuotaPermissionContext* context, const GURL& origin_url, int64 requested_quota, const std::string& display_languages, const content::QuotaPermissionContext::PermissionCallback& callback) argument
196 RequestQuotaInfoBarDelegate( ChromeQuotaPermissionContext* context, const GURL& origin_url, int64 requested_quota, const std::string& display_languages, const content::QuotaPermissionContext::PermissionCallback& callback) argument
[all...]
/external/chromium_org/chrome/browser/notifications/
H A Ddesktop_notification_service.cc79 const GURL& origin_url,
87 origin_url,
92 message_center::NotifierId(origin_url),
78 AddIconNotification( const GURL& origin_url, const base::string16& title, const base::string16& message, const gfx::Image& icon, const base::string16& replace_id, NotificationDelegate* delegate, Profile* profile) argument
H A Dmessage_center_notification_manager.cc150 const GURL origin_url = notification.origin_url(); local
151 DCHECK(origin_url.is_valid());
153 // Since replace_id is provided by arbitrary JS, we need to use origin_url
160 old_notification->notification().origin_url() == origin_url &&
221 if ((*iter).second->notification().origin_url() == source &&
238 if ((*curiter).second->notification().origin_url() == source) {
/external/chromium_org/chrome/browser/plugins/
H A Dplugin_info_message_filter.cc103 const GURL& origin_url) {
117 origin_url,
124 origin_url,
101 ReportMetrics(const std::string& mime_type, const GURL& url, const GURL& origin_url) argument
/external/chromium_org/chrome/browser/renderer_host/
H A Dchrome_render_message_filter.cc169 const GURL& origin_url,
175 cookie_settings_->IsSettingCookieAllowed(origin_url, top_origin_url);
179 render_process_id_, render_frame_id, origin_url, name,
184 const GURL& origin_url,
189 cookie_settings_->IsSettingCookieAllowed(origin_url, top_origin_url);
194 render_process_id_, render_frame_id, origin_url, local,
200 const GURL& origin_url,
210 origin_url,
246 const GURL& origin_url,
256 origin_url,
167 OnAllowDatabase( int render_frame_id, const GURL& origin_url, const GURL& top_origin_url, const base::string16& name, const base::string16& display_name, bool* allowed) argument
183 OnAllowDOMStorage(int render_frame_id, const GURL& origin_url, const GURL& top_origin_url, bool local, bool* allowed) argument
198 OnRequestFileSystemAccessSync( int render_frame_id, const GURL& origin_url, const GURL& top_origin_url, IPC::Message* reply_msg) argument
243 OnRequestFileSystemAccessAsync( int render_frame_id, int request_id, const GURL& origin_url, const GURL& top_origin_url) argument
269 OnRequestFileSystemAccess( int render_frame_id, const GURL& origin_url, const GURL& top_origin_url, base::Callback<void(bool)> callback) argument
345 OnAllowIndexedDB(int render_frame_id, const GURL& origin_url, const GURL& top_origin_url, const base::string16& name, bool* allowed) argument
[all...]
/external/chromium_org/chrome/browser/sync_file_system/local/
H A Dsync_file_system_backend.cc268 const GURL& origin_url,
277 base::Unretained(this), origin_url, callback));
290 service->InitializeForApp(context_, origin_url, callback);
295 const GURL& origin_url,
308 origin_url, type, mode, callback, status));
318 callback.Run(GetSyncableFileSystemRootURI(origin_url),
319 GetFileSystemName(origin_url, type),
267 InitializeSyncFileSystemService( const GURL& origin_url, const SyncStatusCallback& callback) argument
293 DidInitializeSyncFileSystemService( storage::FileSystemContext* context, const GURL& origin_url, storage::FileSystemType type, storage::OpenFileSystemMode mode, const OpenFileSystemCallback& callback, SyncStatusCode status) argument
/external/chromium_org/chrome/browser/ui/app_modal_dialogs/
H A Djavascript_dialog_manager.cc93 const GURL& origin_url,
124 const GURL& origin_url,
158 const GURL& origin_url,
190 GetTitle(web_contents, origin_url, accept_lang, is_alert);
267 const GURL& origin_url,
271 if (!origin_url.has_host()) {
282 web_contents->GetLastCommittedURL().GetOrigin() == origin_url) {
289 base::string16 url_string = net::FormatUrl(origin_url, accept_lang);
156 RunJavaScriptDialog( WebContents* web_contents, const GURL& origin_url, const std::string& accept_lang, content::JavaScriptMessageType message_type, const base::string16& message_text, const base::string16& default_prompt_text, const DialogClosedCallback& callback, bool* did_suppress_message) argument
265 GetTitle( WebContents* web_contents, const GURL& origin_url, const std::string& accept_lang, bool is_alert) argument
/external/chromium_org/content/browser/fileapi/
H A Dcopy_or_move_file_validator_unittest.cc37 void ExpectOk(const GURL& origin_url, argument
H A Dsandbox_file_system_backend_unittest.cc40 const char* origin_url; member in struct:content::__anon7126::RootPathTest
55 const char* origin_url; member in struct:content::__anon7126::RootPathFileURITest
64 const GURL& origin_url,
106 bool GetRootPath(const GURL& origin_url, argument
112 FileSystemURL::CreateForTest(origin_url, type, base::FilePath()),
120 origin_url, type, false /* create */);
204 EXPECT_TRUE(GetRootPath(GURL(kRootPathTestCases[i].origin_url),
224 EXPECT_TRUE(GetRootPath(GURL(kRootPathTestCases[i].origin_url),
239 GURL origin_url("http://foo.com:1/");
242 EXPECT_TRUE(GetRootPath(origin_url,
63 DidOpenFileSystem(base::File::Error* error_out, const GURL& origin_url, const std::string& name, base::File::Error error) argument
[all...]
H A Dfile_system_quota_client_unittest.cc57 const char* origin_url; member in struct:content::FileSystemQuotaClientTest::TestFile
67 const std::string& origin_url,
70 GURL(origin_url), type,
76 const std::string& origin_url,
78 GetOriginUsageAsync(quota_client, origin_url, type);
107 const std::string& origin_url,
110 GURL(origin_url), type,
116 const std::string& origin_url,
121 GURL(origin_url), type, file_path);
130 const std::string& origin_url,
66 GetOriginUsageAsync(FileSystemQuotaClient* quota_client, const std::string& origin_url, storage::StorageType type) argument
75 GetOriginUsage(FileSystemQuotaClient* quota_client, const std::string& origin_url, storage::StorageType type) argument
106 RunAdditionalOriginUsageTask(FileSystemQuotaClient* quota_client, const std::string& origin_url, storage::StorageType type) argument
115 CreateFileSystemDirectory(const base::FilePath& file_path, const std::string& origin_url, storage::StorageType storage_type) argument
128 CreateFileSystemFile(const base::FilePath& file_path, int64 file_size, const std::string& origin_url, storage::StorageType storage_type) argument
178 ComputeFilePathsCostForOriginAndType(const TestFile* files, int num_files, const std::string& origin_url, storage::StorageType type) argument
[all...]
H A Dfileapi_message_filter.cc205 const GURL& origin_url,
215 context_->OpenFileSystem(origin_url, type, mode, base::Bind(
237 const GURL& origin_url,
240 context_->DeleteFileSystem(origin_url, type, base::Bind(
204 OnOpenFileSystem(int request_id, const GURL& origin_url, storage::FileSystemType type) argument
236 OnDeleteFileSystem(int request_id, const GURL& origin_url, storage::FileSystemType type) argument
/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_factory_impl.cc66 void IndexedDBFactoryImpl::ReleaseBackingStore(const GURL& origin_url, argument
70 backing_stores_with_active_blobs_.find(origin_url);
78 if (!HasLastBackingStoreReference(origin_url))
85 CloseBackingStore(origin_url);
91 DCHECK(!backing_store_map_[origin_url]->close_timer()->IsRunning());
92 backing_store_map_[origin_url]->close_timer()->Start(
96 &IndexedDBFactoryImpl::MaybeCloseBackingStore, this, origin_url));
99 void IndexedDBFactoryImpl::MaybeCloseBackingStore(const GURL& origin_url) { argument
102 if (HasLastBackingStoreReference(origin_url))
103 CloseBackingStore(origin_url);
106 CloseBackingStore(const GURL& origin_url) argument
128 ForceClose(const GURL& origin_url) argument
155 ReportOutstandingBlobs(const GURL& origin_url, bool blobs_outstanding) argument
176 GetDatabaseNames( scoped_refptr<IndexedDBCallbacks> callbacks, const GURL& origin_url, const base::FilePath& data_directory, net::URLRequestContext* request_context) argument
221 DeleteDatabase( const base::string16& name, net::URLRequestContext* request_context, scoped_refptr<IndexedDBCallbacks> callbacks, const GURL& origin_url, const base::FilePath& data_directory) argument
295 HandleBackingStoreFailure(const GURL& origin_url) argument
303 HandleBackingStoreCorruption( const GURL& origin_url, const IndexedDBDatabaseError& error) argument
322 IsDatabaseOpen(const GURL& origin_url, const base::string16& name) const argument
341 OpenBackingStoreHelper( const GURL& origin_url, const base::FilePath& data_directory, net::URLRequestContext* request_context, blink::WebIDBDataLoss* data_loss, std::string* data_loss_message, bool* disk_full, bool first_time, leveldb::Status* status) argument
362 OpenBackingStore( const GURL& origin_url, const base::FilePath& data_directory, net::URLRequestContext* request_context, blink::WebIDBDataLoss* data_loss, std::string* data_loss_message, bool* disk_full, leveldb::Status* status) argument
414 Open(const base::string16& name, const IndexedDBPendingConnection& connection, net::URLRequestContext* request_context, const GURL& origin_url, const base::FilePath& data_directory) argument
[all...]
H A Dindexed_db_internals_ui.cc126 GURL* origin_url,
137 *origin_url = GURL(url_string);
139 return GetOriginContext(*partition_path, *origin_url, context);
144 const GURL& origin_url,
165 GURL origin_url; local
167 if (!GetOriginData(args, &partition_path, &origin_url, &context))
177 origin_url));
184 GURL origin_url; local
186 if (!GetOriginData(args, &partition_path, &origin_url, &context))
195 origin_url));
123 GetOriginData( const base::ListValue* args, base::FilePath* partition_path, GURL* origin_url, scoped_refptr<IndexedDBContextImpl>* context) argument
142 GetOriginContext( const base::FilePath& path, const GURL& origin_url, scoped_refptr<IndexedDBContextImpl>* context) argument
198 DownloadOriginDataOnIndexedDBThread( const base::FilePath& partition_path, const scoped_refptr<IndexedDBContextImpl> context, const GURL& origin_url) argument
240 ForceCloseOriginOnIndexedDBThread( const base::FilePath& partition_path, const scoped_refptr<IndexedDBContextImpl> context, const GURL& origin_url) argument
263 OnForcedClose(const base::FilePath& partition_path, const GURL& origin_url, size_t connection_count) argument
273 OnDownloadDataReady( const base::FilePath& partition_path, const GURL& origin_url, const base::FilePath temp_path, const base::FilePath zip_path, size_t connection_count) argument
343 OnDownloadStarted( const base::FilePath& partition_path, const GURL& origin_url, const base::FilePath& temp_path, size_t connection_count, DownloadItem* item, DownloadInterruptReason interrupt_reason) argument
[all...]
H A Dindexed_db_quota_client_unittest.cc121 const GURL& origin_url) {
124 origin_url,
120 DeleteOrigin(storage::QuotaClient* client, const GURL& origin_url) argument
H A Dindexed_db_callbacks.cc74 const GURL& origin_url)
80 origin_url_(origin_url),
69 IndexedDBCallbacks(IndexedDBDispatcherHost* dispatcher_host, int32 ipc_thread_id, int32 ipc_callbacks_id, int32 ipc_database_callbacks_id, int64 host_transaction_id, const GURL& origin_url) argument
H A Dindexed_db_context_impl.cc150 const GURL& origin_url = *iter; local
152 base::FilePath idb_directory = GetFilePath(origin_url);
153 size_t connection_count = GetConnectionCount(origin_url);
154 result.push_back(IndexedDBInfo(origin_url,
155 GetOriginDiskUsage(origin_url),
156 GetOriginLastModified(origin_url),
177 const GURL& origin_url = *iter; local
180 info->SetString("url", origin_url.spec());
181 info->SetString("size", ui::FormatBytes(GetOriginDiskUsage(origin_url)));
183 GetOriginLastModified(origin_url)
292 GetOriginDiskUsage(const GURL& origin_url) argument
300 GetOriginLastModified(const GURL& origin_url) argument
311 DeleteForOrigin(const GURL& origin_url) argument
339 ForceClose(const GURL origin_url, ForceCloseReason reason) argument
354 GetConnectionCount(const GURL& origin_url) argument
381 ConnectionOpened(const GURL& origin_url, IndexedDBConnection* connection) argument
399 ConnectionClosed(const GURL& origin_url, IndexedDBConnection* connection) argument
412 TransactionComplete(const GURL& origin_url) argument
418 DatabaseDeleted(const GURL& origin_url) argument
424 WouldBeOverQuota(const GURL& origin_url, int64 additional_bytes) argument
434 IsOverQuota(const GURL& origin_url) argument
484 EnsureDiskUsageCacheInitialized( const GURL& origin_url) argument
490 QueryDiskAndUpdateQuotaUsage( const GURL& origin_url) argument
508 GotUsageAndQuota(const GURL& origin_url, storage::QuotaStatusCode status, int64 usage, int64 quota) argument
528 GotUpdatedQuota(const GURL& origin_url, int64 usage, int64 quota) argument
535 QueryAvailableQuota(const GURL& origin_url) argument
[all...]
H A Dindexed_db_backing_store.h299 const GURL& origin_url() const { return origin_url_; } function in class:content::IndexedDBBackingStore
311 const GURL& origin_url,
322 const GURL& origin_url,
333 const GURL& origin_url,
337 const GURL& origin_url,
364 const GURL& origin_url);
366 const GURL& origin_url,
507 const GURL& origin_url,
530 const GURL& origin_url,
539 const GURL& origin_url,
[all...]
/external/chromium_org/content/browser/service_worker/
H A Dservice_worker_context_wrapper.cc193 void ServiceWorkerContextWrapper::DeleteForOrigin(const GURL& origin_url) { argument
198 origin_url));
/external/chromium_org/components/test/data/web_database/
H A Dversion_20.sql16 CREATE TABLE logins (origin_url VARCHAR NOT NULL, action_url VARCHAR, username_element VARCHAR, username_value VARCHAR, password_element VARCHAR, password_value BLOB, submit_element VARCHAR,signon_realm VARCHAR NOT NULL,ssl_valid INTEGER NOT NULL,preferred INTEGER NOT NULL,date_created INTEGER NOT NULL,blacklisted_by_user INTEGER NOT NULL,scheme INTEGER NOT NULL,UNIQUE (origin_url, username_element, username_value, password_element, submit_element, signon_realm));
H A Dversion_21.sql16 CREATE TABLE logins (origin_url VARCHAR NOT NULL, action_url VARCHAR, username_element VARCHAR, username_value VARCHAR, password_element VARCHAR, password_value BLOB, submit_element VARCHAR,signon_realm VARCHAR NOT NULL,ssl_valid INTEGER NOT NULL,preferred INTEGER NOT NULL,date_created INTEGER NOT NULL,blacklisted_by_user INTEGER NOT NULL,scheme INTEGER NOT NULL,UNIQUE (origin_url, username_element, username_value, password_element, submit_element, signon_realm));
H A Dversion_22.sql16 CREATE TABLE logins (origin_url VARCHAR NOT NULL, action_url VARCHAR, username_element VARCHAR, username_value VARCHAR, password_element VARCHAR, password_value BLOB, submit_element VARCHAR,signon_realm VARCHAR NOT NULL,ssl_valid INTEGER NOT NULL,preferred INTEGER NOT NULL,date_created INTEGER NOT NULL,blacklisted_by_user INTEGER NOT NULL,scheme INTEGER NOT NULL,UNIQUE (origin_url, username_element, username_value, password_element, submit_element, signon_realm));
/external/chromium_org/storage/common/fileapi/
H A Dfile_system_util.cc151 GURL* origin_url,
198 if (origin_url)
199 *origin_url = url.GetOrigin();
209 GURL GetFileSystemRootURI(const GURL& origin_url, FileSystemType type) { argument
210 // origin_url is based on a security origin, so http://foo.com or file:///
212 DCHECK(!origin_url.SchemeIsFileSystem());
214 std::string url = "filesystem:" + origin_url.GetWithEmptyPath().spec();
239 std::string GetFileSystemName(const GURL& origin_url, FileSystemType type) { argument
240 std::string origin_identifier = storage::GetIdentifierFromOrigin(origin_url);
403 std::string GetIsolatedFileSystemName(const GURL& origin_url, argument
150 ParseFileSystemSchemeURL(const GURL& url, GURL* origin_url, FileSystemType* type, base::FilePath* virtual_path) argument
448 GetIsolatedFileSystemRootURIString( const GURL& origin_url, const std::string& filesystem_id, const std::string& optional_root_name) argument
467 GetExternalFileSystemRootURIString( const GURL& origin_url, const std::string& mount_name) argument
[all...]

Completed in 353 milliseconds

1234