Searched refs:history (Results 1 - 25 of 419) sorted by path

1234567891011>>

/external/chromium-trace/trace-viewer/src/tracing/analysis/
H A Danalysis_view.js71 window.history.pushState(state);
/external/chromium_org/android_webview/java/src/org/chromium/android_webview/
H A DAwContents.java1518 NavigationHistory history = mNavigationController.getNavigationHistory();
1519 int currentIndex = history.getCurrentEntryIndex();
1520 if (currentIndex >= 0 && currentIndex < history.getEntryCount()) {
1521 return history.getEntryAtIndex(currentIndex).getOriginalUrl();
/external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
H A DNavigationHistoryTest.java22 * Navigation history tests.
106 NavigationHistory history = getNavigationHistory(mAwContents);
107 assertEquals(0, history.getEntryCount());
115 history = getNavigationHistory(mAwContents);
116 checkHistoryItem(history.getEntryAtIndex(0),
122 assertEquals(0, history.getCurrentEntryIndex());
H A DSaveRestoreStateTest.java102 NavigationHistory history = getNavigationHistoryOnUiThread(vars);
103 assertEquals(NUM_NAVIGATIONS, history.getEntryCount());
104 assertEquals(NUM_NAVIGATIONS - 1, history.getCurrentEntryIndex());
110 assertEquals(mUrls[i], history.getEntryAtIndex(i).getOriginalUrl());
111 assertEquals(mUrls[i], history.getEntryAtIndex(i).getUrl());
112 assertEquals(TITLES[i], history.getEntryAtIndex(i).getTitle());
/external/chromium_org/athena/main/
H A Durl_search_provider.cc43 // history module (see chrome/browser/search_engines for Chrome implementation).
96 virtual history::URLDatabase* InMemoryDatabase() OVERRIDE { return NULL; }
98 history::KeywordID keyword_id,
/external/chromium_org/base/memory/
H A Dlinked_ptr_unittest.cc15 std::string history; member in namespace:__anon2336
19 A(): mynum(num++) { history += base::StringPrintf("A%d ctor\n", mynum); }
20 virtual ~A() { history += base::StringPrintf("A%d dtor\n", mynum); }
21 virtual void Use() { history += base::StringPrintf("A%d use\n", mynum); }
27 B() { history += base::StringPrintf("B%d ctor\n", mynum); }
28 virtual ~B() { history += base::StringPrintf("B%d dtor\n", mynum); }
30 history += base::StringPrintf("B%d use\n", mynum);
88 ASSERT_EQ(history,
/external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/
H A DNavigationPopupTest.java103 NavigationHistory history = client.mHistory;
104 for (int i = 0; i < history.getEntryCount(); i++) {
105 if (history.getEntryAtIndex(i).getFavicon() == null) return false;
/external/chromium_org/chrome/browser/android/
H A Ddev_tools_manager_delegate_android.cc13 #include "chrome/browser/history/top_sites.h"
340 history::TopSites* top_sites = profile->GetTopSites();
H A Ddev_tools_server.cc23 #include "chrome/browser/history/top_sites.h"
126 history::TopSites* top_sites = profile->GetTopSites();
H A Dmost_visited_sites.cc22 #include "chrome/browser/history/top_sites.h"
47 using history::TopSites;
86 const history::MostVisitedURLList& visited_list,
92 const history::MostVisitedURL& visited = visited_list[i];
109 void AddForcedURLOnUIThread(scoped_refptr<history::TopSites> top_sites,
235 history::TopSites* top_sites = profile_->GetTopSites();
244 content::Source<history::TopSites>(top_sites));
352 // (just initialized, enabled/disabled or history sync state changed). Re-run
395 const history::MostVisitedURLList& visited_list) {
H A Dmost_visited_sites.h15 #include "components/history/core/browser/history_types.h"
70 const history::MostVisitedURLList& visited_list);
/external/chromium_org/chrome/browser/android/provider/
H A Dchrome_browser_provider.cc29 #include "chrome/browser/history/android/sqlite_cursor.h"
30 #include "chrome/browser/history/top_sites.h"
36 #include "components/history/core/android/android_history_types.h"
707 // Base class for all asynchronous blocking tasks that use the Android history
729 history::URLID Run(const history::HistoryAndBookmarkRow& row) {
741 void OnBookmarkInserted(history::URLID id) {
748 history::URLID result_;
760 history::AndroidStatement* Run(
761 const std::vector<history
[all...]
H A Dchrome_browser_provider.h14 #include "components/history/core/android/android_history_types.h"
22 namespace history { namespace
66 // Bookmark and history APIs. -----------------------------------------------
191 history::TopSites* top_sites_;
/external/chromium_org/chrome/browser/autocomplete/
H A Dchrome_autocomplete_provider_client.cc12 #include "chrome/browser/history/history_service.h"
13 #include "chrome/browser/history/history_service_factory.h"
68 history::URLDatabase* ChromeAutocompleteProviderClient::InMemoryDatabase() {
75 history::KeywordID keyword_id,
H A Dchrome_autocomplete_provider_client.h32 virtual history::URLDatabase* InMemoryDatabase() OVERRIDE;
34 history::KeywordID keyword_id,
H A Dhistory_provider.cc12 #include "chrome/browser/history/history_service.h"
13 #include "chrome/browser/history/history_service_factory.h"
14 #include "chrome/browser/history/in_memory_url_index_types.h"
30 // Delete the underlying URL along with all its visits from the history DB.
81 const history::TermMatches& matches,
H A Dhistory_provider.h9 #include "chrome/browser/history/in_memory_url_index_types.h"
16 // This class is a base class for the history autocomplete providers and
38 const history::TermMatches& matches,
H A Dhistory_quick_provider.cc22 #include "chrome/browser/history/history_database.h"
23 #include "chrome/browser/history/history_service.h"
24 #include "chrome/browser/history/history_service_factory.h"
25 #include "chrome/browser/history/in_memory_url_index.h"
26 #include "chrome/browser/history/in_memory_url_index_types.h"
27 #include "chrome/browser/history/scored_history_match.h"
47 using history::InMemoryURLIndex;
48 using history::ScoredHistoryMatch;
49 using history::ScoredHistoryMatches;
72 // someone unloads the history backen
[all...]
H A Dhistory_quick_provider.h13 #include "chrome/browser/history/in_memory_url_index.h"
14 #include "components/history/core/browser/history_types.h"
20 namespace history { namespace
22 } // namespace history
25 // the history system) which quickly (and synchronously) provides matching
27 // history.
57 const history::ScoredHistoryMatch& history_match,
60 // Returns the index that should be used for history lookups.
61 history::InMemoryURLIndex* GetIndex();
64 void set_index(history
[all...]
H A Dhistory_quick_provider_unittest.cc23 #include "chrome/browser/history/history_backend.h"
24 #include "chrome/browser/history/history_database.h"
25 #include "chrome/browser/history/history_service.h"
26 #include "chrome/browser/history/history_service_factory.h"
27 #include "chrome/browser/history/in_memory_url_index.h"
28 #include "chrome/browser/history/url_index_private_data.h"
35 #include "components/history/core/browser/url_database.h"
143 // Fills test data into the history system.
165 history::HistoryBackend* history_backend() {
511 history
[all...]
H A Dhistory_url_provider.cc19 #include "chrome/browser/history/history_backend.h"
20 #include "chrome/browser/history/history_database.h"
21 #include "chrome/browser/history/history_service.h"
22 #include "chrome/browser/history/history_service_factory.h"
23 #include "chrome/browser/history/in_memory_url_index_types.h"
24 #include "chrome/browser/history/scored_history_match.h"
32 #include "components/history/core/browser/history_types.h"
51 bool CompareHistoryMatch(const history::HistoryMatch& a,
52 const history::HistoryMatch& b) {
81 void SortAndDedupMatches(history
[all...]
H A Dhistory_url_provider.h14 #include "components/history/core/browser/history_match.h"
27 namespace history { namespace
32 // How history autocomplete works
62 // quickly and hit enter, no matter how loaded the main history database is.
69 // The second autocomplete pass uses the full history database, which must be
70 // queried on the history thread. Start() asks the history service schedule to
71 // callback on the history thread with a pointer to the main database. When we
86 // on the history thread, because we should only do that when we can safely
89 // Used to communicate autocomplete parameters between threads via the history
[all...]
H A Dhistory_url_provider_unittest.cc17 #include "chrome/browser/history/history_service.h"
18 #include "chrome/browser/history/history_service_factory.h"
24 #include "components/history/core/browser/url_database.h"
82 // history database's query, not just the autocomplete provider.
127 // history::kLowQualityMatchAgeLimitInDays.
192 // Fills test data into the history system.
263 // be more recent than the "expire history" threshold for the data to be kept
276 history::SOURCE_BROWSED);
282 TimeDelta::FromDays(history::kLowQualityMatchAgeLimitInDays - 1),
283 false, history
[all...]
H A Dsearch_provider_unittest.cc24 #include "chrome/browser/history/history_service.h"
25 #include "chrome/browser/history/history_service_factory.h"
112 // added to history.
114 // is added to history.
173 // Adds a search for |term|, using the engine |t_url| to the history, and
278 // We need both the history service and template url model loaded.
317 // has been processed on the history thread. Block until history processes all
443 HistoryService* history = local
453 history
[all...]
H A Dshortcuts_backend.cc17 #include "chrome/browser/history/history_notifications.h"
18 #include "chrome/browser/history/history_service.h"
19 #include "chrome/browser/history/shortcuts_database.h"
81 db_ = new history::ShortcutsDatabase(
131 UpdateShortcut(history::ShortcutsDatabase::Shortcut(
137 AddShortcut(history::ShortcutsDatabase::Shortcut(
145 history::ShortcutsDatabase::Shortcut::MatchCore
159 return history::ShortcutsDatabase::Shortcut::MatchCore(
189 const history::URLsDeletedDetails* deleted_details =
190 content::Details<const history
[all...]

Completed in 3457 milliseconds

1234567891011>>