HomeSort by relevance Sort by last modified time
    Searched refs:history (Results 76 - 100 of 476) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/chromium_org/chrome/browser/autocomplete/
chrome_autocomplete_provider_client.h 32 virtual history::URLDatabase* InMemoryDatabase() OVERRIDE;
34 history::KeywordID keyword_id,
history_url_provider.cc 19 #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::HistoryMatches* matches)
    [all...]
history_provider.h 9 #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,
shortcuts_backend.cc 17 #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::URLsDeletedDetails>(details).ptr()
    [all...]
  /external/chromium_org/chrome/browser/history/
history_notifications.h 12 #include "chrome/browser/history/history_details.h"
13 #include "components/history/core/browser/history_types.h"
14 #include "components/history/core/browser/keyword_id.h"
17 namespace history { namespace
27 // effect in the main history database.
34 history::RedirectList redirects;
45 // IDs that are currently in effect in the main history database.
54 // Set when all history was deleted. False means just a subset was deleted.
58 // in response to an explicit user action through the History UI.
62 // indicating that a subset of history has been deleted. The rows will hav
    [all...]
history_tab_helper.cc 5 #include "chrome/browser/history/history_tab_helper.h"
9 #include "chrome/browser/history/history_service.h"
10 #include "chrome/browser/history/history_service_factory.h"
41 const history::HistoryAddPageArgs& add_page_args) {
54 history::HistoryAddPageArgs
60 history::HistoryAddPageArgs add_page_args(
63 history::SOURCE_BROWSED, did_replace_entry);
66 // Hack on the "virtual" URL so that it will appear in history. For some
68 // the page is actually navigated. We want the user to see in history what
89 // Update history. Note that this needs to happen after the entry is complete
    [all...]
  /external/chromium_org/chrome/browser/importer/
profile_writer.h 16 #include "components/history/core/browser/history_types.h"
52 virtual void AddHistoryPage(const history::URLRows& page,
53 history::VisitSource visit_source);
  /external/chromium_org/chrome/browser/ui/webui/
history_ui.h 15 #include "chrome/browser/history/history_service.h"
16 #include "chrome/browser/history/web_history_service.h"
25 // The handler for Javascript messages related to the "history" view.
29 // Represents a history entry to be shown to the user, representing either
131 // Core implementation of history querying.
133 const history::QueryOptions& options);
135 // Combines the query results from the local history database and the history
139 // Callback from |web_history_timer_| when a response from web history has
143 // Callback from the history system when a history query has completed
    [all...]
  /external/chromium_org/chrome/browser/history/android/
android_urls_database.h 8 #include "components/history/core/android/android_history_types.h"
10 namespace history { namespace
71 } // namespace history
favicon_sql_handler.h 8 #include "chrome/browser/history/android/sql_handler.h"
10 namespace history { namespace
36 } // namespace history.
  /external/chromium_org/chrome/browser/sync/test/integration/performance/
typed_urls_sync_perf_test.cc 67 history::URLRows urls = GetTypedUrlsFromClient(profile);
68 for (history::URLRows::const_iterator it = urls.begin(); it != urls.end();
75 const history::URLRows& urls = GetTypedUrlsFromClient(profile);
77 for (history::URLRows::const_iterator it = urls.begin(); it != urls.end();
93 return GURL(base::StringPrintf("http://history%d.google.com/", n));
  /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
  /frameworks/av/media/libstagefright/codecs/mp3dec/src/
pvmp3_mdct_18.h 29 REVISION HISTORY
92 void pvmp3_mdct_18(int32 vec[], int32 *history, const int32 *window);
  /external/chromium_org/chrome/browser/
custom_home_pages_table_model.h 13 #include "components/history/core/browser/history_types.h"
20 namespace history { namespace
71 // Callback from history service. Updates the title of the Entry whose
75 const history::URLRow& row,
76 const history::VisitVector& visits);
  /external/chromium_org/chrome/browser/safe_browsing/incident_reporting/
last_download_finder.h 15 #include "chrome/browser/history/download_row.h"
27 namespace history { namespace
36 // history that participates in safe browsing.
64 // on-the-record profile with history that participates in safe browsing. The
65 // search is initiated if the profile has already loaded history.
82 scoped_ptr<std::vector<history::DownloadRow> > downloads);
107 history::DownloadRow most_recent_row_;
  /external/chromium_org/chrome/browser/ui/webui/options/
options_browsertest.cc 43 base::ListValue history; local
47 history.Append(new base::StringValue(url.spec()));
50 "OptionsWebUIExtendedTest.verifyHistoryCallback", history);
  /external/chromium_org/chrome/browser/extensions/api/history/
history_api.cc 5 #include "chrome/browser/extensions/api/history/history_api.h"
23 #include "chrome/browser/history/history_service.h"
24 #include "chrome/browser/history/history_service_factory.h"
27 #include "chrome/common/extensions/api/history.h"
29 #include "components/history/core/browser/history_types.h"
38 using api::history::HistoryItem;
39 using api::history::VisitItem;
42 typedef std::vector<linked_ptr<api::history::HistoryItem> >
44 typedef std::vector<linked_ptr<api::history::VisitItem> >
47 namespace AddUrl = api::history::AddUrl
    [all...]
  /external/chromium_org/chrome/browser/sync/test/integration/
single_client_typed_urls_sync_test.cc 11 #include "components/history/core/browser/history_types.h"
20 const std::string kSanityHistoryUrl = "http://www.sanity-history.google.com";
33 history::URLRows urls = GetTypedUrlsFromClient(0);
51 history::URLRows urls = GetTypedUrlsFromClient(0);
71 history::URLRows urls = GetTypedUrlsFromClient(0);
98 history::URLRows urls = GetTypedUrlsFromClient(0);
104 history::SOURCE_BROWSED);
  /external/chromium_org/chrome/browser/ui/webui/ntp/
most_visited_handler.cc 24 #include "chrome/browser/history/top_sites.h"
37 #include "components/history/core/browser/page_usage_data.h"
86 history::TopSites* ts = profile->GetTopSites();
96 content::Source<history::TopSites>(ts));
141 history::TopSites* ts = profile->GetTopSites();
154 history::TopSites* ts = Profile::FromWebUI(web_ui())->GetTopSites();
180 history::TopSites* ts = Profile::FromWebUI(web_ui())->GetTopSites();
189 history::TopSites* ts = Profile::FromWebUI(web_ui())->GetTopSites();
214 const history::MostVisitedURLList& data) {
217 history::MostVisitedURLList top_sites(data)
    [all...]
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/framehost/
NavigationControllerImpl.java 161 NavigationHistory history = new NavigationHistory();
163 mNativeNavigationControllerAndroid, history);
164 history.setCurrentEntryIndex(currentIndex);
165 return history;
171 NavigationHistory history = new NavigationHistory();
173 history, isForward, itemLimit);
174 return history;
214 private static void addToNavigationHistory(Object history, Object navigationEntry) {
215 ((NavigationHistory) history).addEntry((NavigationEntry) navigationEntry); method
257 Object history);
    [all...]
  /external/libedit/examples/
tc1.c 137 History *hist;
146 hist = history_init(); /* Init the builtin history */
148 history(hist, &ev, H_SETSIZE, 100);
159 /* Tell editline to use this history interface */
160 el_set(el, EL_HIST, history, hist);
170 * of previous and next history.
220 * moved around in history.
222 if (history(hist, &ev, H_SET, lastevent) == -1)
224 history(hist, &ev, H_ADD , buf);
226 history(hist, &ev, H_ENTER, buf)
    [all...]
  /external/chromium_org/chrome/browser/ui/sync/
profile_signin_confirmation_helper_unittest.cc 23 #include "chrome/browser/history/history_service.h"
24 #include "chrome/browser/history/history_service_factory.h"
234 HistoryService* history = HistoryServiceFactory::GetForProfile( local
237 ASSERT_TRUE(history);
240 // history items.
244 history->AddPage(
246 GURL(), history::RedirectList(), ui::PAGE_TRANSITION_LINK,
247 history::SOURCE_BROWSED, false);
259 HistoryService* history = HistoryServiceFactory::GetForProfile( local
262 ASSERT_TRUE(history);
    [all...]
  /external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
SaveRestoreStateTest.java 102 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/chrome/browser/resources/memory_internals/
memory_internals.js 66 if (process['type'].match(/^Tab/) && 'history' in process) {
67 // Append each tab's history.
68 for (var j = 0; j < process['history'].length; ++j) {
69 value += '<dl><dt>History ' + j + ':' +
70 JoinLinks(process['history'][j]) + '</dl>';
135 for (var l in tab['history']) {
136 var history = tab['history'][l];
137 var title = (history['title'] == '') ? history['url'] : history['title']
    [all...]
  /external/chromium_org/chrome/browser/search_engines/
chrome_template_url_service_client.cc 8 #include "chrome/browser/history/history_notifications.h"
9 #include "chrome/browser/history/history_service.h"
10 #include "chrome/browser/history/history_service_factory.h"
23 // TODO(sky): bug 1166191. The keywords should be moved into the history
24 // db, which will mean we no longer need this notification and the history
63 history::RedirectList(),
65 history::SOURCE_BROWSED, false);
89 content::Details<history::URLVisitedDetails> history_details(details);

Completed in 2874 milliseconds

1 2 34 5 6 7 8 91011>>