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

<<21222324252627282930>>

  /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_org/chrome/android/javatests/src/org/chromium/chrome/browser/
NavigationPopupTest.java 103 NavigationHistory history = client.mHistory;
104 for (int i = 0; i < history.getEntryCount(); i++) {
105 if (history.getEntryAtIndex(i).getFavicon() == null) return false;
  /external/chromium_org/chrome/browser/autocomplete/
autocomplete_provider.h 24 // such as history or search matches. These matches are given
45 // Search Primary Provider (past query in history within 2 days) | 1399**
50 // Search Primary Provider (past query in history older than 2 days) | 1050--
58 // Search Secondary Provider (past query in history) | 200--
75 // Search Primary Provider (past query in history) | 750--
79 // Search Secondary Provider (past query in history) | 200--
85 // Search Primary or Secondary (past query in history within 2 days) | 1599**
89 // Search Primary Provider (past query in history within 2 days) | 1399**
92 // Search Primary Provider (past query in history older than 2 days) | 1050--
99 // Search Secondary Provider (past query in history) | 200-
    [all...]
  /external/chromium_org/chrome/browser/devtools/
browser_list_tabcontents_provider.cc 10 #include "chrome/browser/history/top_sites.h"
47 history::TopSites* ts = (*it)->GetTopSites();
76 history::TopSites* top_sites = profile->GetTopSites();
  /external/chromium_org/chrome/browser/history/android/
android_urls_database.cc 5 #include "chrome/browser/history/android/android_urls_database.h"
9 namespace history { namespace
179 } // namespace history
  /external/chromium_org/chrome/browser/history/
most_visited_tiles_experiment.cc 5 #include "chrome/browser/history/most_visited_tiles_experiment.h"
12 namespace history { namespace
124 } // namespace history
url_database.h 9 #include "chrome/browser/history/history_types.h"
10 #include "chrome/browser/history/query_parser.h"
20 namespace history { namespace
25 // full history data. We split this class' functionality out from the larger
41 // Converts a GURL to a string used in the history database. We plan to
109 // that the main history database can provide this additional behavior.
135 bool GetNextURL(history::URLRow* r);
178 history::URLRow* info);
180 // History search ------------------------------------------------------------
245 // used when clearing history can populate the table and then create th
    [all...]
url_utils.cc 5 #include "chrome/browser/history/url_utils.h"
9 namespace history { namespace
86 } // namespace history
visitsegment_database.h 9 #include "chrome/browser/history/history_types.h"
18 namespace history { namespace
132 } // namespace history
  /external/chromium_org/chrome/browser/importer/
profile_writer.h 16 #include "chrome/browser/history/history_types.h"
51 virtual void AddHistoryPage(const history::URLRows& page,
52 history::VisitSource visit_source);
  /external/chromium_org/chrome/browser/resources/options/
import_data_overlay.html 15 <span id="import-history-with-label"
17 <input id="import-history" type="checkbox" pref="import_history">
19 <label for="import-history" i18n-content="importHistory"></label>
  /external/chromium_org/chrome/browser/safe_browsing/
browser_features.h 19 // History features.
22 // Number of visits to that URL stored in the browser history.
24 // we lookup the history the current URL should already be stored there.
  /external/chromium_org/chrome/browser/ui/bookmarks/
bookmark_prompt_controller.h 11 #include "chrome/browser/history/history_types.h"
84 const history::URLRow* url_row,
85 history::VisitVector* visits);
  /external/chromium_org/chrome/browser/ui/webui/ntp/
most_visited_handler.h 13 #include "chrome/browser/history/history_types.h"
82 void SetPagesValueFromTopSites(const history::MostVisitedURLList& data);
85 void OnMostVisitedUrlsAvailable(const history::MostVisitedURLList& data);
  /external/chromium_org/content/browser/download/
rate_estimator.cc 83 // If that's the case, just reset the history.
96 // If it's been long enough that all history data is too stale, just
104 // Clear out stale buckets in the history.
  /external/chromium_org/media/tools/layout_tests/
README 43 and 'nonskip'). It also looks into the SVN test expectation history
82 A class to represent history of the test expectation file. The history
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/static/
frame.js 151 window.history.pushState(exampleName, '', '/demo/' + exampleName);
155 window.history.replaceState(exampleName, '', '/demo/' + exampleName);
159 window.history.replaceState('home', '', '/demo');
  /external/chromium_org/sync/protocol/
unique_position.proto 27 // History:
53 // Deprecated. See history note above.
63 // Deprecated. See history note above.
  /external/chromium_org/third_party/WebKit/Source/core/history/
HistoryItem.h 123 // clones of one another. Traversing history from one such HistoryItem to
129 // refer to the same instance of a document. Traversing history from one
135 // Support for HTML5 History
  /external/webrtc/src/modules/audio_processing/utility/
delay_estimator.h 28 // Binary history variables.
100 // Returns the history size used in the far-end buffers to calculate the delay
107 // - history_size : > 0 - Far-end history size.
  /external/wpa_supplicant_8/src/utils/
edit_readline.c 2 * Command line editing and history wrapper for readline
11 #include <readline/history.h>
159 /* Save command history, excluding lines that may contain
  /frameworks/av/media/libeffects/lvm/lib/StereoWidening/src/
LVCS_Equaliser.c 39 /* history. It is also used for re-initialisation when one of the system control */
40 /* parameters changes but will only change the coefficients and clear the history */
76 * Setup the filter coefficients and clear the history
  /packages/apps/Browser/tests/src/com/android/browser/tests/
BP2UriObserverTests.java 26 import android.provider.BrowserContract.History;
97 values.put(History.FAVICON, rawFavicon);
98 values.put(History.TITLE, "Stub1");
  /external/chromium_org/chrome/browser/prerender/
prerender_local_predictor.cc 22 #include "chrome/browser/history/history_database.h"
23 #include "chrome/browser/history/history_db_task.h"
24 #include "chrome/browser/history/history_service.h"
25 #include "chrome/browser/history/history_service_factory.h"
56 using history::URLID;
155 class GetURLForURLIDTask : public history::HistoryDBTask {
165 virtual bool RunOnDBThread(history::HistoryBackend* backend,
166 history::HistoryDatabase* db) OVERRIDE {
182 void DoURLLookup(history::HistoryDatabase* db,
184 history::URLRow url_row
447 HistoryService* history = GetHistoryIfExists(); local
541 HistoryService* history = GetHistoryIfExists(); local
982 HistoryService* history = GetHistoryIfExists(); local
    [all...]
  /external/chromium/chrome/browser/history/
text_database.h 17 #include "chrome/browser/history/history_types.h"
20 namespace history { namespace
92 // Returns a NULL-terminated string that is the base of history index files,
94 // "History Index *". This is for finding existing database files.
117 // page from history but it still exists in the full text database in some
164 } // namespace history

Completed in 2695 milliseconds

<<21222324252627282930>>