HomeSort by relevance Sort by last modified time
    Searched defs:origin_url (Results 1 - 25 of 42) sorted by null

1 2

  /external/chromium_org/content/public/common/
storage_quota_params.h 27 GURL origin_url; member in struct:content::StorageQuotaParams
  /external/chromium_org/chrome/browser/browsing_data/
browsing_data_local_storage_helper.h 32 const GURL& origin_url,
37 GURL origin_url; member in struct:BrowsingDataLocalStorageHelper::LocalStorageInfo
  /external/chromium_org/content/browser/appcache/
appcache_working_set.cc 58 GURL origin_url = url.GetOrigin(); local
59 GroupMap* groups_in_origin = GetMutableGroupsInOrigin(origin_url);
63 groups_by_origin_.erase(origin_url);
  /external/chromium_org/content/public/browser/
speech_recognition_session_config.h 30 std::string origin_url; member in struct:content::SpeechRecognitionSessionConfig
  /external/chromium_org/win8/metro_driver/
toast_notification_handler.h 18 std::string origin_url; member in struct:ToastNotificationHandler::DesktopNotification
  /external/chromium_org/chrome/browser/notifications/
notification.h 32 Notification(const GURL& origin_url,
43 const GURL& origin_url,
59 const GURL& origin_url() const { return origin_url_; } function in class:Notification
message_center_notification_manager.cc 150 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/content/browser/speech/
speech_recognition_engine.h 59 std::string origin_url; member in struct:content::SpeechRecognitionEngine::Config
  /external/chromium_org/content/common/fileapi/
file_system_util_unittest.cc 25 GURL origin_url; local
28 ParseFileSystemSchemeURL(uri, &origin_url, &type, &virtual_path);
29 EXPECT_EQ(GURL("http://chromium.org"), origin_url);
40 GURL origin_url("http://chromium.org");
43 EXPECT_EQ(uri, GetFileSystemRootURI(origin_url, type));
47 GURL origin_url("http://chromium.org");
50 EXPECT_EQ(uri, GetFileSystemRootURI(origin_url, type));
218 GURL origin_url("http://foo");
219 std::string fsname1 = GetIsolatedFileSystemName(origin_url, "bar");
  /external/chromium_org/content/public/test/
mock_storage_client.cc 45 const GURL& origin_url, StorageType type, int64 size) {
46 DCHECK(origin_data_.find(make_pair(origin_url, type)) == origin_data_.end());
48 origin_data_[make_pair(origin_url, type)] = size;
50 id(), origin_url, type, size, IncrementMockTime()); local
54 const GURL& origin_url, StorageType type, int64 delta) {
55 OriginDataMap::iterator find = origin_data_.find(make_pair(origin_url, type));
62 id(), origin_url, type, delta, IncrementMockTime()); local
75 const GURL& origin_url, StorageType type) {
76 error_origins_.insert(make_pair(origin_url, type));
92 void MockStorageClient::GetOriginUsage(const GURL& origin_url,
182 NotifyStorageModified(id(), origin_url, type, -delta); local
    [all...]
  /external/chromium_org/content/browser/fileapi/
file_system_quota_client_unittest.cc 57 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,
    [all...]
sandbox_file_system_backend_unittest.cc 40 const char* origin_url; member in struct:content::__anon11751::RootPathTest
55 const char* origin_url; member in struct:content::__anon11751::RootPathFileURITest
64 const GURL& origin_url,
106 bool GetRootPath(const GURL& origin_url,
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,
    [all...]
  /external/chromium_org/content/browser/indexed_db/
indexed_db_context_impl.cc 150 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).ToJsTime())
    [all...]
indexed_db_internals_ui.cc 126 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));
    [all...]
indexed_db_browsertest.cc 418 const GURL& origin_url) {
423 factory->GetOpenDatabasesForOrigin(origin_url);
437 const GURL& origin_url,
440 CompactIndexedDBBackingStore(context, origin_url);
444 base::FilePath idb_data_path = context->GetFilePath(origin_url);
476 const GURL& origin_url,
500 origin_url,
597 const GURL& origin_url = embedded_test_server()->base_url(); local
601 origin_url,
indexed_db_backing_store.h 299 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...]
indexed_db_dispatcher_host.cc 161 const GURL& origin_url) {
168 Context()->ConnectionOpened(origin_url, connection);
169 database_dispatcher_host_->database_url_map_[ipc_database_id] = origin_url;
280 GURL origin_url = local
286 origin_url,
297 GURL origin_url = local
310 origin_url);
322 params.name, connection, request_context_, origin_url, indexed_db_path);
328 GURL origin_url = local
337 origin_url,
    [all...]
  /external/chromium_org/components/test/data/web_database/
version_20.sql 16 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));
version_21.sql 16 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));
version_22.sql 16 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));
version_22_corrupt.sql 16 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));
version_25.sql 8 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));
version_26.sql 8 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));
version_29.sql 12 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/browser/database/
database_tracker.cc 820 GURL origin_url = storage::GetOriginFromIdentifier(*origin); local
821 if (!special_storage_policy_->IsStorageSessionOnly(origin_url))
823 if (special_storage_policy_->IsStorageProtected(origin_url))

Completed in 7331 milliseconds

1 2