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

1 2 3 4 5 6 7 891011>>

  /external/chromium_org/chrome/test/base/
testing_profile.h 21 namespace history { namespace
161 // Creates the history service. If |delete_file| is true, the history file is
165 // the history backend will fail to initialize its database; this is useful
265 virtual history::TopSites* GetTopSites() OVERRIDE;
266 virtual history::TopSites* GetTopSitesWithoutCreating() OVERRIDE;
307 // Schedules a task on the history backend and runs a nested loop until the
309 // history service processes all pending requests.
370 scoped_refptr<history::TopSites> top_sites_; // For history and thumbnails
    [all...]
  /external/chromium_org/components/history/core/test/
history_client_fake_bookmarks.cc 5 #include "components/history/core/test/history_client_fake_bookmarks.h"
7 namespace history { namespace
47 } // namespace history
  /external/icu/icu4c/source/test/intltest/
colldata.h 277 * limit the amount of recursion, a "history" list is used to record
280 * in the history list is used.
284 * @param history - the history list. Must be at least as long as
289 int32_t minLengthInChars(const CEList *ces, int32_t offset, int32_t *history) const;
  /external/smack/src/org/jivesoftware/smackx/workgroup/ext/history/
AgentChatSession.java 20 package org.jivesoftware.smackx.workgroup.ext.history;
  /external/chromium_org/chrome/browser/android/
most_visited_sites.cc 22 #include "chrome/browser/history/top_sites.h"
44 using history::TopSites;
82 const history::MostVisitedURLList& visited_list,
88 const history::MostVisitedURL& visited = visited_list[i];
105 void AddForcedURLOnUIThread(scoped_refptr<history::TopSites> top_sites,
207 history::TopSites* top_sites = profile_->GetTopSites();
216 content::Source<history::TopSites>(top_sites));
357 const history::MostVisitedURLList& visited_list) {
most_visited_sites.h 13 #include "chrome/browser/history/history_types.h"
65 const history::MostVisitedURLList& visited_list);
  /external/chromium_org/chrome/browser/autocomplete/
history_quick_provider_unittest.cc 25 #include "chrome/browser/history/history_backend.h"
26 #include "chrome/browser/history/history_database.h"
27 #include "chrome/browser/history/history_service.h"
28 #include "chrome/browser/history/history_service_factory.h"
29 #include "chrome/browser/history/in_memory_url_index.h"
30 #include "chrome/browser/history/url_database.h"
31 #include "chrome/browser/history/url_index_private_data.h"
140 // Fills test data into the history system.
153 history::HistoryBackend* history_backend() {
467 history::TermMatches matches_a
    [all...]
extension_app_provider_unittest.cc 10 #include "chrome/browser/history/history_service.h"
11 #include "chrome/browser/history/history_service_factory.h"
12 #include "chrome/browser/history/url_database.h"
68 history::URLDatabase* url_db = history_service_->InMemoryDatabase();
80 history::URLRow info(GURL(kExtensionApps[i].launch_url));
  /external/chromium_org/chrome/browser/history/
url_database.cc 5 #include "chrome/browser/history/url_database.h"
20 namespace history { namespace
62 // Convenience to fill a history::URLRow. Must be in sync with the fields in
64 void URLDatabase::FillURLRow(sql::Statement& s, history::URLRow* i) {
103 URLID URLDatabase::GetRowForURL(const GURL& url, history::URLRow* info) {
118 const history::URLRow& info) {
133 URLID URLDatabase::AddURLInternal(const history::URLRow& info,
165 << " to table history.urls.";
171 bool URLDatabase::InsertOrUpdateURLRowByID(const history::URLRow& info) {
301 history::URLRow info
    [all...]
history_backend_android.cc 5 #include "chrome/browser/history/history_backend.h"
7 #include "chrome/browser/history/android/android_provider_backend.h"
9 namespace history { namespace
95 history::AndroidStatement* statement,
183 } // namespace history
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
UISourceCode.js 67 this.history = [];
371 var lastRevision = this.history.length ? this.history[this.history.length - 1] : null;
374 this.history.push(revision);
468 this.history.push(revision);
470 this._content = this.history[this.history.length - 1].content;
485 window.localStorage["revision-history"] = JSON.stringify(registry);
526 this.history = []
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
keyboard_handler.js 9 goog.require('cvox.History');
116 var history = cvox.History.getInstance();
117 history.enterUserCommand(functionName);
119 history.exitUserCommand(functionName);
  /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/lldb/tools/driver/
IOChannel.cpp 221 ::el_set (m_edit_line, EL_HIST, history, m_history);
236 ::history (m_history, &m_history_event, H_SETSIZE, 800);
237 ::history (m_history, &m_history_event, H_SETUNIQUE, 1);
238 // Load history
263 // Save history
287 ::snprintf (history_path, sizeof(history_path), "~/.%s-history", SBHostOS::GetProgramFileSpec().GetFilename());
292 ::history (m_history, &m_history_event, H_SAVE, path_ptr);
294 ::history (m_history, &m_history_event, H_LOAD, path_ptr);
359 ::history (m_history, &m_history_event, H_ENTER, line);
  /external/chromium_org/chrome/browser/ui/webui/options/
options_browsertest.js 31 * history navigation), then execute |afterFunction|.
315 * TestFixture for OptionsPage WebUI testing including tab history and support
421 * Verifies that the correct URLs are listed in the history. Asynchronous.
423 * be in the tab navigation history, sorted by visit time, including the
425 * will be prepended to each. An initial 'about:blank' history entry is
427 * @param {Function=} callback A function to be called after the history has
434 // The history always starts with a blank page.
441 self.compareArrays_(fullExpectedHistory, results, false, 'History');
467 * C++ fixture with the navigation history to be verified.
481 // Show a page without updating history
    [all...]
  /external/chromium_org/chrome/browser/android/provider/
chrome_browser_provider.h 14 #include "chrome/browser/history/android/android_history_types.h"
23 namespace history { namespace
67 // Bookmark and history APIs. -----------------------------------------------
192 history::TopSites* top_sites_;
  /external/chromium_org/chrome/browser/devtools/
browser_list_tabcontents_provider.cc 10 #include "chrome/browser/history/top_sites.h"
62 history::TopSites* ts = (*it)->GetTopSites();
91 history::TopSites* top_sites = profile->GetTopSites();
  /external/chromium_org/chrome/browser/predictors/
autocomplete_action_predictor.cc 21 #include "chrome/browser/history/history_notifications.h"
22 #include "chrome/browser/history/history_service.h"
23 #include "chrome/browser/history/history_service_factory.h"
24 #include "chrome/browser/history/in_memory_database.h"
81 // Request the in-memory database from the history to force it to load so
241 const content::Details<const history::URLsDeletedDetails>
243 content::Details<const history::URLsDeletedDetails>(details);
277 // rows from the caches and the database once the history service is
306 const history::URLRows& rows) {
314 history::URLRow::URLRowHasURL(it->first.url)) != rows.end())
    [all...]
  /external/chromium_org/chrome/browser/profiles/
off_the_record_profile_impl.h 65 virtual history::TopSites* GetTopSitesWithoutCreating() OVERRIDE;
66 virtual history::TopSites* GetTopSites() OVERRIDE;
  /external/chromium_org/chrome/browser/ui/app_list/test/
fake_profile.cc 98 history::TopSites* FakeProfile::GetTopSites() {
102 history::TopSites* FakeProfile::GetTopSitesWithoutCreating() {
fake_profile.h 57 virtual history::TopSites* GetTopSites() OVERRIDE;
58 virtual history::TopSites* GetTopSitesWithoutCreating() OVERRIDE;
  /external/chromium_org/chrome/browser/ui/webui/ntp/
suggestions_page_handler.cc 19 #include "chrome/browser/history/page_usage_data.h"
20 #include "chrome/browser/history/top_sites.h"
72 history::TopSites* top_sites = profile->GetTopSites();
82 content::Source<history::TopSites>(top_sites));
  /external/chromium_org/third_party/WebKit/Tools/GardeningServer/styles/
main.css 164 /*** recent-history ***/
166 .recent-history {
169 .recent-history .builder {
174 .recent-history .built {
178 .recent-history td[data-failure-types] {
  /developers/samples/android/wearable/wear/ElizaChat/Application/src/main/java/com/example/android/elizachat/
MainActivity.java 57 mHistoryView = (TextView) findViewById(R.id.history);
  /development/samples/wearable/ElizaChat/Application/src/main/java/com/example/android/wearable/elizachat/
MainActivity.java 57 mHistoryView = (TextView) findViewById(R.id.history);

Completed in 530 milliseconds

1 2 3 4 5 6 7 891011>>