HomeSort by relevance Sort by last modified time
    Searched defs:history (Results 1 - 25 of 234) sorted by null

1 2 3 4 5 6 7 8 910

  /external/chromium_org/chrome/browser/history/android/
android_history_types_unittest.cc 5 #include "chrome/browser/history/android/android_history_types.h"
9 namespace history { namespace
38 } // namespace history
android_cache_database.h 11 #include "chrome/browser/history/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
android_time.h 10 namespace history { namespace
24 } // namespace history
android_urls_database.h 8 #include "chrome/browser/history/android/android_history_types.h"
10 namespace history { namespace
71 } // namespace history
android_urls_sql_handler.h 8 #include "chrome/browser/history/android/sql_handler.h"
10 namespace history { namespace
33 } // namespace history.
favicon_sql_handler.h 8 #include "chrome/browser/history/android/sql_handler.h"
10 namespace history { namespace
36 } // namespace history.
urls_sql_handler.h 8 #include "chrome/browser/history/android/sql_handler.h"
10 namespace history { namespace
32 } // namespace history.
bookmark_model_sql_handler.h 8 #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.
visit_sql_handler.h 8 #include "chrome/browser/history/android/sql_handler.h"
14 namespace history { namespace
48 } // namespace history.
  /external/chromium_org/chrome/browser/history/
url_utils.h 12 namespace history { namespace
44 } // namespace history
download_row.cc 5 #include "chrome/browser/history/download_row.h"
7 namespace history { namespace
63 } // namespace history
history_unittest_base.h 14 namespace history { namespace
15 // A base class for a history unit test. It provides the common test methods.
34 } // namespace history
top_sites.cc 5 #include "chrome/browser/history/top_sites.h"
8 #include "chrome/browser/history/top_sites_impl.h"
14 namespace history { namespace
40 } // namespace history
visit_tracker.cc 5 #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
visitsegment_database.h 9 #include "chrome/browser/history/history_types.h"
17 namespace history { namespace
90 } // namespace history
web_history_service_factory.h 12 namespace history { namespace
24 static history::WebHistoryService* GetForProfile(Profile* profile);
history_db_task.h 10 namespace history { namespace
15 // HistoryDBTask can be used to process arbitrary work on the history backend
40 } // namespace history
history_details.h 8 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
history_tab_helper.h 15 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 service. May return NULL
    [all...]
visit_database.h 10 #include "chrome/browser/history/history_types.h"
17 namespace history { namespace
85 // is used for history expiration.)
97 // is used for history expiration.)
231 } // namespace history
  /external/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/
history.js 30 var history = history || {};
34 history.DEFAULT_CROSS_DASHBOARD_STATE_VALUES = {
41 history.validateParameter = function(state, key, value, validateFn)
52 history.isTreeMap = function()
58 history.queryHashAsMap = function()
102 history._diffStates = function(oldState, newState)
119 history._fillMissingValues = function(to, from)
127 history.History = function(configuration
    [all...]
  /external/chromium_org/chrome/browser/drive/
event_logger_unittest.cc 21 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.size())
    [all...]
  /external/chromium_org/chrome/browser/ui/tabs/
tab_strip_model_utils.h 13 namespace history { namespace
21 const history::TopSites& top_sites,
  /external/chromium_org/chrome/browser/autocomplete/
history_provider_util.cc 9 namespace history { namespace
39 } // namespace history
  /external/chromium_org/components/history/core/test/
history_client_fake_bookmarks.h 10 #include "components/history/core/browser/history_client.h"
12 namespace history { namespace
36 } // namespace history

Completed in 419 milliseconds

1 2 3 4 5 6 7 8 910