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

1 2 3 4 5 67 8 91011>>

  /external/chromium_org/content/browser/
session_history_browsertest.cc 81 // Navigate session history using history.go(distance).
83 GURL url("javascript:history.go('" + distance + "')");
142 // history is [blank, bot1, bot2, *bot3]
158 // history is [blank, bot1, *bot3]
195 // history is [blank, bot1, bot2, *bot3]
221 // history is [blank, bot1, bot2, *bot1]
256 // history is [blank, bot1, *form, post]
262 // history is [blank, bot1, form, *bot2]
272 // history is [blank, bot1, form, *post
    [all...]
  /external/chromium_org/chrome/browser/ui/sync/
profile_signin_confirmation_helper.cc 16 #include "chrome/browser/history/history_backend.h"
17 #include "chrome/browser/history/history_db_task.h"
18 #include "chrome/browser/history/history_service.h"
19 #include "chrome/browser/history/history_service_factory.h"
20 #include "chrome/browser/history/history_types.h"
34 // Determines whether a profile has any typed URLs in its history.
35 class HasTypedURLsTask : public history::HistoryDBTask {
41 virtual bool RunOnDBThread(history::HistoryBackend* backend,
42 history::HistoryDatabase* db) OVERRIDE {
43 history::URLRows rows
    [all...]
  /external/chromium/chrome/browser/history/
history.h 21 #include "chrome/browser/history/history_types.h"
53 namespace history { namespace
62 } // namespace history
65 // HistoryDBTask can be used to process arbitrary work on the history backend
77 virtual bool RunOnDBThread(history::HistoryBackend* backend,
78 history::HistoryDatabase* db) = 0;
91 // The history service records page titles, and visit times, as well as
105 static const history::StarID kBookmarkBarID;
112 // Initializes the history service, returning true on success. On false, do
114 // the history files. The BookmarkService is used when deleting URLs t
    [all...]
in_memory_history_backend.cc 5 #include "chrome/browser/history/in_memory_history_backend.h"
14 #include "chrome/browser/history/history_notifications.h"
15 #include "chrome/browser/history/in_memory_database.h"
16 #include "chrome/browser/history/in_memory_url_index.h"
17 #include "chrome/browser/history/url_database.h"
23 namespace history { namespace
85 Details<history::URLVisitedDetails> visited_details(details);
99 *Details<history::KeywordSearchTermDetails>(details).ptr());
103 *Details<history::URLsModifiedDetails>(details).ptr());
106 OnURLsDeleted(*Details<history::URLsDeletedDetails>(details).ptr())
    [all...]
visit_tracker.h 13 #include "chrome/browser/history/history_types.h"
15 namespace history { namespace
17 // Tracks history transitions between pages. The history backend uses this to
49 VisitID visit_id; // Visit ID generated by history.
65 } // namespace history
  /external/chromium_org/chrome/browser/sync/glue/
typed_url_model_associator.cc 14 #include "chrome/browser/history/history_backend.h"
32 // There's no limit on how many visits the history DB could have for a given
41 static bool CheckVisitOrdering(const history::VisitVector& visits) {
43 for (history::VisitVector::const_iterator visit = visits.begin();
63 history::HistoryBackend* history_backend,
81 history::URLRow* url,
82 history::VisitVector* visits) {
91 // Sometimes (due to a bug elsewhere in the history or sync code, or due to
92 // a crash between adding a URL to the history database and updating the
98 history::VisitRow visit
    [all...]
bookmark_data_type_controller.cc 11 #include "chrome/browser/history/history_service.h"
12 #include "chrome/browser/history/history_service_factory.h"
111 // Check that both the bookmark model and the history service (for favicons)
117 HistoryService* history = HistoryServiceFactory::GetForProfile(
119 if (!history || !history->BackendLoaded())
  /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"
25 #include "chrome/browser/history/history_types.h"
29 #include "chrome/common/extensions/api/history.h"
37 using api::history::HistoryItem;
38 using api::history::VisitItem;
41 typedef std::vector<linked_ptr<api::history::HistoryItem> >
43 typedef std::vector<linked_ptr<api::history::VisitItem> >
46 namespace AddUrl = api::history::AddUrl
    [all...]
  /external/chromium_org/chrome/browser/history/
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"
44 const history::HistoryAddPageArgs& add_page_args) {
57 history::HistoryAddPageArgs
63 history::HistoryAddPageArgs add_page_args(
66 history::SOURCE_BROWSED, did_replace_entry);
69 // Hack on the "virtual" URL so that it will appear in history. For some
71 // the page is actually navigated. We want the user to see in history what
92 // Update history. Note that this needs to happen after the entry is complete
    [all...]
visit_tracker.h 12 #include "chrome/browser/history/history_types.h"
14 namespace history { namespace
16 // Tracks history transitions between pages. The history backend uses this to
48 VisitID visit_id; // Visit ID generated by history.
64 } // namespace history
in_memory_history_backend.cc 5 #include "chrome/browser/history/in_memory_history_backend.h"
15 #include "chrome/browser/history/history_notifications.h"
16 #include "chrome/browser/history/in_memory_database.h"
17 #include "chrome/browser/history/url_database.h"
22 namespace history { namespace
70 content::Details<history::URLVisitedDetails> visited_details(details);
84 *content::Details<history::KeywordSearchUpdatedDetails>(
89 *content::Details<history::KeywordSearchDeletedDetails>(
94 *content::Details<history::URLsModifiedDetails>(details).ptr());
98 *content::Details<history::URLsDeletedDetails>(details).ptr())
    [all...]
history_database.h 12 #include "chrome/browser/history/download_database.h"
13 #include "chrome/browser/history/history_types.h"
14 #include "chrome/browser/history/url_database.h"
15 #include "chrome/browser/history/visit_database.h"
16 #include "chrome/browser/history/visitsegment_database.h"
22 #include "chrome/browser/history/android/android_cache_database.h"
23 #include "chrome/browser/history/android/android_urls_database.h"
32 namespace history { namespace
34 // Encapsulates the SQL connection for the history database. This class holds
35 // the database connection and has methods the history system (including ful
    [all...]
  /external/chromium_org/remoting/webapp/
connection_history.js 18 this.viewAll_ = document.getElementById('history-view-all');
20 this.viewOutgoing_ = document.getElementById('history-view-outgoing');
22 this.viewIncoming_ = document.getElementById('history-view-incoming');
24 this.clear_ = document.getElementById('clear-connection-history');
26 this.historyEntries_ = document.getElementById('connection-history-entries');
32 var closeButton = document.getElementById('close-connection-history');
44 VIEW_ALL: 'history-view-all',
45 VIEW_OUTGOING: 'history-view-outgoing',
46 VIEW_INCOMING: 'history-view-incoming'
52 remoting.setMode(remoting.AppMode.HISTORY);
    [all...]
  /packages/apps/Browser/src/com/android/browser/
DataController.java 31 import android.provider.BrowserContract.History;
247 c = cr.query(History.CONTENT_URI, new String[] { History._ID, History.VISITS },
248 History.URL + "=?", new String[] { url }, null);
251 values.put(History.VISITS, c.getInt(1) + 1);
252 values.put(History.DATE_LAST_VISITED, System.currentTimeMillis());
253 cr.update(ContentUris.withAppendedId(History.CONTENT_URI, c.getLong(0)),
258 values.put(History.URL, url);
259 values.put(History.VISITS, 1)
    [all...]
  /frameworks/base/core/java/android/provider/
Browser.java 30 import android.provider.BrowserContract.History;
39 * A table containing both bookmarks and history items. The columns of the table are defined in
108 /* columns needed to determine whether to truncate history */
116 /* truncate this many history items at a time */
142 /* Set a cap on the count of history items in the history/bookmark
297 return cr.query(History.CONTENT_URI, new String[] { History._ID, History.VISITS },
302 * Update the visited history to acknowledge that a site has bee
    [all...]
  /external/chromium/chrome/browser/
favicon_helper.h 31 // requests the favicon from the history database. At this point
35 // history regardless of whether the NavigationEntry has a favicon.
38 // first depends upon who is faster): notification from the history
42 // . If the history db has a valid up to date favicon for the page, we update
51 // the favicon url and the callback from history. We wait to ensure we
57 // . Otherwise we ask the history database to update the mapping from
93 history::IconType icon_type,
112 // Ask the favicon from history
116 history::IconType icon_type,
122 history::IconType icon_type
    [all...]
favicon_helper_unittest.cc 81 // This class is used to save the history request for verifying with test case.
82 // It also will be used to simulate the history response.
116 history::FaviconData favicon_data_;
125 // This class is used to catch the FaviconHelper's download and history request,
188 history::IconType icon_type,
197 history::IconType icon_type,
223 history::IconType icon_type) OVERRIDE {
287 // Ensure the data given to history is correct.
291 EXPECT_EQ(history::FAVICON, history_handler->icon_type_);
295 history_handler->favicon_data_.icon_type = history::FAVICON
    [all...]
favicon_helper.cc 26 // Returns history::IconType the given icon_type corresponds to.
27 history::IconType ToHistoryIconType(FaviconURL::IconType icon_type) {
30 return history::FAVICON;
32 return history::TOUCH_ICON;
34 return history::TOUCH_PRECOMPOSED_ICON;
36 return history::INVALID_ICON;
40 return history::INVALID_ICON;
45 history::IconType icon_type) {
54 icon_type(history::INVALID_ICON) {
60 history::IconType icon_type
    [all...]
favicon_service.h 14 #include "chrome/browser/history/history_types.h"
21 // The favicon service provides methods to access favicons. It calls the history
42 history::FaviconData>::Type // the type of favicon
50 history::IconType icon_type,
61 history::IconType icon_type,
85 const std::vector<history::ImportedFaviconUsage>& favicon_usage);
91 history::IconType icon_type);
100 // Helper to forward an empty result if we cannot get the history service.
  /external/chromium/chrome/browser/sync/glue/
typed_url_change_processor.cc 9 #include "chrome/browser/history/history_backend.h"
10 #include "chrome/browser/history/history_notifications.h"
22 history::HistoryBackend* history_backend,
57 HandleURLsModified(Details<history::URLsModifiedDetails>(details).ptr());
59 HandleURLsDeleted(Details<history::URLsDeletedDetails>(details).ptr());
61 HandleURLsVisited(Details<history::URLVisitedDetails>(details).ptr());
66 history::URLsModifiedDetails* details) {
68 std::map<history::URLID, history::VisitVector> visit_vectors;
69 for (std::vector<history::URLRow>::iterator url
    [all...]
  /external/chromium_org/chrome/browser/ui/omnibox/
alternate_nav_infobar_delegate.cc 8 #include "chrome/browser/history/history_service.h"
9 #include "chrome/browser/history/history_service_factory.h"
10 #include "chrome/browser/history/shortcuts_backend.h"
11 #include "chrome/browser/history/shortcuts_backend_factory.h"
70 scoped_refptr<history::ShortcutsBackend> shortcuts_backend(
77 // Tell the history system to remove any saved search term for the search.
  /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/history/android/
android_history_provider_service.cc 5 #include "chrome/browser/history/android/android_history_provider_service.h"
7 #include "chrome/browser/history/history_backend.h"
8 #include "chrome/browser/history/history_service.h"
9 #include "chrome/browser/history/history_service_factory.h"
12 using history::HistoryBackend;
23 const std::vector<history::HistoryAndBookmarkRow::ColumnID>& projections,
45 const history::HistoryAndBookmarkRow& row,
86 const history::HistoryAndBookmarkRow& values,
124 history::AndroidStatement* statement,
144 history::AndroidStatement* statement)
    [all...]
  /external/chromium_org/chrome/browser/renderer_host/
chrome_render_widget_host_view_mac_history_swiper.h 13 // allow history swiping.
15 // The history overlay is added to the view returning from this method.
26 // Responsible for maintaining state for 2-finger swipe history navigation.
28 // We want to be able to cancel history swipes if the user's swipe has a lot of
37 // Used for history swiping.
42 // Used for history swiping.
48 // Used for history swiping.
51 // This controller will exist if and only if the UI is in history swipe mode.
67 // The id of the last gesture that we processed as a history swipe.
69 // A flag that indicates that we cancelled the history swipe for the curren
    [all...]
  /external/chromium_org/chrome/browser/safe_browsing/
browser_feature_extractor.cc 17 #include "chrome/browser/history/history_service.h"
18 #include "chrome/browser/history/history_service_factory.h"
19 #include "chrome/browser/history/history_types.h"
181 // Also cancel all the pending history service queries.
182 HistoryService* history; local
183 bool success = GetHistoryService(&history);
185 // Cancel all the pending history lookups and cleanup the memory.
188 if (history) {
189 history->CancelRequest(it->first);
322 HistoryService* history; local
393 HistoryService* history; local
428 HistoryService* history; local
    [all...]

Completed in 1737 milliseconds

1 2 3 4 5 67 8 91011>>