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

  /external/chromium_org/chrome/browser/extensions/api/history/
history_api.h 57 class HistoryAPI : public ProfileKeyedAPI,
60 explicit HistoryAPI(Profile* profile);
61 virtual ~HistoryAPI();
67 static ProfileKeyedAPIFactory<HistoryAPI>* GetFactoryInstance();
73 friend class ProfileKeyedAPIFactory<HistoryAPI>;
79 return "HistoryAPI";
history_api.cc 206 HistoryAPI::HistoryAPI(Profile* profile) : profile_(profile) {
213 HistoryAPI::~HistoryAPI() {
216 void HistoryAPI::Shutdown() {
220 static base::LazyInstance<ProfileKeyedAPIFactory<HistoryAPI> >
224 ProfileKeyedAPIFactory<HistoryAPI>* HistoryAPI::GetFactoryInstance() {
228 void HistoryAPI::OnListenerAdded(const EventListenerInfo& details) {
  /external/chromium_org/chrome/browser/profiles/
chrome_browser_main_extra_parts_profiles.cc 219 extensions::HistoryAPI::GetFactoryInstance();

Completed in 652 milliseconds