HomeSort by relevance Sort by last modified time
    Searched refs:dummy_web_contents_ (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/chrome/browser/extensions/
webstore_install_with_prompt.cc 23 dummy_web_contents_(
36 dummy_web_contents_(
78 return dummy_web_contents_.get();
webstore_install_with_prompt.h 79 scoped_ptr<content::WebContents> dummy_web_contents_; member in class:extensions::WebstoreInstallWithPrompt
  /external/chromium_org/chrome/browser/apps/
ephemeral_app_launcher.h 148 scoped_ptr<content::WebContents> dummy_web_contents_; member in class:EphemeralAppLauncher
ephemeral_app_launcher.cc 164 dummy_web_contents_(
357 return dummy_web_contents_.get() != NULL || web_contents() != NULL;
373 return web_contents() ? web_contents() : dummy_web_contents_.get();

Completed in 43 milliseconds