HomeSort by relevance Sort by last modified time
    Searched refs:manifest_url (Results 76 - 100 of 121) sorted by null

1 2 34 5

  /external/chromium/chrome/browser/ui/gtk/
gtk_chrome_cookie_view.h 188 const GURL& manifest_url);
  /external/chromium_org/chrome/browser/nacl_host/
nacl_browser.h 64 bool URLMatchesDebugPatterns(GURL manifest_url);
nacl_process_host.h 46 // manifest_url: the URL of the manifest of the Native Client plugin being
52 NaClProcessHost(const GURL& manifest_url,
nacl_browser.cc 307 bool NaClBrowser::URLMatchesDebugPatterns(GURL manifest_url) {
315 if (iter->MatchesURL(manifest_url)) {
  /external/chromium_org/chrome/browser/ui/gtk/
gtk_chrome_cookie_view.h 190 const GURL& manifest_url);
  /external/chromium_org/content/public/browser/
web_contents_observer.h 210 virtual void AppCacheAccessed(const GURL& manifest_url,
content_browser_client.cc 108 bool ContentBrowserClient::AllowAppCache(const GURL& manifest_url,
  /external/chromium_org/native_client_sdk/src/build_tools/sdk_tools/
sdk_update_main.py 180 remote_manifest = LoadCombinedRemoteManifest(options.manifest_url, cfg)
194 remote_manifest = LoadCombinedRemoteManifest(options.manifest_url, cfg)
208 remote_manifest = LoadCombinedRemoteManifest(options.manifest_url, cfg)
350 remote_manifest = LoadCombinedRemoteManifest(options.manifest_url, cfg)
383 parser.add_option('-U', '--manifest-url', dest='manifest_url',
  /external/chromium/chrome/browser/extensions/
convert_web_app_unittest.cc 94 web_app.manifest_url = GURL("http://aaronboodman.com/gearpad/manifest.json");
147 web_app.manifest_url = GURL("http://aaronboodman.com/gearpad/manifest.json");
  /external/chromium_org/chrome/browser/extensions/
convert_web_app_unittest.cc 101 web_app.manifest_url = GURL("http://aaronboodman.com/gearpad/manifest.json");
162 web_app.manifest_url = GURL("http://aaronboodman.com/gearpad/manifest.json");
  /external/chromium_org/webkit/browser/appcache/
appcache_database.h 38 GURL manifest_url; member in struct:appcache::AppCacheDatabase::GroupRecord
99 bool FindGroupForManifestUrl(const GURL& manifest_url, GroupRecord* record);
appcache_group.cc 39 const GURL& manifest_url,
42 manifest_url_(manifest_url),
appcache_storage_impl_unittest.cc 85 const GURL& manifest_url) OVERRIDE {
87 loaded_manifest_url_ = manifest_url;
115 const GURL& manifest_url) OVERRIDE {
122 found_manifest_url_ = manifest_url;
    [all...]
appcache_url_request_job.cc 49 const GURL& manifest_url, int64 group_id, int64 cache_id,
54 manifest_url_ = manifest_url;
appcache_database.cc 57 " manifest_url TEXT,"
100 "(manifest_url)",
310 "SELECT group_id, origin, manifest_url,"
326 const GURL& manifest_url, GroupRecord* record) {
332 "SELECT group_id, origin, manifest_url,"
334 " FROM Groups WHERE manifest_url = ?";
337 statement.BindString(0, manifest_url.spec());
343 DCHECK(record->manifest_url == manifest_url);
354 "SELECT group_id, origin, manifest_url,"
    [all...]
appcache_update_job_unittest.cc 288 const GURL& manifest_url) OVERRIDE {
1078 GURL manifest_url = MockHttpServer::GetMockUrl("files\/manifest1"); local
1106 GURL manifest_url = local
2956 GURL manifest_url = MockHttpServer::GetMockHttpsUrl( local
2984 GURL manifest_url = MockHttpServer::GetMockHttpsUrl( local
    [all...]
appcache_response.cc 51 AppCacheService* service, const GURL& manifest_url,
54 : manifest_url_(manifest_url), response_id_(response_id),
  /external/chromium_org/chrome/renderer/
chrome_content_renderer_client_unittest.cc 64 const char* manifest_url) {
69 UTF8ToUTF16(manifest_url));
chrome_content_renderer_client.h 184 static bool IsNaClAllowed(const GURL& manifest_url,
  /external/chromium_org/chrome/browser/content_settings/
tab_specific_content_settings.cc 636 void TabSpecificContentSettings::AppCacheAccessed(const GURL& manifest_url,
639 blocked_local_shared_objects_.appcaches()->AddAppCache(manifest_url);
642 allowed_local_shared_objects_.appcaches()->AddAppCache(manifest_url);
local_shared_objects_container.cc 175 if (SamePublicDomainOrHost(origin, info->manifest_url))
tab_specific_content_settings.h 279 virtual void AppCacheAccessed(const GURL& manifest_url,
  /external/chromium/chrome/browser/ui/webui/
cookies_tree_model_util.cc 150 dict->SetString(kKeyManifest, appcache_info.manifest_url.spec());
  /external/chromium_org/android_webview/browser/
aw_content_browser_client.h 61 virtual bool AllowAppCache(const GURL& manifest_url,
aw_content_browser_client.cc 246 bool AwContentBrowserClient::AllowAppCache(const GURL& manifest_url,

Completed in 1155 milliseconds

1 2 34 5