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

1 2 34 5 6

  /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_org/chrome/renderer/
chrome_content_renderer_client.cc 614 GURL manifest_url; local
618 manifest_url = url;
623 manifest_url = GetNaClContentHandlerURL(actual_mime_type, plugin);
624 app_url = manifest_url;
628 GetExtensionOrAppByURL(manifest_url);
629 if (!IsNaClAllowed(manifest_url,
772 const GURL& manifest_url,
783 manifest_url.SchemeIs("https") &&
784 manifest_url.host() == "ssl.gstatic.com" &&
785 ((manifest_url.path().find("s2/oz/nacl/") == 1) |
    [all...]
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/content/child/appcache/
web_application_cache_host_impl.cc 207 const WebURL& manifest_url) {
212 GURL manifest_gurl(ClearUrlRef(manifest_url));
302 info->manifestURL = cache_info_.manifest_url;
  /external/chromium_org/components/nacl/common/
nacl_host_messages.h 23 IPC_STRUCT_TRAITS_MEMBER(manifest_url)
  /external/chromium_org/chrome/browser/nacl_host/
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.h 64 bool URLMatchesDebugPatterns(GURL manifest_url);
nacl_browser.cc 307 bool NaClBrowser::URLMatchesDebugPatterns(GURL manifest_url) {
315 if (iter->MatchesURL(manifest_url)) {
  /external/chromium_org/webkit/browser/appcache/
appcache_response.h 34 AppCacheResponseInfo(AppCacheService* service, const GURL& manifest_url,
38 const GURL& manifest_url() const { return manifest_url_; } function in class:appcache::AppCacheResponseInfo
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_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),
appcache_url_request_job.cc 49 const GURL& manifest_url, int64 group_id, int64 cache_id,
54 manifest_url_ = manifest_url;
  /external/chromium/chrome/browser/ui/gtk/
gtk_chrome_cookie_view.cc 580 info.manifest_url.spec().c_str());
654 const GURL& manifest_url) {
657 manifest_url.spec().c_str());
gtk_chrome_cookie_view.h 188 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))
  /external/chromium_org/chrome/browser/ui/gtk/
gtk_chrome_cookie_view.cc 579 info.manifest_url.spec().c_str());
645 const GURL& manifest_url) {
648 manifest_url.spec().c_str());
gtk_chrome_cookie_view.h 190 const GURL& manifest_url);
  /external/chromium/chrome/browser/tab_contents/
tab_specific_content_settings.h 117 virtual void OnAppCacheAccessed(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,
  /external/chromium_org/content/public/browser/
content_browser_client.cc 108 bool ContentBrowserClient::AllowAppCache(const GURL& manifest_url,
  /external/chromium/chrome/browser/ui/cocoa/content_settings/
cookie_details.mm 188 appcacheInfo->manifest_url.spec()) retain]);

Completed in 1615 milliseconds

1 2 34 5 6