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

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/chrome/browser/autocomplete/
history_quick_provider.h 15 #include "chrome/browser/history/history_types.h"
16 #include "chrome/browser/history/in_memory_url_index.h"
20 namespace history { namespace
22 } // namespace history
25 // the history system) which quickly (and synchronously) provides matching
27 // history.
60 const history::ScoredHistoryMatch& history_match,
63 // Returns the index that should be used for history lookups.
64 history::InMemoryURLIndex* GetIndex();
67 void set_index(history::InMemoryURLIndex* index)
    [all...]
  /build/tools/droiddoc/templates-pdk/assets/
jquery-history.js 2 * jQuery history event v0.1
32 var current = $.history.getCurrent();
33 $.event.trigger('history', [current, previousNav]);
38 $.history = {
42 var previous = $.history.getCurrent();
47 $.event.trigger('historyadd', [$.history.getCurrent(), previous]);
62 $.fn.history = function(fn) {
63 $(this).bind('history', fn);
  /external/chromium/chrome/browser/download/
download_history.h 10 #include "chrome/browser/history/history.h"
30 // Retrieves DownloadCreateInfos saved in the history.
33 // Adds a new entry for a download to the history database.
38 // Updates the history entry for |download_item|.
45 // Removes |download_item| from the history database.
48 // Removes download-related history entries in the given time range.
59 // This is useful for incognito mode or when the history database is offline.
  /external/chromium/chrome/browser/sync/glue/
typed_url_change_processor.h 22 namespace history { namespace
35 // This class is responsible for taking changes from the history backend and
42 history::HistoryBackend* history_backend,
47 // History -> sync_api model change application.
66 void HandleURLsModified(history::URLsModifiedDetails* details);
67 void HandleURLsDeleted(history::URLsDeletedDetails* details);
68 void HandleURLsVisited(history::URLVisitedDetails* details);
76 history::HistoryBackend* history_backend_;
typed_url_model_associator.h 16 #include "chrome/browser/history/history_types.h"
24 namespace history { namespace
50 typedef std::vector<history::URLRow> TypedUrlVector;
51 typedef std::vector<std::pair<history::URLID, history::URLRow> >
58 history::HistoryBackend* history_backend);
105 const history::VisitVector* deleted_visits);
116 const history::URLRow& url,
117 history::VisitVector* visits,
118 history::URLRow* new_url
    [all...]
  /external/chromium_org/chrome/browser/favicon/
favicon_changed_details.h 10 #include "chrome/browser/history/history_details.h"
14 struct FaviconChangedDetails : public history::HistoryDetails {
  /external/chromium_org/chrome/browser/history/android/
android_urls_database_unittest.cc 5 #include "chrome/browser/history/android/android_urls_database.h"
10 #include "chrome/browser/history/history_database.h"
11 #include "chrome/browser/history/history_unittest_base.h"
16 namespace history { namespace
30 data_path = data_path.AppendASCII("History");
33 // Set up history as they would be before migration.
35 ExecuteSQLScript(data_path.AppendASCII("history.21.sql"),
67 } // namespace history
  /external/chromium_org/chrome/browser/history/
page_usage_data.cc 5 #include "chrome/browser/history/page_usage_data.h"
9 PageUsageData::PageUsageData(history::SegmentID id)
shortcuts_backend_factory.cc 5 #include "chrome/browser/history/shortcuts_backend_factory.h"
8 #include "chrome/browser/history/shortcuts_backend.h"
13 using history::ShortcutsBackend;
38 scoped_refptr<history::ShortcutsBackend> backend(
49 scoped_refptr<history::ShortcutsBackend> backend(
67 scoped_refptr<history::ShortcutsBackend> backend(
in_memory_database.cc 5 #include "chrome/browser/history/in_memory_database.h"
14 namespace history { namespace
69 // Attach to the history database on disk. (We can't ATTACH in the middle of
71 sql::Statement attach(GetDB().GetUniqueStatement("ATTACH ? AS history"));
83 "INSERT INTO urls SELECT * FROM history.urls WHERE typed_count > 0")) {
84 // Unable to get data from the history database. This is OK, the file may
88 UMA_HISTOGRAM_MEDIUM_TIMES("History.InMemoryDBPopulate",
90 UMA_HISTOGRAM_COUNTS("History.InMemoryDBItemCount", db_.GetLastChangeCount());
98 UMA_HISTOGRAM_COUNTS("History.InMemoryTypedUrlVisitCount",
108 "FROM history.urls u JOIN history.keyword_search_terms kst
    [all...]
web_history_service_factory.cc 5 #include "chrome/browser/history/web_history_service_factory.h"
9 #include "chrome/browser/history/web_history_service.h"
17 // Returns true if the user is signed in and full history sync is enabled,
39 history::WebHistoryService* WebHistoryServiceFactory::GetForProfile(
42 return static_cast<history::WebHistoryService*>(
53 // signed into sync, or if web history is not enabled.
55 new history::WebHistoryService(profile) : NULL;
history_notifications.h 12 #include "chrome/browser/history/history_details.h"
13 #include "chrome/browser/history/history_types.h"
17 namespace history { namespace
31 history::RedirectList redirects;
48 // Set when all history was deleted. False means just a subset was deleted.
52 // an explicit user action through the History UI.
56 // indicating that a subset of history has been deleted.
60 // false, indicating that a subset of history has been deleted.
84 } // namespace history
in_memory_history_backend.h 5 // Contains the history backend wrapper around the in-memory URL database. This
6 // object maintains an in-memory cache of the subset of history required to do
9 // It is created on the history thread and passed to the main thread where
11 // from the "regular" history backend and keeps itself in sync.
31 namespace history { namespace
46 // Initializes the backend from the history database pointed to by the
51 // Does initialization work when this object is attached to the history
53 // attached history service is under.
97 } // namespace history
  /external/doclava/res/assets/templates/assets/
jquery-history.js 2 * jQuery history event v0.1
32 var current = $.history.getCurrent();
33 $.event.trigger('history', [current, previousNav]);
38 $.history = {
42 var previous = $.history.getCurrent();
47 $.event.trigger('historyadd', [$.history.getCurrent(), previous]);
62 $.fn.history = function(fn) {
63 $(this).bind('history', fn);
  /external/chromium_org/chrome/browser/sync/glue/
typed_url_data_type_controller.h 18 namespace history { namespace
38 // Invoked on the history thread to set our history backend - must be called
40 void SetBackend(history::HistoryBackend* backend);
56 history::HistoryBackend* backend_;
59 // Helper object to make sure we don't leave tasks running on the history
typed_url_data_type_controller.cc 12 #include "chrome/browser/history/history_db_task.h"
13 #include "chrome/browser/history/history_service.h"
14 #include "chrome/browser/history/history_service_factory.h"
29 // The history service exposes a special non-standard task API which calls back
32 class RunTaskOnHistoryThread : public history::HistoryDBTask {
40 virtual bool RunOnDBThread(history::HistoryBackend* backend,
41 history::HistoryDatabase* db) OVERRIDE {
91 void TypedUrlDataTypeController::SetBackend(history::HistoryBackend* backend) {
100 // We've turned off history persistence, so if we are running,
107 "History saving is now disabled by policy.")
116 HistoryService* history = HistoryServiceFactory::GetForProfile( local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
revisionHistory.css 29 .outline-disclosure.revision-history-drawer {
34 .outline-disclosure.revision-history-drawer ol {
40 .outline-disclosure.revision-history-drawer > ol {
44 .outline-disclosure.revision-history-drawer li {
51 .outline-disclosure.revision-history-drawer li.parent {
55 .revision-history-link {
62 .revision-history-link-row {
66 .outline-disclosure.revision-history-drawer .revision-history-line {
71 .revision-history-drawer .webkit-line-number
    [all...]
  /external/chromium/chrome/browser/ui/webui/
history_ui.h 12 #include "chrome/browser/history/history.h"
36 // The handler for Javascript messages related to the "history" view.
59 // Callback from the history system when the history list is available.
61 history::QueryResults* results);
63 // Callback from the history system when visits were deleted.
72 history::QueryOptions CreateMonthQueryOptions(int month);
77 // Our consumer for search requests to the history service.
80 // Our consumer for delete requests to the history service
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/
history_ui.h 14 #include "chrome/browser/history/history_service.h"
15 #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/extensions/api/history/
history_api.h 14 #include "chrome/browser/history/history_notifications.h"
15 #include "chrome/browser/history/history_service.h"
17 #include "chrome/common/extensions/api/history.h"
27 // Observes History service and routes the notifications as events to the
41 const history::URLVisitedDetails* details);
44 const history::URLsDeletedDetails* details);
50 // Used for tracking registrations to history service notifications.
89 // Base class for history function APIs.
100 // Base class for history funciton APIs which require async interaction with
131 DECLARE_EXTENSION_FUNCTION("history.getVisits", HISTORY_GETVISITS
    [all...]
  /external/chromium/chrome/browser/history/
in_memory_history_backend.h 5 // Contains the history backend wrapper around the in-memory URL database. This
6 // object maintains an in-memory cache of the subset of history required to do
9 // It is created on the history thread and passed to the main thread where
11 // from the "regular" history backend and keeps itself in sync.
30 namespace history { namespace
44 // Initializes the backend from the history database pointed to by the
46 // directory containing the history database and is also used
56 // Does initialization work when this object is attached to the history
58 // attached history service is under.
73 // Return the quick history index
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/ntp/
suggestions_source_top_sites.cc 13 #include "chrome/browser/history/history_service_factory.h"
14 #include "chrome/browser/history/top_sites.h"
15 #include "chrome/browser/history/visit_filter.h"
65 HistoryService* history = HistoryServiceFactory::GetForProfile( local
67 // |history| may be null during unit tests.
68 if (history) {
69 history::VisitFilter time_filter;
74 history->QueryFilteredURLs(0, time_filter, debug_, &history_consumer_,
87 const history::FilteredURLList& data) {
90 const history::FilteredURL& suggested_url = data[i]
    [all...]
  /frameworks/base/core/java/android/webkit/
WebHistoryItem.java 23 * of a WebView. Each WebHistoryItem is a snapshot of the requested history
24 * item. Each history item may be updated during the load of a page.
36 * Return an identifier for this history item. If an item is a copy of
49 * Return the url of this history item. The url is the base url of this
50 * history item. See getTargetUrl() for the url that is the actual target of
51 * this history item.
52 * @return The base url of this history item.
61 * Return the original url of this history item. This was the requested
64 * @return The original url of this history item.
71 * Return the document title of this history item
    [all...]
  /external/chromium_org/chrome/browser/download/
download_history.h 16 #include "chrome/browser/history/history_service.h"
20 namespace history { namespace
22 } // namespace history
33 explicit HistoryAdapter(HistoryService* history);
40 const history::DownloadRow& info,
43 virtual void UpdateDownload(const history::DownloadRow& data);
58 // the task is posted to the history thread.
60 const history::DownloadRow& info) {}
73 // Neither |manager| nor |history| may be NULL.
78 scoped_ptr<HistoryAdapter> history);
    [all...]
  /external/chromium/chrome/browser/extensions/
extension_history_apitest.cc 25 ASSERT_TRUE(RunExtensionSubtest("history", "misc_search.html")) << message_;
29 ASSERT_TRUE(RunExtensionSubtest("history", "timed_search.html")) << message_;
33 ASSERT_TRUE(RunExtensionSubtest("history", "delete.html")) << message_;
38 ASSERT_TRUE(RunExtensionSubtest("history", "get_visits.html")) << message_;
50 ASSERT_TRUE(RunExtensionSubtest("history", "search_after_add.html"))

Completed in 1143 milliseconds

1 23 4 5 6 7 8 91011>>