HomeSort by relevance Sort by last modified time
    Searched refs:HISTORY (Results 1 - 25 of 32) sorted by null

1 2

  /external/chromium/chrome/browser/importer/
importer_data_types.h 22 HISTORY = 1 << 0,
importer_list.cc 32 ie->services_supported = importer::HISTORY | importer::FAVORITES |
87 firefox->services_supported = importer::HISTORY | importer::FAVORITES |
firefox2_importer.cc 20 #include "chrome/browser/history/history_types.h"
65 // Note history should be imported before bookmarks because bookmark import
67 // exist in history or bookmarks.
68 if ((items & importer::HISTORY) && !cancelled()) {
69 bridge_->NotifyItemStarted(importer::HISTORY);
71 bridge_->NotifyItemEnded(importer::HISTORY);
156 std::vector<history::ImportedFaviconUsage>* favicons) {
304 std::vector<history::ImportedFaviconUsage> favicons;
364 FilePath file = source_path_.AppendASCII("history.dat");
655 std::vector<history::ImportedFaviconUsage>* favicons)
    [all...]
firefox3_importer.cc 18 #include "chrome/browser/history/history_types.h"
81 // Note history should be imported before bookmarks because bookmark import
83 // exist in history or bookmarks.
84 if ((items & importer::HISTORY) && !cancelled()) {
85 bridge_->NotifyItemStarted(importer::HISTORY);
87 bridge_->NotifyItemEnded(importer::HISTORY);
119 // redirects, since we don't want them to appear in history.
132 std::vector<history::URLRow> rows;
140 history::URLRow row(url);
151 bridge_->SetHistoryItems(rows, history::SOURCE_FIREFOX_IMPORTED)
    [all...]
ie_importer.cc 97 if ((items & importer::HISTORY) && !cancelled()) {
98 bridge_->NotifyItemStarted(importer::HISTORY);
100 bridge_->NotifyItemEnded(importer::HISTORY);
162 std::vector<history::URLRow> rows;
185 history::URLRow row(url);
199 bridge_->SetHistoryItems(rows, history::SOURCE_IE_IMPORTED);
importer_unittest.cc 28 #include "chrome/browser/history/history_types.h"
105 int items = importer::HISTORY | importer::PASSWORDS | importer::FAVORITES;
230 virtual void AddHistoryPage(const std::vector<history::URLRow>& page,
231 history::VisitSource visit_source) {
238 EXPECT_EQ(history::SOURCE_IE_IMPORTED, visit_source);
378 // Sets up a special history link.
400 importer::HISTORY | importer::PASSWORDS | importer::FAVORITES,
598 virtual void AddHistoryPage(const std::vector<history::URLRow>& page,
599 history::VisitSource visit_source) {
603 EXPECT_EQ(history::SOURCE_FIREFOX_IMPORTED, visit_source)
    [all...]
  /external/chromium_org/chrome/common/importer/
importer_data_types.h 25 HISTORY = 1 << 0,
71 // Mapped to history::VisitSource after import in the browser.
  /external/chromium/chrome/browser/ui/webui/options/
import_data_handler.cc 79 selected_items |= importer::HISTORY;
131 browser_profile->SetBoolean("history",
132 (browser_services & importer::HISTORY) != 0);
  /external/chromium/chrome/browser/first_run/
first_run.cc 206 out_prefs->do_import_items |= importer::HISTORY;
208 out_prefs->dont_import_items |= importer::HISTORY;
280 // If history isn't explicitly forbidden, do import.
281 if (!(out_prefs->dont_import_items & importer::HISTORY)) {
282 out_prefs->do_import_items |= importer::HISTORY;
525 // History is always imported unless turned off in master_preferences.
526 if (!(dont_import_items & importer::HISTORY))
527 items = items | importer::HISTORY;
  /external/chromium/chrome/browser/ui/gtk/importer/
import_progress_dialog_gtk.cc 97 if (items_ & importer::HISTORY) {
177 case importer::HISTORY:
201 case importer::HISTORY:
  /external/chromium/chrome/browser/ui/views/importer/
import_progress_dialog_view.cc 186 if (items_ & importer::HISTORY) {
234 case importer::HISTORY:
258 case importer::HISTORY:
  /external/chromium_org/chrome/browser/importer/
importer_list.cc 35 ie->services_supported = importer::HISTORY | importer::FAVORITES |
92 firefox->services_supported = importer::HISTORY | importer::FAVORITES |
ie_importer_browsertest_win.cc 285 if (importer_items_ & importer::HISTORY)
317 virtual void AddHistoryPage(const history::URLRows& page,
318 history::VisitSource visit_source) {
325 EXPECT_EQ(history::SOURCE_IE_IMPORTED, visit_source);
423 virtual void AddHistoryPage(const history::URLRows& page,
424 history::VisitSource visit_source) {}
517 // Sets up a special history link.
529 importer::HISTORY | importer::PASSWORDS | importer::FAVORITES,
540 importer::HISTORY | importer::PASSWORDS | importer::FAVORITES,
firefox_importer_browsertest.cc 148 virtual void AddHistoryPage(const history::URLRows& page,
149 history::VisitSource visit_source) OVERRIDE {
158 EXPECT_EQ(history::SOURCE_FIREFOX_IMPORTED, visit_source);
263 int items = importer::HISTORY | importer::PASSWORDS | importer::FAVORITES;
  /external/chromium_org/chrome/browser/ui/webui/options/
import_data_handler.cc 127 selected_items |= importer::HISTORY;
169 browser_profile->SetBoolean("history",
170 (browser_services & importer::HISTORY) != 0);
  /external/chromium_org/chrome/browser/first_run/
first_run.cc 199 if (import_type == importer::HISTORY ||
202 // History is always imported unless turned off in master_preferences.
489 out_prefs->do_import_items |= importer::HISTORY;
491 out_prefs->dont_import_items |= importer::HISTORY;
762 importer::HISTORY,
  /external/markdown/MarkdownTest/
MarkdownTest.pl 146 =head1 VERSION HISTORY
  /external/chromium_org/chrome/utility/importer/
firefox_importer.cc 118 // Note history should be imported before bookmarks because bookmark import
120 // exist in history or bookmarks.
121 if ((items & importer::HISTORY) && !cancelled()) {
122 bridge_->NotifyItemStarted(importer::HISTORY);
124 bridge_->NotifyItemEnded(importer::HISTORY);
156 // redirects, since we don't want them to appear in history.
ie_importer_win.cc 424 if ((items & importer::HISTORY) && !cancelled()) {
425 bridge_->NotifyItemStarted(importer::HISTORY);
427 bridge_->NotifyItemEnded(importer::HISTORY);
  /packages/apps/Browser/src/com/android/browser/provider/
BrowserProvider2.java 47 import android.provider.BrowserContract.History;
97 static final String TABLE_HISTORY = "history";
107 static final String TABLE_HISTORY_JOIN_IMAGES = "history LEFT OUTER JOIN images " +
108 "ON history.url = images." + Images.URL;
115 "history LEFT OUTER JOIN (%s) bookmarks " +
116 "ON history.url = bookmarks.url LEFT OUTER JOIN images " +
117 "ON history.url = images.url_key";
119 static final String DEFAULT_SORT_HISTORY = History.DATE_LAST_VISITED + " DESC";
125 "history LEFT OUTER JOIN bookmarks ON history.url = bookmarks.url"
    [all...]
  /frameworks/av/media/libstagefright/codecs/mp3dec/src/asm/
pvmp3_dct_9_arm.s 23 ; REVISION HISTORY
pvmp3_dct_9_gcc.s 23 @ REVISION HISTORY
pvmp3_polyphase_filter_window_arm.s 23 ; REVISION HISTORY
pvmp3_polyphase_filter_window_gcc.s 23 @ REVISION HISTORY
  /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...]

Completed in 610 milliseconds

1 2