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

1234

/external/chromium/chrome/browser/notifications/
H A Dnotification.cc7 Notification::Notification(const GURL& origin_url, argument
12 : origin_url_(origin_url),
20 : origin_url_(notification.origin_url()),
30 origin_url_ = notification.origin_url();
H A Dnotification.h22 Notification(const GURL& origin_url,
35 const GURL& origin_url() const { return origin_url_; } function in class:Notification
/external/chromium_org/android_webview/browser/
H A Daw_quota_permission_context.cc20 const GURL& origin_url,
19 RequestQuotaPermission( const GURL& origin_url, quota::StorageType type, int64 new_quota, int render_process_id, int render_view_id, const PermissionCallback& callback) argument
H A Daw_javascript_dialog_manager.cc19 const GURL& origin_url,
29 origin_url,
17 RunJavaScriptDialog( content::WebContents* web_contents, const GURL& origin_url, const std::string& accept_lang, content::JavaScriptMessageType message_type, const string16& message_text, const string16& default_prompt_text, const DialogClosedCallback& callback, bool* did_suppress_message) 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.cc20 const GURL& origin_url, int64 size, base::Time last_modified)
21 : origin_url(origin_url), size(size), last_modified(last_modified) {}
19 LocalStorageInfo( const GURL& origin_url, int64 size, base::Time last_modified) argument
/external/chromium_org/content/public/browser/
H A Dspeech_recognition_session_config.h28 std::string origin_url; member in struct:content::SpeechRecognitionSessionConfig
/external/chromium_org/content/shell/browser/
H A Dshell_quota_permission_context.cc14 const GURL& origin_url,
13 RequestQuotaPermission( const GURL& origin_url, quota::StorageType type, int64 requested_quota, int render_process_id, int render_view_id, const PermissionCallback& callback) argument
H A Dshell_javascript_dialog_manager.cc27 const GURL& origin_url,
55 base::string16 new_message_text = net::FormatUrl(origin_url, accept_lang) +
25 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/content/worker/
H A Dshared_worker_permission_client_proxy.cc15 const GURL& origin_url,
19 : origin_url_(origin_url),
14 SharedWorkerPermissionClientProxy( const GURL& origin_url, bool is_unique_origin, int routing_id, ThreadSafeSender* thread_safe_sender) argument
/external/chromium_org/webkit/browser/database/
H A Ddatabase_util_unittest.cc31 static GURL ToAndFromOriginIdentifier(const GURL origin_url) { argument
32 std::string id = webkit_database::GetIdentifierFromOrigin(origin_url);
/external/chromium_org/win8/metro_driver/
H A Dtoast_notification_handler.h18 std::string origin_url; member in struct:ToastNotificationHandler::DesktopNotification
/external/chromium_org/chrome/browser/notifications/
H A Dnotification.cc12 Notification::Notification(const GURL& origin_url, argument
23 message_center::NotifierId(origin_url),
26 origin_url_(origin_url),
32 Notification::Notification(const GURL& origin_url, argument
46 message_center::NotifierId(origin_url),
49 origin_url_(origin_url),
61 const GURL& origin_url,
80 origin_url_(origin_url),
96 Notification::Notification(const GURL& origin_url, argument
110 message_center::NotifierId(origin_url),
59 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
[all...]
H A Dnotification.h28 Notification(const GURL& origin_url,
36 Notification(const GURL& origin_url,
47 Notification(const GURL& origin_url,
58 const GURL& origin_url,
80 const GURL& origin_url() const { return origin_url_; } function in class:Notification
/external/chromium_org/webkit/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);
/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_context_impl.h59 virtual int64 GetOriginDiskUsage(const GURL& origin_url) OVERRIDE;
60 virtual void DeleteForOrigin(const GURL& origin_url) OVERRIDE;
67 void ConnectionOpened(const GURL& origin_url, IndexedDBConnection* db);
68 void ConnectionClosed(const GURL& origin_url, IndexedDBConnection* db);
69 void TransactionComplete(const GURL& origin_url);
70 bool WouldBeOverQuota(const GURL& origin_url, int64 additional_bytes);
71 bool IsOverQuota(const GURL& origin_url);
76 base::Time GetOriginLastModified(const GURL& origin_url);
80 void ForceClose(const GURL origin_url);
81 base::FilePath GetFilePath(const GURL& origin_url) cons
83 IsInOriginSet(const GURL& origin_url) argument
119 AddToOriginSet(const GURL& origin_url) argument
122 RemoveFromOriginSet(const GURL& origin_url) argument
[all...]
H A Dindexed_db_quota_client.cc74 void IndexedDBQuotaClient::GetOriginUsage(const GURL& origin_url, argument
96 &GetOriginUsageOnIndexedDBThread, indexed_db_context_, origin_url),
/external/chromium_org/content/browser/renderer_host/pepper/
H A Dquota_reservation.cc20 const GURL& origin_url,
23 file_system_context, origin_url, type));
28 const GURL& origin_url,
33 origin_url,
40 const GURL& /* origin_url */,
18 Create( scoped_refptr<fileapi::FileSystemContext> file_system_context, const GURL& origin_url, fileapi::FileSystemType type) argument
26 QuotaReservation( scoped_refptr<fileapi::FileSystemContext> file_system_context, const GURL& origin_url, fileapi::FileSystemType file_system_type) 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/webkit/browser/fileapi/
H A Disolated_file_system_backend.cc61 const GURL& origin_url,
69 GetFileSystemRootURI(origin_url, type),
70 GetFileSystemName(origin_url, type),
60 OpenFileSystem( const GURL& origin_url, FileSystemType type, OpenFileSystemMode mode, const OpenFileSystemCallback& callback) argument
H A Dsandbox_file_system_backend.cc64 const GURL& origin_url,
79 origin_url, type, mode, callback,
80 GetFileSystemRootURI(origin_url, type));
63 OpenFileSystem( const GURL& origin_url, fileapi::FileSystemType type, OpenFileSystemMode mode, const OpenFileSystemCallback& callback) argument
/external/chromium_org/android_webview/native/
H A Daw_contents_client_bridge.cc92 const GURL& origin_url,
106 ConvertUTF8ToJavaString(env, origin_url.spec()));
136 const GURL& origin_url,
149 ConvertUTF8ToJavaString(env, origin_url.spec()));
90 RunJavaScriptDialog( content::JavaScriptMessageType message_type, const GURL& origin_url, const string16& message_text, const string16& default_prompt_text, const content::JavaScriptDialogManager::DialogClosedCallback& callback) argument
135 RunBeforeUnloadDialog( const GURL& origin_url, const string16& message_text, const content::JavaScriptDialogManager::DialogClosedCallback& callback) argument
/external/chromium_org/chrome/browser/
H A Dchrome_quota_permission_context.cc41 const GURL& origin_url,
49 const GURL& origin_url,
75 const GURL& origin_url,
81 context, origin_url, requested_quota, display_languages, callback))));
86 const GURL& origin_url,
92 origin_url_(origin_url),
145 const GURL& origin_url,
162 origin_url, type, requested_quota, render_process_id,
187 infobar_service, this, origin_url, requested_quota,
72 Create( InfoBarService* infobar_service, ChromeQuotaPermissionContext* context, const GURL& origin_url, int64 requested_quota, const std::string& display_languages, const content::QuotaPermissionContext::PermissionCallback& callback) argument
84 RequestQuotaInfoBarDelegate( ChromeQuotaPermissionContext* context, const GURL& origin_url, int64 requested_quota, const std::string& display_languages, const content::QuotaPermissionContext::PermissionCallback& callback) argument
144 RequestQuotaPermission( const GURL& origin_url, quota::StorageType type, int64 requested_quota, int render_process_id, int render_view_id, const PermissionCallback& callback) argument
/external/chromium_org/chrome/browser/media_galleries/fileapi/
H A Dmedia_file_system_backend.cc112 const GURL& origin_url,
120 GetFileSystemRootURI(origin_url, type),
121 GetFileSystemName(origin_url, type),
111 OpenFileSystem( const GURL& origin_url, fileapi::FileSystemType type, fileapi::OpenFileSystemMode mode, const OpenFileSystemCallback& callback) argument

Completed in 507 milliseconds

1234