OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:WebstoreInlineInstaller
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/extensions/
webstore_inline_installer.h
28
class
WebstoreInlineInstaller
34
WebstoreInlineInstaller
(content::WebContents* web_contents,
40
friend class base::RefCountedThreadSafe<
WebstoreInlineInstaller
>;
42
virtual ~
WebstoreInlineInstaller
();
71
DISALLOW_IMPLICIT_CONSTRUCTORS(
WebstoreInlineInstaller
);
webstore_inline_installer.cc
31
WebstoreInlineInstaller
::
WebstoreInlineInstaller
(
44
WebstoreInlineInstaller
::~
WebstoreInlineInstaller
() {}
46
bool
WebstoreInlineInstaller
::CheckRequestorAlive() const {
51
const GURL&
WebstoreInlineInstaller
::GetRequestorURL() const {
56
WebstoreInlineInstaller
::CreateInstallPrompt() const {
71
bool
WebstoreInlineInstaller
::ShouldShowPostInstallUI() const {
75
bool
WebstoreInlineInstaller
::ShouldShowAppInstalledBubble() const {
79
WebContents*
WebstoreInlineInstaller
::GetWebContents() const
[
all
...]
Completed in 66 milliseconds