Searched defs:GetManifestCallback (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/content/browser/manifest/
H A Dmanifest_manager_host.h37 typedef base::Callback<void(const Manifest&)> GetManifestCallback; typedef in class:content::ManifestManagerHost
42 void GetManifest(RenderFrameHost*, const GetManifestCallback&);
50 typedef IDMap<GetManifestCallback, IDMapOwnPointer> CallbackMap;
/external/chromium_org/content/renderer/manifest/
H A Dmanifest_manager.h33 typedef base::Callback<void(const Manifest&)> GetManifestCallback; typedef in class:content::ManifestManager
40 void GetManifest(const GetManifestCallback& callback);
77 std::list<GetManifestCallback> pending_callbacks_;
/external/chromium_org/content/public/browser/
H A Dweb_contents.h587 typedef base::Callback<void(const Manifest&)> GetManifestCallback; typedef in class:content::WebContents
590 virtual void GetManifest(const GetManifestCallback&) = 0;
/external/chromium_org/content/shell/renderer/test_runner/
H A Dtest_runner.cc2822 base::Bind(&TestRunner::GetManifestCallback,
2845 void TestRunner::GetManifestCallback(scoped_ptr<InvokeCallbackTask> task, function in class:content::TestRunner

Completed in 510 milliseconds