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

<<41424344454647484950>>

  /external/chromium/chrome/common/
chrome_constants.cc 78 const FilePath::CharType kArchivedHistoryFilename[] = FPL("Archived History");
89 const FilePath::CharType kHistoryFilename[] = FPL("History");
106 FPL("Bookmarks From History");
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/
NavigationPopup.java 35 * A popup that handles displaying the navigation history for a given tab.
54 * Constructs a new popup with the given history information.
57 * @param navigationClient The owner of the history being displayed.
  /external/chromium_org/chrome/browser/history/
top_sites_cache.cc 5 #include "chrome/browser/history/top_sites_cache.h"
10 namespace history { namespace
182 } // namespace history
typed_url_syncable_service_unittest.cc 5 #include "chrome/browser/history/typed_url_syncable_service.h"
11 #include "chrome/browser/history/history_backend.h"
12 #include "chrome/browser/history/history_types.h"
20 using history::HistoryBackend;
21 using history::URLID;
22 using history::URLRow;
23 using history::URLRows;
24 using history::VisitRow;
25 using history::VisitVector;
114 namespace history { namespace
    [all...]
url_utils_unittest.cc 5 #include "chrome/browser/history/url_utils.h"
9 namespace history { namespace
130 } // namespace history
top_sites_impl_unittest.cc 10 #include "chrome/browser/history/history_db_task.h"
11 #include "chrome/browser/history/history_service_factory.h"
12 #include "chrome/browser/history/history_types.h"
13 #include "chrome/browser/history/history_unittest_base.h"
14 #include "chrome/browser/history/top_sites_cache.h"
15 #include "chrome/browser/history/top_sites_impl.h"
28 namespace history { namespace
95 void OnTopSitesAvailable(const history::MostVisitedURLList& data) {
152 // Returns true if history and top sites should be created in SetUp.
173 // Forces top sites to load top sites from history, then recreates top sites
    [all...]
history_types.h 20 #include "chrome/browser/history/snippet.h"
32 namespace history { namespace
82 // been retrieved from the history database or other dataset based on criteria
166 // The row ID of this URL from the history database. This is immutable except
198 // and eventually be stored in the history database,
331 // Encapsulates the results of a history query. It supports an ordered list of
566 // history::RedirectList(), content::PAGE_TRANSITION_LINK,
574 const history::RedirectList& redirects,
587 history::RedirectList redirects;
628 // Used when migrating most visited thumbnails out of history and into topsites
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/
downloads_ui_browsertest.js 87 * that delete the download history.
88 * @param {boolean} allowDelete True if download history deletion is
91 * download history are expected to be hidden and false otherwise.
  /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/utility/importer/
safari_importer_unittest.mm 55 // Should be 2 history items.
60 EXPECT_EQ(it1.title, UTF8ToUTF16("First History Item Title"));
192 EXPECT_EQ(items, importer::HISTORY | importer::FAVORITES);
  /external/chromium_org/content/public/common/
page_transition_types_list.h 8 // Types of transitions between pages. These are stored in the history
13 // history database, so future versions will need the same values to match
106 // User used the Forward or Back button to navigate among browsing history.
  /external/chromium_org/media/tools/layout_tests/
test_expectations_history.py 5 """A module for the history of the test expectation file."""
28 """A class to represent history of the test expectation file.
30 The history is obtained by calling PySVN.log()/diff() APIs.
  /external/iproute2/misc/
ifstat.c 557 " -a, --ignore ignore history\n"
560 " -n, --nooutput do history only\n"
561 " -r, --reset reset history\n"
562 " -s, --noupdate don;t update history\n"
690 perror("ifstat: open history file");
694 perror("ifstat: fdopen history file");
698 perror("ifstat: flock history file");
702 perror("ifstat: fstat history file");
706 fprintf(stderr, "ifstat: something is so wrong with history file, that I prefer not to proceed.\n");
718 fprintf(stderr, "ifstat: history is aged out, resetting\n")
    [all...]
  /frameworks/base/services/tests/servicestests/src/com/android/server/net/
NetworkStatsCollectionTest.java 69 // verify that history read correctly
95 // verify that history read correctly
121 // verify that history read correctly
  /packages/apps/Browser/src/com/android/browser/
PreloadController.java 83 // Clear history of all previously visited pages. When the
84 // user visits a preloaded tab, the only item in the history
96 // Clear history of all previously visited pages. When the
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/personalization/
UserHistoryDictionaryTests.java 96 // Add random words to the user history dictionary.
113 * Clear all entries in the user history dictionary.
125 * Shut down executer and wait until all operations of user history are done.
  /external/chromium_org/chrome/browser/resources/options/
options_page.js 15 * @param {string} title Options page title, used for history.
76 * appropriate entry is placed in the history.
86 * @param {boolean} updateHistory True if we should update the history after
89 * replaceState (if history state should be replaced instead of pushed).
160 // Update the history and current location.
211 * Pushes the current page onto the history stack, overriding the last page
213 * @param {boolean} replace If true, allow no history events to be created.
227 // The page is already in history (the user may have clicked the same link
241 var historyFunction = path && !replace ? window.history.pushState :
242 window.history.replaceState
    [all...]
  /external/chromium_org/remoting/webapp/
main.html 85 <a id="connection-history"
274 data-ui-mode="home.host home.client home.history home.confirm-host-delete home.host-setup home.token-refresh-failed home.manage-pairings"
278 data-ui-mode="home.host home.client home.history home.confirm-host-delete home.host-setup home.token-refresh-failed home.manage-pairings"
631 <div id="connection-history-dialog"
633 data-ui-mode="home.history"
637 <div id="connection-history-options">
639 <a id="history-view-all"
642 <a id="history-view-outgoing"
644 <a id="history-view-incoming"
648 <a id="clear-connection-history" i18n-content="CLEAR_HISTORY"></a
    [all...]
  /external/chromium/chrome/common/extensions/docs/
samples.json 95 "chrome.history.addUrl": "history.html#method-addUrl",
96 "chrome.history.deleteAll": "history.html#method-deleteAll",
97 "chrome.history.deleteRange": "history.html#method-deleteRange",
98 "chrome.history.deleteUrl": "history.html#method-deleteUrl",
99 "chrome.history.getVisits": "history.html#method-getVisits"
    [all...]
  /external/chromium/chrome/browser/bookmarks/
bookmark_index.cc 14 #include "chrome/browser/history/history_database.h"
15 #include "chrome/browser/history/query_parser.h"
115 history::URLDatabase* url_db = history_service ?
126 history::URLDatabase* url_db,
132 history::URLRow url;
  /external/chromium/chrome/browser/history/
top_sites_database.cc 11 #include "chrome/browser/history/history_types.h"
12 #include "chrome/browser/history/top_sites.h"
13 #include "chrome/browser/history/top_sites_database.h"
15 namespace history { namespace
380 } // namespace history
  /external/chromium/chrome/browser/resources/
history.html 205 * Global container for history data. Future optimizations might include
209 * The history model is based around pages, and only fetching the data to
211 * and so future work may wish to change history model to operate on
222 * Sets our current view that is called when the history model changes.
273 * Receiver for history query.
324 * @return {boolean} Whether our history query has covered all of
325 * the user's history
346 * @return {boolean} Whether we are in edit mode where history items can be
410 * Get search results for a selected depth. Our history system is optimized
501 * Controls edit mode where history can be deleted
    [all...]
history2.html 216 * Global container for history data. Future optimizations might include
220 * The history model is based around pages, and only fetching the data to
222 * and so future work may wish to change history model to operate on
233 * Sets our current view that is called when the history model changes.
284 * Receiver for history query.
335 * @return {boolean} Whether our history query has covered all of
336 * the user's history
357 * @return {boolean} Whether we are in edit mode where history items can be
421 * Get search results for a selected depth. Our history system is optimized
515 * Controls edit mode where history can be deleted
    [all...]
  /external/chromium/chrome/browser/ui/tab_contents/
tab_contents_wrapper.cc 17 #include "chrome/browser/history/history.h"
18 #include "chrome/browser/history/top_sites.h"
315 // Tell History about this thumbnail
316 history::TopSites* ts = profile()->GetTopSites();
  /external/chromium_org/chrome/browser/history/android/
visit_sql_handler_unittest.cc 7 #include "chrome/browser/history/android/visit_sql_handler.h"
13 #include "chrome/browser/history/android/urls_sql_handler.h"
14 #include "chrome/browser/history/history_database.h"
21 namespace history { namespace
303 } // namespace history

Completed in 6630 milliseconds

<<41424344454647484950>>