OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DialAPIFactory
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/extensions/api/dial/
dial_api_factory.h
17
class
DialAPIFactory
: public RefcountedBrowserContextKeyedServiceFactory {
21
static
DialAPIFactory
* GetInstance();
24
friend struct DefaultSingletonTraits<
DialAPIFactory
>;
26
DialAPIFactory
();
27
virtual ~
DialAPIFactory
();
35
DISALLOW_COPY_AND_ASSIGN(
DialAPIFactory
);
dial_api_factory.cc
14
scoped_refptr<DialAPI>
DialAPIFactory
::GetForProfile(Profile* profile) {
20
DialAPIFactory
*
DialAPIFactory
::GetInstance() {
21
return Singleton<
DialAPIFactory
>::get();
24
DialAPIFactory
::
DialAPIFactory
() : RefcountedBrowserContextKeyedServiceFactory(
29
DialAPIFactory
::~
DialAPIFactory
() {
33
DialAPIFactory
::BuildServiceInstanceFor(
38
bool
DialAPIFactory
::ServiceIsCreatedWithBrowserContext() const
[
all
...]
Completed in 81 milliseconds