HomeSort by relevance Sort by last modified time
    Searched full:gurl (Results 201 - 225 of 5155) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/chromium_org/content/child/fileapi/
file_system_dispatcher.h 29 class GURL;
50 const GURL& root)> OpenFileSystemCallback;
68 void OpenFileSystem(const GURL& origin_url,
72 void ResolveURL(const GURL& filesystem_url,
75 void DeleteFileSystem(const GURL& origin_url,
78 void Move(const GURL& src_path,
79 const GURL& dest_path,
81 void Copy(const GURL& src_path,
82 const GURL& dest_path,
84 void Remove(const GURL& path
    [all...]
webfilewriter_base.h 11 #include "url/gurl.h"
23 WebFileWriterBase(const GURL& path, blink::WebFileWriterClient* client);
42 virtual void DoTruncate(const GURL& path, int64 offset) = 0;
43 virtual void DoWrite(const GURL& path,
63 GURL path_;
  /external/chromium_org/content/public/browser/
resource_request_details.h 14 #include "url/gurl.h"
30 GURL url;
31 GURL original_url;
52 const GURL& new_url);
56 GURL new_url;
web_ui_controller_factory.h 11 class GURL;
33 WebUI* web_ui, const GURL& url) const = 0;
39 const GURL& url) const = 0;
45 const GURL& url) const = 0;
49 const GURL& url) const = 0;
  /external/chromium_org/content/shell/browser/
shell_notification_manager.h 12 #include "url/gurl.h"
26 const GURL& origin);
30 const GURL& origin,
34 void SetPermission(const GURL& origin,
41 typedef std::map<GURL, blink::WebNotificationPermission>
  /external/chromium_org/mojo/shell/
context.h 35 virtual void OnApplicationError(const GURL& gurl) OVERRIDE;
37 void Run(const GURL& url);
39 const GURL& application_url,
54 std::set<GURL> app_urls_;
dynamic_application_loader.h 18 #include "url/gurl.h"
38 const GURL& content_handler_url);
42 const GURL& url,
45 const GURL& url) OVERRIDE;
52 typedef std::map<std::string, GURL> MimeTypeToURLMap;
shell_test_base.h 16 class GURL;
39 const GURL& application_url,
43 const GURL& application_url,
47 void ConnectToService(const GURL& application_url,
53 void ConnectToServiceViaNetwork(const GURL& application_url,
  /external/chromium_org/mojo/tools/package_manager/
package_fetcher.h 14 #include "url/gurl.h"
28 const GURL& url);
40 GURL url_;
56 virtual void FetchSucceeded(const GURL& url, const base::FilePath& name) = 0;
58 virtual void FetchFailed(const GURL& url) = 0;
  /external/chromium_org/net/base/
static_cookie_policy.cc 10 #include "url/gurl.h"
15 const GURL& url,
16 const GURL& first_party_for_cookies) const {
37 const GURL& url,
38 const GURL& first_party_for_cookies) const {
static_cookie_policy.h 11 class GURL;
45 int CanGetCookies(const GURL& url, const GURL& first_party_for_cookies) const;
49 int CanSetCookie(const GURL& url,
50 const GURL& first_party_for_cookies) const;
  /external/chromium_org/net/ftp/
ftp_auth_cache.cc 8 #include "url/gurl.h"
15 FtpAuthCache::Entry::Entry(const GURL& origin,
27 FtpAuthCache::Entry* FtpAuthCache::Lookup(const GURL& origin) {
35 void FtpAuthCache::Add(const GURL& origin, const AuthCredentials& credentials) {
51 void FtpAuthCache::Remove(const GURL& origin,
  /external/chromium_org/net/test/url_request/
url_request_failed_job.h 13 #include "url/gurl.h"
34 static GURL GetMockHttpUrl(int net_error);
35 static GURL GetMockHttpsUrl(int net_error);
39 static GURL GetMockHttpUrlForHostname(int net_error,
41 static GURL GetMockHttpsUrlForHostname(int net_error,
  /external/chromium_org/storage/common/database/
database_identifier.h 13 #include "url/gurl.h"
18 const GURL& origin);
19 STORAGE_COMMON_EXPORT GURL GetOriginFromIdentifier(
25 static DatabaseIdentifier CreateFromOrigin(const GURL& origin);
30 GURL ToOrigin() const;
  /external/chromium_org/components/enhanced_bookmarks/
bookmark_image_service.cc 32 const GURL& page_url,
35 std::pair<gfx::Image, GURL> image_data = store->Get(page_url);
98 void BookmarkImageService::SalientImageForUrl(const GURL& page_url,
105 const GURL& page_url,
120 const GURL& page_url) {
130 GURL image_url;
146 void BookmarkImageService::FetchCallback(const GURL& page_url,
149 const GURL& image_url) {
166 void BookmarkImageService::SalientImageForUrl(const GURL& page_url,
189 void BookmarkImageService::ProcessNewImage(const GURL& page_url
    [all...]
  /external/chromium_org/content/test/
test_render_frame_host.cc 68 const GURL& url,
73 void TestRenderFrameHost::SendNavigate(int page_id, const GURL& url) {
77 void TestRenderFrameHost::SendFailedNavigate(int page_id, const GURL& url) {
84 const GURL& url, ui::PageTransition transition,
88 GURL url_copy(url);
91 response_code, 0, std::vector<GURL>());
96 const GURL& url,
97 const GURL& original_request_url) {
100 original_request_url, 200, 0, std::vector<GURL>());
105 const GURL& url
    [all...]
  /external/chromium_org/android_webview/native/permission/
simple_permission_request.h 17 SimplePermissionRequest(const GURL& origin,
23 virtual const GURL& GetOrigin() OVERRIDE;
28 const GURL origin_;
  /external/chromium_org/chrome/browser/android/banners/
app_banner_settings_helper.h 16 class GURL;
23 const GURL& origin_url,
28 const GURL& origin_url,
  /external/chromium_org/chrome/browser/chromeos/login/test/
https_forwarder.h 11 #include "url/gurl.h"
19 explicit HTTPSForwarder(const GURL& forward_target);
30 GURL forward_target_;
  /external/chromium_org/chrome/browser/custom_handlers/
protocol_handler_registry_browsertest.cc 28 TestRenderViewContextMenu* CreateContextMenu(GURL url) {
49 const GURL& url) {
64 const GURL& url) {
78 CreateContextMenu(GURL("http://www.google.com/")));
82 GURL("http://www.google.com/%s"));
83 GURL url("web+search:testing");
95 CreateContextMenu(GURL("http://www.google.com/")));
99 GURL("http://www.google.com/%s"));
100 GURL url("web+search:testing");
108 GURL("http://www.google.com/%s"))
    [all...]
  /external/chromium_org/chrome/browser/notifications/
desktop_notification_infobar_delegate.h 20 const GURL& requesting_frame,
25 const GURL& requesting_frame,
34 GURL requesting_frame_;
  /external/chromium_org/chrome/browser/ui/android/content_settings/
popup_blocked_infobar_delegate.h 9 #include "url/gurl.h"
27 const GURL& url,
39 GURL url_;
  /external/chromium_org/chrome/browser/ui/cocoa/
drag_util.h 10 class GURL;
16 // contain any file URLs, an empty |GURL| is returned.
17 GURL GetFileURLFromDropData(id<NSDraggingInfo> info);
  /external/chromium_org/chrome/browser/ui/webui/chromeos/login/
l10n_util_test_util.cc 9 #include "url/gurl.h"
37 GURL(), GURL()));
  /external/chromium_org/chrome/browser/ui/webui/extensions/
extension_info_ui.h 9 #include "url/gurl.h"
25 explicit ExtensionInfoUI(content::WebUI* web_ui, const GURL& url);
28 static GURL GetURL(const std::string& extension_id);

Completed in 692 milliseconds

1 2 3 4 5 6 7 891011>>