Searched refs:GetManifestCallback (Results 1 - 9 of 9) 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;
H A Dmanifest_manager_host.cc56 const GetManifestCallback& callback) {
63 int request_id = callbacks->Add(new GetManifestCallback(callback));
95 GetManifestCallback* callback = callbacks->Lookup(request_id);
/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_;
H A Dmanifest_manager.cc73 void ManifestManager::GetManifest(const GetManifestCallback& callback) {
138 std::list<GetManifestCallback> callbacks = pending_callbacks_;
142 for (std::list<GetManifestCallback>::const_iterator it = callbacks.begin();
/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.h574 void GetManifestCallback(scoped_ptr<InvokeCallbackTask> task,
H A Dtest_runner.cc2822 base::Bind(&TestRunner::GetManifestCallback,
2845 void TestRunner::GetManifestCallback(scoped_ptr<InvokeCallbackTask> task, function in class:content::TestRunner
/external/chromium_org/content/browser/web_contents/
H A Dweb_contents_impl.h338 virtual void GetManifest(const GetManifestCallback&) OVERRIDE;
H A Dweb_contents_impl.cc2478 void WebContentsImpl::GetManifest(const GetManifestCallback& callback) {

Completed in 2192 milliseconds