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

1234567891011>>

/external/chromium_org/chrome/browser/history/android/
H A Dandroid_history_types_unittest.cc5 #include "chrome/browser/history/android/android_history_types.h"
9 namespace history { namespace
38 } // namespace history
H A Dandroid_cache_database.h11 #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
H A Dandroid_urls_database.h8 #include "chrome/browser/history/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.
/external/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/
H A Dhistory.js30 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)
141 history
[all...]
/external/chromium/chrome/browser/history/
H A Ddownload_database.h9 #include "chrome/browser/history/history_types.h"
18 namespace history { namespace
69 } // namespace history
H A Dhistory_unittest_base.h11 namespace history { namespace
12 // A base class for a history unit test. It provides the common test methods.
31 } // namespace history
H A Din_memory_database.h11 #include "chrome/browser/history/url_database.h"
15 namespace history { namespace
48 } // namespace history
H A Dvisit_database.h9 #include "chrome/browser/history/history_types.h"
16 namespace history { namespace
64 // is used for history expiration.)
76 // is used for history expiration.)
172 } // 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.h10 #include "chrome/browser/history/history_types.h"
18 namespace history { namespace
87 } // namespace history
H A Darchived_database.h13 #include "chrome/browser/history/url_database.h"
14 #include "chrome/browser/history/visit_database.h"
18 namespace history { namespace
20 // Encapsulates the database operations for archived history.
62 } // namespace history
H A Dmultipart_uitest.cc40 // The browser has shutdown now. Check the contents of the history
44 FilePath history = local
46 ASSERT_TRUE(file_util::PathExists(history));
47 ASSERT_TRUE(db.Open(history));
H A Dstarred_url_database.h14 #include "chrome/browser/history/history_types.h"
15 #include "chrome/browser/history/url_database.h"
24 namespace history { namespace
118 typedef ui::TreeNodeWithValue<history::StarredEntry> StarredNode;
184 } // 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/
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 Dshortcuts_backend_factory.h14 namespace history { namespace
16 } // namespace history
23 static scoped_refptr<history::ShortcutsBackend> GetForProfile(
26 static scoped_refptr<history::ShortcutsBackend> GetForProfileIfExists(
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 Dweb_history_service_factory.h12 namespace history { namespace
24 static history::WebHistoryService* GetForProfile(Profile* profile);
H A Dhistory_db_task.h10 namespace history { namespace
15 // HistoryDBTask can be used to process arbitrary work on the history backend
40 } // namespace history
/external/chromium_org/chrome/browser/ui/tabs/
H A Dtab_strip_model_utils.h13 namespace history { namespace
25 const history::TopSites& top_sites,
/external/chromium/chrome/browser/importer/
H A Dprofile_import_process_client.h19 namespace history { namespace
54 const std::vector<history::URLRow>& history_rows_group,
55 int visit_source); // visit_source has history::VisitSource type.
68 const std::vector<history::ImportedFaviconUsage>& favicons_group);
/external/chromium/chrome/browser/ui/webui/
H A Dthumbnail_source.h18 namespace history { namespace
23 // thumbnails and the history/top-sites backend that serves these.
49 scoped_refptr<history::TopSites> top_sites_;

Completed in 315 milliseconds

1234567891011>>