HomeSort by relevance Sort by last modified time
    Searched full:history (Results 201 - 225 of 3320) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/chromium/chrome/browser/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
history_querying_unittest.cc 12 #include "chrome/browser/history/history.h"
18 // Tests the history service for querying functionality.
20 namespace history { namespace
35 // These are deliberately added out of chronological order. The history
75 // Acts like a synchronous call to history's QueryHistory.
112 PageTransition::LINK, history::RedirectList(),
113 history::SOURCE_BROWSED, false);
317 history_->AddPagesWithDetails(urls_to_add, history::SOURCE_BROWSED);
331 /* TODO(brettw) re-enable this. It is commented out because the current history
    [all...]
top_sites_backend.h 12 #include "chrome/browser/history/history_types.h"
17 namespace history { namespace
104 } // namespace history
visitsegment_database.h 10 #include "chrome/browser/history/history_types.h"
18 namespace history { namespace
87 } // namespace history
  /external/chromium/chrome/browser/importer/
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_process_importer_client.h 24 namespace history { namespace
68 // Called on first message received when importing history; gives total
74 const std::vector<history::URLRow>& history_rows_group,
99 const std::vector<history::ImportedFaviconUsage>& favicons_group)
116 std::vector<history::URLRow> history_rows_;
118 std::vector<history::ImportedFaviconUsage> favicons_;
130 // Total number of history items to import.
importer_bridge.h 37 const std::vector<history::ImportedFaviconUsage>& favicons) = 0;
39 virtual void SetHistoryItems(const std::vector<history::URLRow>& rows,
40 history::VisitSource visit_source) = 0;
in_process_importer_bridge.cc 51 const std::vector<history::ImportedFaviconUsage>& favicons) {
58 const std::vector<history::URLRow> &rows,
59 history::VisitSource visit_source) {
profile_import_process_client.cc 7 #include "chrome/browser/history/history_types.h"
44 const std::vector<history::URLRow>& history_rows_group,
66 const std::vector<history::ImportedFaviconUsage>& favicons_group) {
  /external/chromium/chrome/browser/ui/webui/
html_dialog_tab_contents_delegate_unittest.cc 11 #include "chrome/browser/history/history_types.h"
59 scoped_refptr<history::HistoryAddPageArgs> should_add_args(
60 new history::HistoryAddPageArgs(
61 GURL(), base::Time::Now(), 0, 0, GURL(), history::RedirectList(),
62 PageTransition::TYPED, history::SOURCE_SYNCED, false));
  /external/chromium/chrome/browser/sync/glue/
typed_url_data_type_controller.cc 11 #include "chrome/browser/history/history.h"
27 virtual bool RunOnDBThread(history::HistoryBackend* backend,
28 history::HistoryDatabase* db) {
82 HistoryService* history = profile_->GetHistoryServiceWithoutCreating(); local
83 if (history) {
85 history_service_ = history;
97 VLOG(1) << "History loaded observed.";
131 // If Stop() is called while Start() is waiting for the history service to
169 void TypedUrlDataTypeController::StartImpl(history::HistoryBackend* backend)
    [all...]
  /external/webkit/Source/WebCore/loader/
HistoryController.cpp 168 // history item.
172 frame->loader()->history()->saveDocumentState();
173 frame->loader()->history()->saveScrollPositionAndViewStateToItem(frame->loader()->history()->currentItem());
244 // Ultimately, history item navigations should go through the policy delegate. That's covered in:
272 LOG(History, "WebCoreHistory: Updating History for back/forward navigation in frame %s", m_frame->loader()->documentLoader()->title().string().utf8().data());
279 // When traversing history, we may end up redirecting to a different URL
288 LOG(History, "WebCoreHistory: Updating History for reload in frame %s", m_frame->loader()->documentLoader()->title().string().utf8().data())
    [all...]
  /external/chromium/chrome/browser/autocomplete/
history_quick_provider_unittest.cc 18 #include "chrome/browser/history/history.h"
19 #include "chrome/browser/history/in_memory_url_index.h"
20 #include "chrome/browser/history/url_database.h"
101 // Fills test data into the history system.
129 history::URLDatabase* db = history_service_->InMemoryDatabase();
136 history::URLRow url_info(current_url);
147 history::SOURCE_BROWSED);
150 history::InMemoryURLIndex* index =
151 new history::InMemoryURLIndex(FilePath(FILE_PATH_LITERAL("/dummy")))
    [all...]
history_provider_util.h 12 #include "chrome/browser/history/history_types.h"
14 namespace history { namespace
16 // Used for intermediate history result operations.
  /external/chromium/chrome/browser/ui/cocoa/
history_menu_bridge.h 15 #include "chrome/browser/history/history.h"
36 // C++ bridge for the history menu; one per AppController (means there
41 // The history menu is broken up into sections: most visisted and recently
48 // have a tag that's equal to the parent + 1. Tags within the history menu have
61 // This is a generalization of the data we store in the history menu because
109 // These tags are not global view tags and are local to the history menu. The
111 // history menu items are hooked directly up to their target, they do not need
145 // Return the History menu.
149 // the same tag. This will go through the entire history menu, removing al
    [all...]
  /external/chromium/chrome/common/extensions/docs/static/
override.html 43 <li> <b>History:</b>
45 chooses the History menu item
47 the Show Full History item from the History menu.
49 <b>chrome://history</b>.
65 the Bookmark Manager and History pages.
129 <li> <code>history</code>
  /packages/apps/Browser/tests/src/com/android/browser/tests/utils/
BP2TestCaseHelper.java 30 import android.provider.BrowserContract.History;
54 mHistoryObserver = new TriggeredObserver(History.CONTENT_URI);
185 values.put(BrowserContract.History.TITLE, title);
186 values.put(BrowserContract.History.URL, url);
188 Uri ret = mockInsert(History.CONTENT_URI, values);
196 values.put(BrowserContract.History.TITLE, title);
197 values.put(BrowserContract.History.URL, url);
  /packages/apps/QuickSearchBox/res/values/
strings.xml 24 history. [CHAR_LIMIT=40] -->
25 <string name="remove_from_history">Remove from search history</string>
28 the search history. [CHAR_LIMIT=60] -->
29 <string name="remove_from_history_failed">Couldn\'t remove item from history</string>
38 <string name="corpus_description_web">Web search, bookmarks and browser history</string>
71 search history -->
76 <string name="clear_shortcuts_prompt">"This will clear all shortcuts to recently chosen search suggestions."\n\n"(To clear your Browser history, use the Browser's settings.)"</string>
  /external/chromium/chrome/browser/bookmarks/
bookmark_storage.cc 162 // We need to wait until history has finished loading before reading
164 HistoryService* history = local
166 if (!history) {
172 if (!history->BackendLoaded()) {
186 // History wrote the file for us, and now we want to load data from it.
215 // saved in history.
216 // We assume step 2. If history had the bookmarks, it will write the
228 // We just finished migration from history. Save now to new file,
232 // Clean up after migration from history.
bookmark_html_writer.h 14 #include "chrome/browser/history/history.h"
69 history::FaviconData favicon);
bookmark_model.cc 17 #include "chrome/browser/history/history_notifications.h"
64 void BookmarkNode::Reset(const history::StarredEntry& entry) {
65 DCHECK(entry.type != history::StarredEntry::URL || entry.url == url_);
69 case history::StarredEntry::URL:
72 case history::StarredEntry::USER_FOLDER:
75 case history::StarredEntry::BOOKMARK_BAR:
78 case history::StarredEntry::OTHER:
605 history::URLsStarredDetails details(false);
638 HistoryService* history = local
640 if (history)
    [all...]
  /external/chromium/chrome/browser/
page_info_model.h 12 #include "chrome/browser/history/history.h"
93 // Callback from history service with number of visits to url.
  /packages/apps/Calculator/src/com/android/calculator2/
History.java 26 class History {
33 History() {
37 History(int version, DataInput in) throws IOException {
  /external/chromium/chrome/browser/visitedlink/
visitedlink_master.h 19 #include "chrome/browser/history/history.h"
48 // entire or parts of history were deleted.
61 // In the unit test mode, we also allow the caller to provide a history
62 // service pointer (the history service can't be fetched from the browser
68 // history if the file can't be loaded. This should generally be set for
94 // part of history clearing.
102 // Sets a task to execute when the next rebuild from history is complete.
127 // Object to rebuild the table on the history thread (see the .cc file).
225 // |suppress_rebuild| is false, the table will be rebuilt from history,
    [all...]
  /external/chromium/chrome/browser/extensions/
extension_history_api_constants.h 5 // Constants used to for the History API.

Completed in 5397 milliseconds

1 2 3 4 5 6 7 891011>>