Searched defs:origin_url (Results 1 - 25 of 83) sorted by relevance

1234

/external/chromium_org/content/public/common/
H A Dstorage_quota_params.h27 GURL origin_url; member in struct:content::StorageQuotaParams
/external/chromium_org/chrome/browser/android/banners/
H A Dapp_banner_settings_helper.cc29 const GURL& origin_url,
34 if (profile->IsOffTheRecord() || web_contents->GetURL() != origin_url ||
44 settings->GetWebsiteSetting(origin_url,
45 origin_url,
65 ContentSettingsPattern pattern(ContentSettingsPattern::FromURL(origin_url));
80 const GURL& origin_url,
88 ContentSettingsPattern pattern(ContentSettingsPattern::FromURL(origin_url));
93 settings->GetWebsiteSetting(origin_url,
94 origin_url,
28 IsAllowed(content::WebContents* web_contents, const GURL& origin_url, const std::string& package_name) argument
79 Block(content::WebContents* web_contents, const GURL& origin_url, const std::string& package_name) argument
/external/chromium_org/chrome/browser/browsing_data/
H A Dbrowsing_data_local_storage_helper.h32 const GURL& origin_url,
37 GURL origin_url; member in struct:BrowsingDataLocalStorageHelper::LocalStorageInfo
H A Dbrowsing_data_local_storage_helper.cc19 const GURL& origin_url, int64 size, base::Time last_modified)
20 : origin_url(origin_url), size(size), last_modified(last_modified) {}
18 LocalStorageInfo( const GURL& origin_url, int64 size, base::Time last_modified) argument
/external/chromium_org/content/browser/
H A Ddatabase_util_unittest.cc32 static GURL ToAndFromOriginIdentifier(const GURL origin_url) { argument
33 std::string id = storage::GetIdentifierFromOrigin(origin_url);
/external/chromium_org/content/public/browser/
H A Dspeech_recognition_session_config.h30 std::string origin_url; member in struct:content::SpeechRecognitionSessionConfig
/external/chromium_org/content/renderer/shared_worker/
H A Dembedded_shared_worker_permission_client_proxy.cc16 const GURL& origin_url,
20 : origin_url_(origin_url),
15 EmbeddedSharedWorkerPermissionClientProxy( const GURL& origin_url, bool is_unique_origin, int routing_id, ThreadSafeSender* thread_safe_sender) argument
/external/chromium_org/win8/metro_driver/
H A Dtoast_notification_handler.h18 std::string origin_url; member in struct:ToastNotificationHandler::DesktopNotification
/external/chromium_org/android_webview/browser/
H A Daw_javascript_dialog_manager.cc19 const GURL& origin_url,
34 origin_url,
17 RunJavaScriptDialog( content::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
/external/chromium_org/chrome/browser/notifications/
H A Dnotification.cc7 Notification::Notification(const GURL& origin_url, argument
21 message_center::NotifierId(origin_url),
24 origin_url_(origin_url),
31 const GURL& origin_url,
50 origin_url_(origin_url),
59 origin_url_(notification.origin_url()),
71 origin_url_ = notification.origin_url();
29 Notification( message_center::NotificationType type, const GURL& origin_url, const base::string16& title, const base::string16& body, const gfx::Image& icon, blink::WebTextDirection dir, const message_center::NotifierId& notifier_id, const base::string16& display_source, const base::string16& replace_id, const message_center::RichNotificationData& rich_notification_data, NotificationDelegate* delegate) argument
H A Dnotification.h32 Notification(const GURL& origin_url,
43 const GURL& origin_url,
59 const GURL& origin_url() const { return origin_url_; } function in class:Notification
/external/chromium_org/content/browser/appcache/
H A Dappcache_working_set.cc58 GURL origin_url = url.GetOrigin(); local
59 GroupMap* groups_in_origin = GetMutableGroupsInOrigin(origin_url);
63 groups_by_origin_.erase(origin_url);
H A Dappcache_working_set.h46 const GroupMap* GetGroupsInOrigin(const GURL& origin_url) { argument
47 return GetMutableGroupsInOrigin(origin_url);
62 GroupMap* GetMutableGroupsInOrigin(const GURL& origin_url) { argument
63 GroupsByOriginMap::iterator it = groups_by_origin_.find(origin_url);
H A Dappcache_histograms.cc11 static std::string OriginToCustomHistogramSuffix(const GURL& origin_url) { argument
12 if (origin_url.host() == "docs.google.com")
33 const GURL& origin_url) {
38 const std::string suffix = OriginToCustomHistogramSuffix(origin_url);
57 bool success, bool is_main_resource, const GURL& origin_url) {
66 const std::string suffix = OriginToCustomHistogramSuffix(origin_url);
75 const GURL& origin_url,
79 const std::string suffix = OriginToCustomHistogramSuffix(origin_url);
31 CountUpdateJobResult( AppCacheUpdateJob::ResultType result, const GURL& origin_url) argument
56 CountResponseRetrieval( bool success, bool is_main_resource, const GURL& origin_url) argument
74 LogUpdateFailureStats( const GURL& origin_url, int percent_complete, bool was_stalled, bool was_off_origin_resource_failure) argument
/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_quota_client.cc74 void IndexedDBQuotaClient::GetOriginUsage(const GURL& origin_url, argument
96 &GetOriginUsageOnIndexedDBThread, indexed_db_context_, origin_url),
H A Dindexed_db_context_impl.h68 virtual int64 GetOriginDiskUsage(const GURL& origin_url) OVERRIDE;
69 virtual void DeleteForOrigin(const GURL& origin_url) OVERRIDE;
76 void ConnectionOpened(const GURL& origin_url, IndexedDBConnection* db);
77 void ConnectionClosed(const GURL& origin_url, IndexedDBConnection* db);
78 void TransactionComplete(const GURL& origin_url);
79 void DatabaseDeleted(const GURL& origin_url);
80 bool WouldBeOverQuota(const GURL& origin_url, int64 additional_bytes);
81 bool IsOverQuota(const GURL& origin_url);
86 base::Time GetOriginLastModified(const GURL& origin_url);
91 void ForceClose(const GURL origin_url, ForceCloseReaso
95 IsInOriginSet(const GURL& origin_url) argument
133 AddToOriginSet(const GURL& origin_url) argument
136 RemoveFromOriginSet(const GURL& origin_url) argument
[all...]
H A Dindexed_db_unittest.cc128 const GURL& origin_url)
131 origin_url_(origin_url) {}
127 ForceCloseDBCallbacks(scoped_refptr<IndexedDBContextImpl> idb_context, const GURL& origin_url) argument
/external/chromium_org/content/browser/speech/
H A Dspeech_recognition_engine.h59 std::string origin_url; member in struct:content::SpeechRecognitionEngine::Config
/external/chromium_org/content/shell/browser/
H A Dshell_javascript_dialog_manager.cc26 const GURL& origin_url,
54 base::string16 new_message_text = net::FormatUrl(origin_url, accept_lang) +
24 RunJavaScriptDialog( WebContents* web_contents, const GURL& origin_url, const std::string& accept_lang, JavaScriptMessageType javascript_message_type, const base::string16& message_text, const base::string16& default_prompt_text, const DialogClosedCallback& callback, bool* did_suppress_message) argument
/external/chromium_org/extensions/browser/guest_view/web_view/
H A Djavascript_dialog_helper.cc45 const GURL& origin_url,
61 request_info.Set(guestview::kUrl, new base::StringValue(origin_url.spec()));
43 RunJavaScriptDialog( content::WebContents* web_contents, const GURL& origin_url, const std::string& accept_lang, content::JavaScriptMessageType javascript_message_type, const base::string16& message_text, const base::string16& default_prompt_text, const DialogClosedCallback& callback, bool* did_suppress_message) argument
/external/chromium_org/content/browser/renderer_host/pepper/
H A Dquota_reservation.cc20 const GURL& origin_url,
23 new QuotaReservation(file_system_context, origin_url, type));
28 const GURL& origin_url,
33 origin_url, file_system_type);
39 const GURL& /* origin_url */,
18 Create( scoped_refptr<storage::FileSystemContext> file_system_context, const GURL& origin_url, storage::FileSystemType type) argument
26 QuotaReservation( scoped_refptr<storage::FileSystemContext> file_system_context, const GURL& origin_url, storage::FileSystemType file_system_type) argument
/external/chromium_org/content/child/
H A Dquota_dispatcher.cc110 const GURL& origin_url,
117 request_id, origin_url, type));
122 const GURL& origin_url,
134 params.origin_url = origin_url;
109 QueryStorageUsageAndQuota( const GURL& origin_url, StorageType type, Callback* callback) argument
120 RequestStorageQuota( int render_view_id, const GURL& origin_url, StorageType type, uint64 requested_size, Callback* callback) argument
/external/chromium_org/content/common/fileapi/
H A Dfile_system_util_unittest.cc25 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/
H A Dmock_storage_client.cc45 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, argument
44 AddOriginAndNotify( const GURL& origin_url, StorageType type, int64 size) argument
53 ModifyOriginAndNotify( const GURL& origin_url, StorageType type, int64 delta) argument
74 AddOriginToErrorSet( const GURL& origin_url, StorageType type) argument
131 RunGetOriginUsage( const GURL& origin_url, StorageType type, const GetUsageCallback& callback) argument
166 RunDeleteOriginData( const GURL& origin_url, StorageType type, const DeletionCallback& callback) argument
182 NotifyStorageModified(id(), origin_url, type, -delta); local
[all...]
/external/chromium_org/storage/browser/database/
H A Ddatabase_quota_client.cc29 const GURL& origin_url) {
31 if (db_tracker->GetOriginInfo(storage::GetIdentifierFromOrigin(origin_url),
122 void DatabaseQuotaClient::GetOriginUsage(const GURL& origin_url, argument
137 base::Bind(&GetOriginUsageOnDBThread, db_tracker_, origin_url),
27 GetOriginUsageOnDBThread( DatabaseTracker* db_tracker, const GURL& origin_url) argument

Completed in 344 milliseconds

1234