Searched defs:history (Results 1 - 25 of 211) sorted by relevance

123456789

/external/chromium_org/chrome/browser/history/
H A Durl_utils.h12 namespace history { namespace
44 } // namespace history
H A Dhistory_unittest_base.h14 namespace history { namespace
15 // A base class for a history unit test. It provides the common test methods.
34 } // namespace history
H A Dvisit_tracker.cc5 #include "chrome/browser/history/visit_tracker.h"
9 namespace history { namespace
42 // Recall that a page ID is associated with a single session history entry.
106 } // namespace history
H A Dvisitsegment_database.h9 #include "components/history/core/browser/history_types.h"
17 namespace history { namespace
90 } // namespace history
H A Dweb_history_service_factory.h12 namespace history { namespace
24 static history::WebHistoryService* GetForProfile(Profile* profile);
H A Dhistory_db_task.h8 namespace history { namespace
13 // HistoryDBTask can be used to process arbitrary work on the history backend
36 } // namespace history
H A Dhistory_details.h8 namespace history { namespace
10 // Base class for history notifications. This needs only a virtual destructor
11 // so that the history service's broadcaster can delete it when the request
18 } // namespace history
H A Dhistory_tab_helper.h15 namespace history { namespace
24 // Updates history with the specified navigation. This is called by
25 // OnMsgNavigate to update history state.
27 const history::HistoryAddPageArgs& add_page_args);
29 // Sends the page title to the history service. This is called when we receive
30 // the page title and we know we want to update history.
33 // Returns the history::HistoryAddPageArgs to use for adding a page to
34 // history.
35 history::HistoryAddPageArgs CreateHistoryAddPageArgs(
56 // Helper function to return the history servic
[all...]
H A Dvisit_database.h10 #include "components/history/core/browser/history_types.h"
17 namespace history { namespace
85 // is used for history expiration.)
97 // is used for history expiration.)
231 } // namespace history
H A Dchrome_history_client.h9 #include "components/history/core/browser/history_client.h"
10 #include "components/history/core/browser/top_sites_observer.h"
15 namespace history { namespace
19 // This class implements history::HistoryClient to abstract operations that
21 class ChromeHistoryClient : public history::HistoryClient,
22 public history::TopSitesObserver {
26 history::TopSites* top_sites);
29 // history::HistoryClient:
33 std::vector<history::URLAndTitle>* bookmarks) OVERRIDE;
41 virtual void TopSitesLoaded(history
[all...]
H A Dtop_sites_backend.h12 #include "components/history/core/browser/history_types.h"
19 namespace history { namespace
95 } // namespace history
/external/chromium_org/components/history/core/android/
H A Dandroid_history_types_unittest.cc5 #include "components/history/core/android/android_history_types.h"
9 namespace history { namespace
38 } // namespace history
/external/chromium_org/chrome/browser/drive/
H A Devent_logger_unittest.cc21 std::vector<EventLogger::Event> history = logger.GetHistory(); local
22 ASSERT_EQ(3U, history.size());
23 EXPECT_EQ(0, history[0].id);
24 EXPECT_EQ("first", history[0].what);
25 EXPECT_EQ(1, history[1].id);
26 EXPECT_EQ("2nd", history[1].what);
27 EXPECT_EQ(2, history[2].id);
28 EXPECT_EQ("third", history[2].what);
32 history = logger.GetHistory();
33 ASSERT_EQ(3U, history
[all...]
/external/chromium_org/chrome/browser/history/android/
H A Dandroid_cache_database.h11 #include "components/history/core/android/android_history_types.h"
15 namespace history { namespace
19 // history system shutdown.
107 // Attachs to history database; returns true on success.
118 } // namespace history
H A Dandroid_urls_database.h8 #include "components/history/core/android/android_history_types.h"
10 namespace history { namespace
71 } // namespace history
H A Dandroid_urls_sql_handler.h8 #include "chrome/browser/history/android/sql_handler.h"
10 namespace history { namespace
33 } // namespace history.
H A Dfavicon_sql_handler.h8 #include "chrome/browser/history/android/sql_handler.h"
10 namespace history { namespace
36 } // namespace history.
H A Durls_sql_handler.h8 #include "chrome/browser/history/android/sql_handler.h"
10 namespace history { namespace
32 } // namespace history.
H A Dandroid_time.h10 namespace history { namespace
24 } // namespace history
H A Dbookmark_model_sql_handler.h8 #include "chrome/browser/history/android/sql_handler.h"
13 namespace history { namespace
32 // The instance of this class is created in history thread and posted to
38 // As this class is instantiated in history thread, the |profile| will be
75 } // namespace history.
H A Dvisit_sql_handler.h8 #include "chrome/browser/history/android/sql_handler.h"
14 namespace history { namespace
48 } // namespace history.
/external/chromium_org/chrome/browser/ui/tabs/
H A Dtab_strip_model_utils.h13 namespace history { namespace
21 const history::TopSites& top_sites,
/external/chromium_org/components/history/core/browser/
H A Dkeyword_id.h10 namespace history { namespace
16 } // namespace history
H A Dtop_sites_observer.h8 namespace history { namespace
15 virtual void TopSitesLoaded(history::TopSites* top_sites) = 0;
19 virtual void TopSitesChanged(history::TopSites* top_sites) = 0;
22 } // namespace history
/external/chromium_org/components/history/core/test/
H A Dhistory_client_fake_bookmarks.h10 #include "components/history/core/browser/history_client.h"
12 namespace history { namespace
36 } // namespace history

Completed in 543 milliseconds

123456789