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

<<21222324252627282930>>

  /external/chromium_org/chrome/common/extensions/docs/server2/
api_list_data_source_test.py 41 ('experimental.history', ['extensions'],),
56 ('experimental.history', u'<code>experimental.history</code>'),
71 ('experimental.history', 'experimental_history.json'),
229 'name': 'experimental.history',
231 'description': u'<code>experimental.history</code>'
  /external/chromium_org/chrome/renderer/resources/extensions/
platform_app.js 79 // Disable history.
80 window.history = {};
81 disableMethods(window.history, 'history',
83 disableGetters(window.history, 'history', ['length']);
  /external/chromium/chrome/browser/importer/
profile_import_process_messages.h 12 #include "chrome/browser/history/history_types.h"
73 // Traits for history::URLRow to pack/unpack.
75 struct ParamTraits<history::URLRow> {
76 typedef history::URLRow param_type;
87 history::URLID id;
101 *p = history::URLRow(url, id);
126 }; // ParamTraits<history::URLRow>
166 // Traits for history::ImportedFaviconUsage.
168 struct ParamTraits<history::ImportedFaviconUsage> {
169 typedef history::ImportedFaviconUsage param_type
    [all...]
  /external/chromium_org/chrome/browser/sync/glue/
typed_url_change_processor.cc 12 #include "chrome/browser/history/history_backend.h"
13 #include "chrome/browser/history/history_notifications.h"
40 history::HistoryBackend* history_backend,
75 content::Details<history::URLsModifiedDetails>(details).ptr());
78 content::Details<history::URLsDeletedDetails>(details).ptr());
82 content::Details<history::URLVisitedDetails>(details).ptr());
89 history::URLsModifiedDetails* details) {
92 for (history::URLRows::iterator url = details->changed_urls.begin();
103 history::URLRow url, syncer::WriteTransaction* trans) {
106 history::VisitVector visit_vector
    [all...]
  /external/chromium_org/chrome/test/functional/
omnibox.py 37 """Verify that the omnibox can fetch items from the history."""
70 description: The string description within the history page and Google
84 """Verify omnibox fetches history items in 2nd tab, window and incognito."""
88 # Fetch history page item in the second tab.
91 # Fetch history page items in the second window.
128 self.assertEqual('history-url', matches_description['type'])
190 This includes history result, bookmark result, suggest results.
197 self.NavigateToURL(url) # Build up history.
202 for item_type in ('history-url', 'search-what-you-typed',
261 """Verify page navigation/search from omnibox are added to the history.""
    [all...]
  /frameworks/av/media/libstagefright/codecs/mp3dec/src/
pvmp3_imdct_synth.cpp 29 REVISION HISTORY
244 int32 * history = overlap + (band * FILTERBANK_BANDS); local
250 pvmp3_mdct_18(out, history, normal_win);
256 pvmp3_mdct_18(out, history, start_win);
262 pvmp3_mdct_18(out, history, stop_win);
284 int32 temp = history[i];
286 history[i] = fxp_mul32_Q32(tmp_prev_ovr[ 6+i] << 1, short_win[6+i]);
287 history[i] += fxp_mul32_Q32(Scratch_mem[12+i] << 1, short_win[ i]);
294 out[i+6] += history[i+6];
296 history[i+6] = fxp_mul32_Q32(tmp_prev_ovr[12+i] << 1, short_win[6+i])
335 int32 * history = overlap + (band * FILTERBANK_BANDS); local
    [all...]
  /frameworks/base/core/java/android/widget/
ActivityChooserModel.java 56 * choice history the file can be omitted, thus the activities will be ordered
60 * For each backing history file there is a singleton instance of this class. Thus,
61 * several clients that specify the same history file will share the same model. Note
120 * based on previous history and an intent.
127 // is computed from history. Note that Activity implements Comparable.
167 * The root tag in the history file.
172 * The tag for a record in the history file.
192 * The default name of the choice history file.
198 * The default maximal length of the choice history.
213 * The extension of the history file
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
ActivityChooserModel.java 52 * choice history the file can be omitted, thus the activities will be ordered
56 * For each backing history file there is a singleton instance of this class. Thus,
57 * several clients that specify the same history file will share the same model. Note
116 * based on previous history and an intent.
123 // is computed from history. Note that Activity implements Comparable.
163 * The root tag in the history file.
168 * The tag for a record in the history file.
188 * The default name of the choice history file.
194 * The default maximal length of the choice history.
209 * The extension of the history file
    [all...]
  /external/chromium/chrome/browser/ui/webui/
history_ui.cc 22 #include "chrome/browser/history/history_types.h"
75 localized_strings.SetString("history",
158 history::QueryOptions options;
185 history::QueryOptions options = CreateMonthQueryOptions(month);
246 history::QueryResults* results) {
252 history::URLResult const &page = (*results)[i];
299 // Some Visits were deleted from history. Reload the list.
317 history::QueryOptions BrowsingHistoryHandler::CreateMonthQueryOptions(
319 history::QueryOptions options;
371 // Set up the chrome://history/ source
    [all...]
  /external/chromium_org/chrome/browser/history/
most_visited_tiles_experiment_unittest.cc 5 #include "chrome/browser/history/most_visited_tiles_experiment.h"
15 #include "chrome/browser/history/history_types.h"
21 namespace history { namespace
64 std::vector<history::MostVisitedURL>* list) {
65 history::MostVisitedURL most_visited;
283 history::MostVisitedTilesExperiment::MaybeShuffle(&most_visited_urls);
302 history::MostVisitedTilesExperiment::MaybeShuffle(&most_visited_urls);
326 history::MostVisitedTilesExperiment::MaybeShuffle(&most_visited_urls);
346 history::MostVisitedTilesExperiment::MaybeShuffle(&most_visited_urls);
358 } // namespace history
    [all...]
scored_history_match.h 14 #include "chrome/browser/history/history_types.h"
15 #include "chrome/browser/history/in_memory_url_index_types.h"
20 namespace history { namespace
25 // history item's URL and/or page title matches have occurred.
26 class ScoredHistoryMatch : public history::HistoryMatch {
35 // Creates a new match with a raw score calculated for the history
209 } // namespace history
top_sites.h 13 #include "chrome/browser/history/history_service.h"
14 #include "chrome/browser/history/history_types.h"
28 namespace history { namespace
33 // sites. This includes a cache of the most visited data from history, as well
55 // While testing the history system, we want to set the thumbnail to a piece
123 // Query history service for the list of available thumbnails. Returns the
184 } // namespace history
history_querying_unittest.cc 13 #include "chrome/browser/history/history_service.h"
19 // Tests the history service for querying functionality.
21 namespace history { namespace
35 // These are deliberately added out of chronological order. The history
76 // Acts like a synchronous call to history's QueryHistory.
144 // Counter used to generate a unique ID for each page added to the history.
153 history::RedirectList(), content::PAGE_TRANSITION_LINK,
154 history::SOURCE_BROWSED, false);
403 history_->AddPagesWithDetails(urls_to_add, history::SOURCE_BROWSED);
426 /* TODO(brettw) re-enable this. It is commented out because the current history
    [all...]
  /external/chromium_org/chrome/
chrome_browser.gypi     [all...]
  /external/chromium/chrome/browser/history/
top_sites_unittest.cc 13 #include "chrome/browser/history/history_backend.h"
14 #include "chrome/browser/history/history_database.h"
15 #include "chrome/browser/history/history_marshaling.h"
16 #include "chrome/browser/history/history_notifications.h"
17 #include "chrome/browser/history/history_unittest_base.h"
18 #include "chrome/browser/history/top_sites.h"
19 #include "chrome/browser/history/top_sites_backend.h"
20 #include "chrome/browser/history/top_sites_cache.h"
21 #include "chrome/browser/history/top_sites_database.h"
38 namespace history { namespace
    [all...]
url_database.cc 5 #include "chrome/browser/history/url_database.h"
18 namespace history { namespace
72 // Convenience to fill a history::URLRow. Must be in sync with the fields in
74 void URLDatabase::FillURLRow(sql::Statement& s, history::URLRow* i) {
103 bool URLDatabase::GetAllTypedUrls(std::vector<history::URLRow>* urls) {
117 URLID URLDatabase::GetRowForURL(const GURL& url, history::URLRow* info) {
134 const history::URLRow& info) {
151 URLID URLDatabase::AddURLInternal(const history::URLRow& info,
188 << " to table history.urls.";
240 // the main database are not created here. When deleting all history, the
    [all...]
  /external/chromium/chrome/browser/download/
download_manager.h 6 // updates to the history system and providing the information for displaying
21 // The DownloadManager uses the history service for storing persistent
22 // information about the state of all downloads. The history system maintains a
24 // DownloadManager is constructed, we query the history service for the state of
134 // history insertion.
166 // history and remove the download from |active_downloads_|.
181 // in the download history. Used in cases such as drag and drop.
194 // Methods called on completion of a query sent to the history system.
325 // this session, downloads initialized from the history system, and
334 // is the handle returned by the history system, which is uniqu
    [all...]
  /external/chromium_org/chrome/browser/autocomplete/
history_quick_provider.cc 22 #include "chrome/browser/history/history_database.h"
23 #include "chrome/browser/history/history_service.h"
24 #include "chrome/browser/history/history_service_factory.h"
25 #include "chrome/browser/history/in_memory_url_index.h"
26 #include "chrome/browser/history/in_memory_url_index_types.h"
27 #include "chrome/browser/history/scored_history_match.h"
48 using history::InMemoryURLIndex;
49 using history::ScoredHistoryMatch;
50 using history::ScoredHistoryMatches;
80 // someone unloads the history backend, we'll get inconsistent inlin
    [all...]
  /external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
rhino-python.input 2 It creates a simple GUI JPython console window with simple history
66 self.history = []
103 self.history.append(line)
107 historyLength = len(self.history)
111 if self.history[self.historyPosition] != self.history[-1]:
118 self.replaceinput(self.history[pos])
  /external/chromium_org/chrome/browser/predictors/
autocomplete_action_predictor.h 15 #include "chrome/browser/history/history_types.h"
38 namespace history { namespace
163 void DeleteRowsWithURLs(const history::URLRows& rows);
174 // if the history service is available, or registers for the notification of
184 // the local caches are created once the history service is available.
185 void DeleteOldEntries(history::URLDatabase* url_db);
190 history::URLDatabase* url_db,
  /external/chromium_org/chrome/browser/resources/history/
history.html 22 <link rel="stylesheet" href="history.css">
50 <script src="chrome://history-frame/history.js"></script>
52 <script src="chrome://history-frame/other_devices.js"></script>
71 <div id="history-page" class="page">
74 <h1 i18n-content="history"></h1>
148 <script src="chrome://history-frame/strings.js"></script>
  /external/chromium_org/chrome/browser/safe_browsing/
browser_feature_extractor_unittest.cc 15 #include "chrome/browser/history/history_backend.h"
16 #include "chrome/browser/history/history_service.h"
17 #include "chrome/browser/history/history_service_factory.h"
254 history::SOURCE_BROWSED);
257 history::SOURCE_BROWSED); // same host HTTPS.
260 history::SOURCE_BROWSED); // same host HTTP.
263 history::SOURCE_BROWSED); // different host.
266 NULL, 0, GURL(), history::RedirectList(),
268 history::SOURCE_BROWSED, false);
271 NULL, 0, GURL(), history::RedirectList()
    [all...]
  /external/chromium_org/chrome/browser/
errorpage_browsertest.cc 66 // Navigates back in the history and waits for |num_navigations| to occur, and
75 // Navigates forward in the history and waits for |num_navigations| to occur,
97 // Navigates the browser the indicated direction in the history and waits for
170 // additional session history entry.
184 // additional session history entry.
202 // additional session history entry.
222 // additional session history entry.
243 // We expect to have two history entries, since we started off with navigation
257 // additional session history entry.
273 // additional session history entry
    [all...]
  /external/chromium_org/chrome/browser/search/
instant_service.cc 13 #include "chrome/browser/history/history_notifications.h"
14 #include "chrome/browser/history/most_visited_tiles_experiment.h"
15 #include "chrome/browser/history/top_sites.h"
86 history::TopSites* top_sites = profile_->GetTopSites();
90 content::Source<history::TopSites>(top_sites));
159 history::TopSites* top_sites = profile_->GetTopSites();
167 history::TopSites* top_sites = profile_->GetTopSites();
175 history::TopSites* top_sites = profile_->GetTopSites();
252 history::TopSites* top_sites = profile_->GetTopSites();
306 const history::MostVisitedURLList& data)
    [all...]
  /external/icu4c/test/intltest/
colldata.cpp 491 int32_t CollData::minLengthInChars(const CEList *ceList, int32_t offset, int32_t *history) const
496 if (history[offset] >= 0) {
497 return history[offset];
526 rlength = minLengthInChars(ceList, roffset, history);
555 //history[roffset++] = -1;
556 //history[roffset++] = 1;
559 rlength = minLengthInChars(ceList, roffset, history);
601 rlength = minLengthInChars(ceList, roffset, history);
617 history[offset] = shortestLength;
625 int32_t *history = NEW_ARRAY(int32_t, clength) local
    [all...]

Completed in 852 milliseconds

<<21222324252627282930>>