HomeSort by relevance Sort by last modified time
    Searched refs:origin_url (Results 51 - 75 of 160) sorted by null

1 23 4 5 6 7

  /external/chromium_org/webkit/browser/quota/
quota_client.h 48 // |origin_url| and |type|.
50 virtual void GetOriginUsage(const GURL& origin_url,
  /external/chromium_org/win8/metro_driver/
toast_notification_handler.h 18 std::string origin_url; member in struct:ToastNotificationHandler::DesktopNotification
  /external/chromium_org/webkit/common/fileapi/
file_system_util.cc 148 GURL GetFileSystemRootURI(const GURL& origin_url, FileSystemType type) {
149 // origin_url is based on a security origin, so http://foo.com or file:///
151 DCHECK(!origin_url.SchemeIsFileSystem());
153 std::string url = "filesystem:" + origin_url.GetWithEmptyPath().spec();
178 std::string GetFileSystemName(const GURL& origin_url, FileSystemType type) {
180 webkit_database::GetIdentifierFromOrigin(origin_url);
329 std::string GetIsolatedFileSystemName(const GURL& origin_url,
331 std::string name(fileapi::GetFileSystemName(origin_url,
367 const GURL& origin_url,
370 std::string root = GetFileSystemRootURI(origin_url,
    [all...]
file_system_util_unittest.cc 17 GURL origin_url("http://chromium.org");
20 EXPECT_EQ(uri, GetFileSystemRootURI(origin_url, type));
24 GURL origin_url("http://chromium.org");
27 EXPECT_EQ(uri, GetFileSystemRootURI(origin_url, type));
195 GURL origin_url("http://foo");
196 std::string fsname1 = GetIsolatedFileSystemName(origin_url, "bar");
  /external/chromium_org/content/common/
speech_recognition_messages.h 54 IPC_STRUCT_MEMBER(std::string, origin_url)
117 IPC_STRUCT_MEMBER(std::string, origin_url)
  /external/chromium_org/content/shell/
shell_javascript_dialog_manager.cc 27 const GURL& origin_url,
55 string16 new_message_text = net::FormatUrl(origin_url, accept_lang) +
  /external/chromium_org/webkit/browser/fileapi/
test_file_system_backend.cc 43 const GURL& origin_url,
64 const GURL& origin_url,
69 virtual void InvalidateUsageCache(const GURL& origin_url,
155 const GURL& origin_url,
159 callback.Run(GetFileSystemRootURI(origin_url, type),
160 GetFileSystemName(origin_url, type),
file_system_context.cc 155 const GURL& origin_url) {
157 DCHECK(origin_url == origin_url.GetOrigin());
167 this, quota_manager_proxy(), origin_url, iter->first)
267 const GURL& origin_url,
279 backend->OpenFileSystem(origin_url, type, mode,
284 const GURL& origin_url,
287 DCHECK(origin_url == origin_url.GetOrigin());
306 origin_url,
    [all...]
file_system_context.h 105 bool DeleteDataForOriginOnFileThread(const GURL& origin_url);
166 // Opens the filesystem for the given |origin_url| and |type|, and dispatches
172 const GURL& origin_url,
177 // Deletes the filesystem for the given |origin_url| and |type|. This should
180 const GURL& origin_url,
file_system_url.cc 41 GURL* origin_url,
88 if (origin_url)
89 *origin_url = url.GetOrigin();
file_system_backend.h 60 // Opens the filesystem for the given |origin_url| and |type|.
67 const GURL& origin_url,
87 // backend based on the given triplet of |origin_url|, |file_system_type|
140 // Grants access to |virtual_path| from |origin_url|.
  /external/chromium_org/chrome/browser/browsing_data/
browsing_data_local_storage_helper.cc 20 const GURL& origin_url, int64 size, base::Time last_modified)
21 : origin_url(origin_url), size(size), last_modified(last_modified) {}
  /external/chromium_org/chrome/browser/media_galleries/fileapi/
media_file_system_backend.cc 106 const GURL& origin_url,
114 GetFileSystemRootURI(origin_url, type),
115 GetFileSystemName(origin_url, type),
  /external/chromium_org/chrome/browser/notifications/
balloon_notification_ui_manager.cc 76 source == (*iter)->notification().origin_url()) {
125 const GURL& origin = notification.origin_url();
135 origin == (*iter)->notification().origin_url() &&
desktop_notification_service.h 111 static std::string AddNotification(const GURL& origin_url,
120 static std::string AddIconNotification(const GURL& origin_url,
balloon.cc 88 notification().origin_url());
desktop_notification_service_win.cc 39 display_metro_notification(notification.origin_url().spec().c_str(),
notification_ui_manager_impl.cc 79 const GURL& origin = notification.origin_url();
90 origin == (*iter)->notification().origin_url() &&
131 if ((*iter)->notification().origin_url() == source &&
145 if ((*loopiter)->notification().origin_url() != source) {
  /external/chromium_org/chrome/browser/renderer_host/
chrome_render_message_filter.cc 564 const GURL& origin_url,
570 cookie_settings_->IsSettingCookieAllowed(origin_url, top_origin_url);
574 render_process_id_, render_view_id, origin_url, name,
579 const GURL& origin_url,
584 cookie_settings_->IsSettingCookieAllowed(origin_url, top_origin_url);
589 render_process_id_, render_view_id, origin_url, local,
594 const GURL& origin_url,
598 cookie_settings_->IsSettingCookieAllowed(origin_url, top_origin_url);
603 render_process_id_, render_view_id, origin_url, !*allowed));
607 const GURL& origin_url,
    [all...]
chrome_render_message_filter.h 158 const GURL& origin_url,
164 const GURL& origin_url,
169 const GURL& origin_url,
173 const GURL& origin_url,
  /external/chromium_org/chrome/browser/chromeos/fileapi/
file_system_backend.cc 111 const GURL& origin_url,
117 callback.Run(GetFileSystemRootURI(origin_url, type),
118 GetFileSystemName(origin_url, type),
133 const GURL& origin_url = url.origin(); local
134 if (origin_url.SchemeIs(kChromeUIScheme))
144 std::string extension_id = origin_url.host();
  /external/chromium/chrome/browser/notifications/
notification_ui_manager.cc 125 if ((*iter)->notification().origin_url() == source) {
181 const GURL& origin = notification.origin_url();
191 if (origin == (*iter)->notification().origin_url() &&
204 if (origin == (*balloon_iter)->notification().origin_url() &&
  /external/chromium_org/android_webview/native/
aw_contents_client_bridge.cc 92 const GURL& origin_url,
106 ConvertUTF8ToJavaString(env, origin_url.spec()));
136 const GURL& origin_url,
149 ConvertUTF8ToJavaString(env, origin_url.spec()));
  /external/chromium_org/base/win/
metro.h 110 typedef void (*MetroNotification)(const char* origin_url,
  /external/chromium_org/webkit/browser/database/
database_quota_client.cc 29 const GURL& origin_url) {
32 webkit_database::GetIdentifierFromOrigin(origin_url), &info))
123 const GURL& origin_url,
138 base::Bind(&GetOriginUsageOnDBThread, db_tracker_, origin_url),

Completed in 6456 milliseconds

1 23 4 5 6 7