OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DevModeBubbleController
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/extensions/
dev_mode_bubble_controller.h
22
class
DevModeBubbleController
27
explicit
DevModeBubbleController
(Profile* profile);
28
virtual ~
DevModeBubbleController
();
32
DevModeBubbleController
>* GetFactoryInstance();
34
// Convenience method to get the
DevModeBubbleController
for a
36
static
DevModeBubbleController
* Get(Profile* profile);
62
friend class ProfileKeyedAPIFactory<
DevModeBubbleController
>;
66
return "
DevModeBubbleController
";
77
DISALLOW_COPY_AND_ASSIGN(
DevModeBubbleController
);
82
DevModeBubbleController
>::DeclareFactoryDependencies()
[
all
...]
dev_mode_bubble_controller.cc
29
extensions::
DevModeBubbleController
> >
37
//
DevModeBubbleController
39
DevModeBubbleController
::
DevModeBubbleController
(
46
DevModeBubbleController
::~
DevModeBubbleController
() {
50
ProfileKeyedAPIFactory<
DevModeBubbleController
>*
51
DevModeBubbleController
::GetFactoryInstance() {
56
DevModeBubbleController
*
DevModeBubbleController
::Get
[
all
...]
Completed in 501 milliseconds