Searched defs:ManifestManagerHost (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/browser/manifest/
H A Dmanifest_manager_host.cc27 ManifestManagerHost::ManifestManagerHost(WebContents* web_contents) function in class:content::ManifestManagerHost
31 ManifestManagerHost::~ManifestManagerHost() {
34 ManifestManagerHost::CallbackMap* ManifestManagerHost::GetCallbackMapForFrame(
40 void ManifestManagerHost::RenderFrameDeleted(
55 void ManifestManagerHost::GetManifest(RenderFrameHost* render_frame_host,
69 bool ManifestManagerHost::OnMessageReceived(
73 IPC_BEGIN_MESSAGE_MAP_WITH_PARAM(ManifestManagerHost, messag
[all...]
H A Dmanifest_manager_host.h29 // ManifestManagerHost is a helper class that allows callers to get the Manifest
32 class ManifestManagerHost : public WebContentsObserver { class in namespace:content
34 explicit ManifestManagerHost(WebContents* web_contents);
35 virtual ~ManifestManagerHost();
61 DISALLOW_COPY_AND_ASSIGN(ManifestManagerHost);

Completed in 81 milliseconds