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

/external/chromium_org/chrome/browser/google/
H A Dgoogle_url_tracker_factory.h16 class GoogleURLTrackerFactory : public BrowserContextKeyedServiceFactory { class in inherits:BrowserContextKeyedServiceFactory
22 static GoogleURLTrackerFactory* GetInstance();
25 friend struct DefaultSingletonTraits<GoogleURLTrackerFactory>;
27 GoogleURLTrackerFactory();
28 virtual ~GoogleURLTrackerFactory();
40 DISALLOW_COPY_AND_ASSIGN(GoogleURLTrackerFactory);
H A Dgoogle_url_tracker_factory.cc18 GoogleURLTracker* GoogleURLTrackerFactory::GetForProfile(Profile* profile) {
24 GoogleURLTrackerFactory* GoogleURLTrackerFactory::GetInstance() {
25 return Singleton<GoogleURLTrackerFactory>::get();
28 GoogleURLTrackerFactory::GoogleURLTrackerFactory() function in class:GoogleURLTrackerFactory
34 GoogleURLTrackerFactory::~GoogleURLTrackerFactory() {
37 KeyedService* GoogleURLTrackerFactory::BuildServiceInstanceFor(
44 void GoogleURLTrackerFactory
[all...]

Completed in 439 milliseconds