HomeSort by relevance Sort by last modified time
    Searched defs:history (Results 1 - 25 of 173) sorted by null

1 2 3 4 5 6 7

  /external/chromium/chrome/browser/autocomplete/
history_provider_util.cc 7 namespace history { namespace
30 } // namespace history
history_quick_provider.h 13 #include "chrome/browser/history/history_types.h"
14 #include "chrome/browser/history/in_memory_url_index.h"
19 namespace history { namespace
21 } // namespace history
24 // the history system) which quickly (and synchronously) provides matching
26 // history.
48 const history::ScoredHistoryMatch& history_match,
62 // Returns the index that should be used for history lookups.
63 history::InMemoryURLIndex* GetIndex();
68 const history::TermMatches& matches
    [all...]
history_provider.h 12 namespace history { namespace
18 } // namespace history
20 // This class is a base class for the history autocomplete providers and
  /external/chromium/chrome/browser/history/
download_database.h 9 #include "chrome/browser/history/history_types.h"
18 namespace history { namespace
69 } // namespace history
history_unittest_base.h 11 namespace history { namespace
12 // A base class for a history unit test. It provides the common test methods.
31 } // namespace history
in_memory_database.h 11 #include "chrome/browser/history/url_database.h"
15 namespace history { namespace
48 } // namespace history
visit_database.h 9 #include "chrome/browser/history/history_types.h"
16 namespace history { namespace
64 // is used for history expiration.)
76 // is used for history expiration.)
172 } // history
visit_tracker.cc 5 #include "chrome/browser/history/visit_tracker.h"
9 namespace history { namespace
42 // Recall that a page ID is associated with a single session history entry.
106 } // namespace history
visitsegment_database.h 10 #include "chrome/browser/history/history_types.h"
18 namespace history { namespace
87 } // namespace history
archived_database.h 13 #include "chrome/browser/history/url_database.h"
14 #include "chrome/browser/history/visit_database.h"
18 namespace history { namespace
20 // Encapsulates the database operations for archived history.
62 } // namespace history
history_publisher.cc 5 #include "chrome/browser/history/history_publisher.h"
9 namespace history { namespace
44 } // namespace history
multipart_uitest.cc 40 // The browser has shutdown now. Check the contents of the history
44 FilePath history = local
45 user_data_dir().AppendASCII("Default").AppendASCII("History");
46 ASSERT_TRUE(file_util::PathExists(history));
47 ASSERT_TRUE(db.Open(history));
starred_url_database.h 14 #include "chrome/browser/history/history_types.h"
15 #include "chrome/browser/history/url_database.h"
24 namespace history { namespace
118 typedef ui::TreeNodeWithValue<history::StarredEntry> StarredNode;
184 } // namespace history
history_publisher_none.cc 9 #include "chrome/browser/history/history_publisher.h"
13 namespace history { namespace
34 } // namespace history
history_unittest_base.cc 10 #include "chrome/browser/history/history_unittest_base.h"
12 namespace history { namespace
39 } // namespace history
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"));
73 NOTREACHED() << "Unable to attach to history database.";
89 "INSERT INTO urls SELECT * FROM history.urls WHERE typed_count > 0")) {
90 // Unable to get data from the history database. This is OK, the file may
94 UMA_HISTOGRAM_MEDIUM_TIMES("History.InMemoryDBPopulate",
96 UMA_HISTOGRAM_COUNTS("History.InMemoryDBItemCount", db_.GetLastChangeCount());
103 "FROM history.urls u JOIN history.keyword_search_terms kst
    [all...]
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...]
top_sites_backend.h 12 #include "chrome/browser/history/history_types.h"
17 namespace history { namespace
104 } // namespace history
top_sites_database.h 14 #include "chrome/browser/history/history_types.h"
15 #include "chrome/browser/history/url_database.h" // For DBCloseScoper.
25 namespace history { namespace
36 // Returns true if migration of top sites from history may be needed. A value
108 } // namespace history
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/chrome/browser/importer/
profile_import_process_client.h 19 namespace history { namespace
54 const std::vector<history::URLRow>& history_rows_group,
55 int visit_source); // visit_source has history::VisitSource type.
68 const std::vector<history::ImportedFaviconUsage>& favicons_group);
safari_importer.h 30 namespace history { namespace
88 // Converts history time stored by Safari as a double serialized as a string,
92 // Parses Safari's history and loads it into the input array.
93 void ParseHistoryItems(std::vector<history::URLRow>* history_items);
104 std::vector<history::ImportedFaviconUsage>* favicons);
  /external/chromium/chrome/browser/ui/webui/
thumbnail_source.h 18 namespace history { namespace
23 // thumbnails and the history/top-sites backend that serves these.
49 scoped_refptr<history::TopSites> top_sites_;
  /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/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);

Completed in 427 milliseconds

1 2 3 4 5 6 7