HomeSort by relevance Sort by last modified time
    Searched full:history (Results 576 - 600 of 4557) sorted by null

<<21222324252627282930>>

  /external/chromium/chrome/browser/bookmarks/
bookmark_index_unittest.cc 16 #include "chrome/browser/history/history_database.h"
17 #include "chrome/browser/history/in_memory_database.h"
18 #include "chrome/browser/history/query_parser.h"
240 history::URLDatabase* url_db = history_service->InMemoryDatabase();
254 history::URLRow info(data[i].url);
265 history::URLRow result1;
269 history::URLRow result2;
273 history::URLRow result3;
277 history::URLRow result4;
bookmark_storage.h 120 // Load bookmarks data from the file written by history (StarredURLDatabase).
123 // Called when history has written the file with bookmarks data. Loads data
127 // Called after we loaded file generated by history. Saves the data, deletes
140 // Keep the pointer to profile, we may need it for migration from history.
152 // Path to temporary file created during migrating bookmarks from history.
  /external/chromium/chrome/browser/ui/webui/
history2_ui.cc 22 #include "chrome/browser/history/history_types.h"
75 localized_strings.SetString("history",
158 history::QueryOptions options;
185 history::QueryOptions options = CreateMonthQueryOptions(month);
246 history::QueryResults* results) {
252 history::URLResult const &page = (*results)[i];
299 // Some Visits were deleted from history. Reload the list.
329 history::QueryOptions BrowsingHistoryHandler2::CreateMonthQueryOptions(
331 history::QueryOptions options;
  /external/chromium_org/chrome/browser/bookmarks/
bookmark_index_unittest.cc 19 #include "chrome/browser/history/history_service.h"
20 #include "chrome/browser/history/history_service_factory.h"
21 #include "chrome/browser/history/url_database.h"
249 history::URLDatabase* url_db = history_service->InMemoryDatabase();
263 history::URLRow info(data[i].url);
274 history::URLRow result1;
278 history::URLRow result2;
282 history::URLRow result3;
286 history::URLRow result4;
  /external/chromium_org/ui/views/controls/textfield/
textfield_views_model.h 70 // the same text will not add edit history because it's not user
73 // messing edit history.
243 // operation can be merged to previous edit in the edit history.
248 // edit in the edit history.
251 // Clears all edit history.
254 // Clears redo history.
268 // Adds or merge |edit| into edit history. Return true if the edit
301 // 3) all edit history is removed.
304 // 2) new edit is added. (redo history is cleared)
  /external/chromium/chrome/browser/autocomplete/
autocomplete_match.cc 47 "history-url",
48 "history-title",
49 "history-body",
50 "history-keyword",
53 "search-history",
extension_app_provider.cc 13 #include "chrome/browser/history/history.h"
14 #include "chrome/browser/history/url_database.h"
161 history::URLDatabase* url_db = history_service ?
164 history::URLRow info;
  /external/chromium/chrome/browser/history/
download_database.cc 5 #include "chrome/browser/history/download_database.h"
15 #include "chrome/browser/history/download_create_info.h"
26 // directly by the history system. See DownloadItem's
29 namespace history { namespace
200 } // namespace history
visit_tracker_unittest.cc 5 #include "chrome/browser/history/visit_tracker.h"
9 using history::VisitTracker;
21 const history::VisitID visit_id;
27 history::VisitID referring_visit_id;
46 history::VisitID ref_visit = tracker->GetLastVisit(
top_sites_cache.cc 5 #include "chrome/browser/history/top_sites_cache.h"
10 namespace history { namespace
121 } // namespace history
top_sites_cache.h 14 #include "chrome/browser/history/history_types.h"
18 namespace history { namespace
110 } // namespace history
  /external/chromium_org/chrome/browser/autocomplete/
extension_app_provider_unittest.cc 10 #include "chrome/browser/history/history_service.h"
11 #include "chrome/browser/history/history_service_factory.h"
12 #include "chrome/browser/history/url_database.h"
65 history::URLDatabase* url_db = history_service_->InMemoryDatabase();
77 history::URLRow info(GURL(kExtensionApps[i].launch_url));
  /external/chromium_org/chrome/browser/history/android/
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
  /external/chromium_org/chrome/browser/history/
history_backend_android.cc 5 #include "chrome/browser/history/history_backend.h"
7 #include "chrome/browser/history/android/android_provider_backend.h"
9 namespace history { namespace
95 history::AndroidStatement* statement,
183 } // namespace history
visit_tracker_unittest.cc 5 #include "chrome/browser/history/visit_tracker.h"
9 using history::VisitTracker;
21 const history::VisitID visit_id;
27 history::VisitID referring_visit_id;
46 history::VisitID ref_visit = tracker->GetLastVisit(
history_backend.cc 5 #include "chrome/browser/history/history_backend.h"
30 #include "chrome/browser/history/download_row.h"
31 #include "chrome/browser/history/history_db_task.h"
32 #include "chrome/browser/history/history_notifications.h"
33 #include "chrome/browser/history/in_memory_history_backend.h"
34 #include "chrome/browser/history/page_usage_data.h"
35 #include "chrome/browser/history/select_favicon_frames.h"
36 #include "chrome/browser/history/top_sites.h"
37 #include "chrome/browser/history/typed_url_syncable_service.h"
38 #include "chrome/browser/history/visit_filter.h
75 namespace history { namespace
    [all...]
  /external/chromium_org/chrome/browser/resources/net_internals/
cros_log_visualizer_view.css 184 .cros-log-visualizer-marker-history-entry {
190 .cros-log-visualizer-marker-history-entry * {
194 .cros-log-visualizer-marker-history-entry p {
201 .cros-log-visualizer-marker-history-entry a {
206 .cros-log-visualizer-marker-history-color-tag {
  /external/chromium_org/chrome/browser/ui/
active_tab_tracker.cc 7 #include "chrome/browser/history/history_service.h"
8 #include "chrome/browser/history/history_service_factory.h"
183 HistoryService* history = HistoryServiceFactory::GetForProfile( local
185 if (history)
186 history->IncreaseSegmentDuration(url_, base::Time::Now(), active_delta);
  /external/chromium_org/chrome/browser/ui/views/frame/
global_menu_bar_x11.h 15 #include "chrome/browser/history/history_types.h"
26 namespace history { namespace
97 // Sends a message off to History for data.
101 void OnTopSitesReceived(const history::MostVisitedURLList& visited_list);
156 history::TopSites* top_sites_;
  /external/chromium_org/chrome/browser/ui/webui/ntp/
thumbnail_list_source.cc 14 #include "chrome/browser/history/top_sites.h"
37 const history::MostVisitedURLList& mvurl_list,
46 const history::MostVisitedURL& mvurl = mvurl_list[i];
64 history::RedirectList::const_iterator jt;
123 const history::MostVisitedURLList& mvurl_list) {
  /external/chromium_org/chrome/test/base/
testing_profile.cc 32 #include "chrome/browser/history/history_backend.h"
33 #include "chrome/browser/history/history_db_task.h"
34 #include "chrome/browser/history/history_service.h"
35 #include "chrome/browser/history/history_service_factory.h"
36 #include "chrome/browser/history/shortcuts_backend.h"
37 #include "chrome/browser/history/shortcuts_backend_factory.h"
38 #include "chrome/browser/history/top_sites.h"
39 #include "chrome/browser/history/web_history_service_factory.h"
101 // Task used to make sure history has finished processing a request. Intended
104 class QuittingHistoryDBTask : public history::HistoryDBTask
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/
overview.js 37 history.reloadRequiringParameters = history.reloadRequiringParameters.filter(function(item) { return item != 'testType'; });
133 return history.validateParameter(historyInstance.dashboardSpecificState, key, value,
157 g_history = new history.History({
  /external/chromium_org/chrome/browser/predictors/
autocomplete_action_predictor.cc 21 #include "chrome/browser/history/history_notifications.h"
22 #include "chrome/browser/history/history_service.h"
23 #include "chrome/browser/history/history_service_factory.h"
24 #include "chrome/browser/history/in_memory_database.h"
80 // Request the in-memory database from the history to force it to load so
227 const content::Details<const history::URLsDeletedDetails>
229 content::Details<const history::URLsDeletedDetails>(details);
266 // rows from the caches and the database once the history service is
295 const history::URLRows& rows) {
303 history::URLRow::URLRowHasURL(it->first.url)) != rows.end())
    [all...]
  /external/chromium/chrome/browser/diagnostics/
sqlite_diagnostics.cc 98 "Sqlite.History.Error",
140 return new SqliteIntegrityTest(true, ASCIIToUTF16("History DB"),
145 return new SqliteIntegrityTest(false, ASCIIToUTF16("Archived History DB"),
  /external/chromium/chrome/browser/ui/toolbar/
back_forward_menu_model.cc 60 // for a separator and a "Show Full History" item.
76 // Return label "Show Full History" for the last item of the menu.
165 // Execute the command for the last item: "Show Full History".
173 // Log whether it was a history or chapter click.
199 // If the index is past the number of history items + separator,
203 // Full History" link).
206 return false; // We must have reached the "Show Full History" link.
212 // Look to see if we have reached the separator for the history items.
234 entry->url(), history::FAVICON, &load_consumer_,
241 history::FaviconData favicon)
    [all...]

Completed in 1731 milliseconds

<<21222324252627282930>>