HomeSort by relevance Sort by last modified time
    Searched defs:manifest_url (Results 1 - 16 of 16) sorted by null

  /external/chromium_org/content/browser/manifest/
manifest_browsertest.cc 128 std::string manifest_url = local
131 shell()->web_contents(), "setManifestTo('" + manifest_url + "')"));
138 std::string manifest_url = local
141 shell()->web_contents(), "setManifestTo('" + manifest_url + "')"));
166 std::string manifest_url = local
169 "setManifestTo('" + manifest_url + "')"));
193 std::string manifest_url = local
196 "setManifestTo('" + manifest_url + "')"));
  /external/chromium_org/chrome/common/extensions/manifest_handlers/
settings_overrides_handler.cc 33 scoped_ptr<GURL> manifest_url(new GURL(url));
34 if (!manifest_url->is_valid() ||
35 !manifest_url->SchemeIsHTTPOrHTTPS())
37 return manifest_url.Pass();
44 scoped_ptr<GURL> manifest_url = CreateManifestURL(*overrides.homepage);
45 if (!manifest_url) {
49 return manifest_url.Pass();
61 scoped_ptr<GURL> manifest_url = CreateManifestURL(*i); local
62 if (!manifest_url) {
67 urls.back().Swap(manifest_url.get())
    [all...]
  /external/chromium_org/content/public/common/
appcache_info.h 35 GURL manifest_url; member in struct:content::AppCacheInfo
  /external/chromium_org/components/nacl/common/
nacl_types.h 85 NaClLaunchParams(const std::string& manifest_url,
98 std::string manifest_url; member in struct:nacl::NaClLaunchParams
  /external/chromium_org/content/browser/appcache/
appcache_database.h 54 GURL manifest_url; member in struct:content::AppCacheDatabase::GroupRecord
115 bool FindGroupForManifestUrl(const GURL& manifest_url, GroupRecord* record);
appcache_group.h 53 AppCacheGroup(AppCacheStorage* storage, const GURL& manifest_url,
62 const GURL& manifest_url() const { return manifest_url_; } function in class:content::AppCacheGroup
appcache_response.h 34 AppCacheResponseInfo(AppCacheStorage* storage, const GURL& manifest_url,
38 const GURL& manifest_url() const { return manifest_url_; } function in class:content::AppCacheResponseInfo
appcache_storage.h 51 AppCacheGroup* group, const GURL& manifest_url) {}
103 const GURL& manifest_url, Delegate* delegate) = 0;
111 const GURL& manifest_url, int64 group_id, int64 response_id,
165 const GURL& manifest_url, int64 group_id, int64 response_id) = 0;
170 const GURL& manifest_url, int64 group_id) = 0;
176 const GURL& manifest_url, const std::vector<int64>& response_ids) = 0;
181 const GURL& manifest_url, const std::vector<int64>& response_ids) = 0;
243 ResponseInfoLoadTask(const GURL& manifest_url, int64 group_id,
248 const GURL& manifest_url() const { return manifest_url_; } function in class:content::AppCacheStorage::ResponseInfoLoadTask
287 const GURL& manifest_url, int64 group_id, int64 response_id)
    [all...]
appcache_url_request_job.h 43 void DeliverAppCachedResponse(const GURL& manifest_url, int64 group_id,
68 const GURL& manifest_url() const { return manifest_url_; } function in class:content::AppCacheURLRequestJob
mock_appcache_storage.cc 69 const GURL& manifest_url, Delegate* delegate) {
71 AppCacheGroup* group = working_set_.GetGroup(manifest_url);
75 weak_factory_.GetWeakPtr(), manifest_url,
80 manifest_url, GetOrCreateDelegateReference(delegate));
157 const GURL& manifest_url, int64 group_id, int64 response_id) {
164 const GURL& manifest_url, int64 group_id) {
169 const GURL& manifest_url, const std::vector<int64>& response_ids) {
170 DeleteResponses(manifest_url, response_ids);
174 const GURL& manifest_url, const std::vector<int64>& response_ids) {
198 const GURL& manifest_url, scoped_refptr<DelegateReference> delegate_ref)
246 GURL manifest_url; member in struct:content::__anon11640::FoundCandidate
    [all...]
appcache_request_handler_unittest.cc 63 const GURL& manifest_url) OVERRIDE {}
277 GURL manifest_url; local
278 handler_->GetExtraResponseInfo(&cache_id, &manifest_url);
280 EXPECT_EQ(GURL(), manifest_url); local
330 GURL manifest_url; local
331 handler_->GetExtraResponseInfo(&cache_id, &manifest_url);
333 EXPECT_EQ(GURL("http://blah/manifest/"), manifest_url);
415 GURL manifest_url; local
416 handler_->GetExtraResponseInfo(&cache_id, &manifest_url);
418 EXPECT_EQ(GURL("http://blah/manifest/"), manifest_url);
    [all...]
appcache_storage_impl_unittest.cc 192 const GURL& manifest_url) OVERRIDE {
194 loaded_manifest_url_ = manifest_url;
223 const GURL& manifest_url) OVERRIDE {
230 found_manifest_url_ = manifest_url;
1686 GURL manifest_url = MockHttpServer::GetMockUrl("manifest"); local
1763 GURL manifest_url = MockHttpServer::GetMockUrl("manifest"); local
    [all...]
appcache_update_job_unittest.cc 290 const GURL& manifest_url) OVERRIDE {
1081 GURL manifest_url = MockHttpServer::GetMockUrl("files\/manifest1"); local
1109 GURL manifest_url = local
2960 GURL manifest_url = MockHttpServer::GetMockHttpsUrl( local
2988 GURL manifest_url = MockHttpServer::GetMockHttpsUrl( local
    [all...]
  /external/chromium_org/chrome/common/extensions/
manifest_url_handler.cc 43 ManifestURL* manifest_url = local
45 return manifest_url ? manifest_url->url_ : GURL::EmptyGURL();
129 scoped_ptr<ManifestURL> manifest_url(new ManifestURL);
135 manifest_url->url_ = extension->GetResourceURL(devtools_str);
136 extension->SetManifestData(keys::kDevToolsPage, manifest_url.release());
152 scoped_ptr<ManifestURL> manifest_url(new ManifestURL);
160 manifest_url->url_ = GURL(homepage_url_str);
161 if (!manifest_url->url_.is_valid() ||
162 !manifest_url->url_.SchemeIsHTTPOrHTTPS())
    [all...]
  /external/chromium_org/components/nacl/renderer/
nexe_load_manager.cc 418 std::string manifest_url; local
430 manifest_url = LookupAttribute(args_, kNaClManifestAttribute);
432 manifest_url = LookupAttribute(args_, kSrcManifestAttribute);
435 if (manifest_url.empty()) {
440 return manifest_url;
  /external/chromium_org/chrome/renderer/
chrome_content_renderer_client.cc 724 GURL manifest_url; local
728 manifest_url = url;
733 manifest_url = GetNaClContentHandlerURL(actual_mime_type, plugin);
734 app_url = manifest_url;
738 GetExtensionOrAppByURL(manifest_url);
739 if (!IsNaClAllowed(manifest_url,
    [all...]

Completed in 229 milliseconds