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

  /external/chromium_org/chrome/browser/ui/find_bar/
find_bar_state_factory.h 16 class FindBarStateFactory : public BrowserContextKeyedServiceFactory {
25 static FindBarStateFactory* GetInstance();
28 friend struct DefaultSingletonTraits<FindBarStateFactory>;
30 FindBarStateFactory();
31 virtual ~FindBarStateFactory();
39 DISALLOW_COPY_AND_ASSIGN(FindBarStateFactory);
find_bar_state_factory.cc 13 FindBarState* FindBarStateFactory::GetForProfile(Profile* profile) {
19 base::string16 FindBarStateFactory::GetLastPrepopulateText(Profile* p) {
33 FindBarStateFactory* FindBarStateFactory::GetInstance() {
34 return Singleton<FindBarStateFactory>::get();
37 FindBarStateFactory::FindBarStateFactory()
43 FindBarStateFactory::~FindBarStateFactory() {}
45 KeyedService* FindBarStateFactory::BuildServiceInstanceFor
    [all...]
find_tab_helper.cc 49 FindBarStateFactory::GetLastPrepopulateText(profile);
85 FindBarState* find_bar_state = FindBarStateFactory::GetForProfile(profile);
find_backend_unittest.cc 32 return FindBarStateFactory::GetLastPrepopulateText(profile);
find_bar_controller.cc 259 find_string = FindBarStateFactory::GetLastPrepopulateText(profile);
  /external/chromium_org/chrome/browser/profiles/
chrome_browser_main_extra_parts_profiles.cc 182 FindBarStateFactory::GetInstance();
  /external/chromium_org/chrome/browser/ui/views/
find_bar_view.cc 465 FindBarState* find_bar_state = FindBarStateFactory::GetForProfile(profile);

Completed in 124 milliseconds