HomeSort by relevance Sort by last modified time
    Searched full:history (Results 176 - 200 of 3320) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/en-US/
en-US_kdt_acc.dtfmt 9 ! History:
23 ! history type: the input value is the output decision
37 :ATTR "6" :PROP type = history
39 :ATTR "7" :PROP type = history
  /external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/es-ES/
es-ES_kdt_acc.dtfmt 9 ! History:
23 ! history type: the input value is the output decision
37 :ATTR "6" :PROP type = history
39 :ATTR "7" :PROP type = history
  /external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/fr-FR/
fr-FR_kdt_acc.dtfmt 9 ! History:
23 ! history type: the input value is the output decision
37 :ATTR "6" :PROP type = history
39 :ATTR "7" :PROP type = history
  /external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/it-IT/
it-IT_kdt_acc.dtfmt 9 ! History:
23 ! history type: the input value is the output decision
37 :ATTR "6" :PROP type = history
39 :ATTR "7" :PROP type = history
  /external/webkit/Source/WebCore/manual-tests/
navigation-during-onload-triggered-by-back.html 12 <p>We cannot use history.back() to test this, because it calls Page::goToItem
visited-link-new-window.html 14 for visited-link.html from your history and restart if
redraw-page-cache-visited-links.html 11 // // Uses window.history hack; see http://bugs.webkit.org/show_bug.cgi?id=7135
12 // if (!window.history[99999]) {
  /external/wpa_supplicant_8/src/wps/
http.h 8 * See wps_upnp.c for more details on licensing and code history.
upnp_xml.h 8 * See wps_upnp.c for more details on licensing and code history.
  /packages/apps/Browser/src/com/android/browser/provider/
BrowserProvider2.java 47 import android.provider.BrowserContract.History;
95 static final String TABLE_HISTORY = "history";
105 static final String TABLE_HISTORY_JOIN_IMAGES = "history LEFT OUTER JOIN images " +
106 "ON history.url = images." + Images.URL;
113 "history LEFT OUTER JOIN (%s) bookmarks " +
114 "ON history.url = bookmarks.url LEFT OUTER JOIN images " +
115 "ON history.url = images.url_key";
117 static final String DEFAULT_SORT_HISTORY = History.DATE_LAST_VISITED + " DESC";
123 "history LEFT OUTER JOIN bookmarks ON history.url = bookmarks.url"
    [all...]
  /external/chromium/chrome/browser/autocomplete/
history_url_provider.cc 15 #include "chrome/browser/history/history.h"
16 #include "chrome/browser/history/history_backend.h"
17 #include "chrome/browser/history/history_database.h"
18 #include "chrome/browser/history/history_types.h"
32 using history::Prefix;
33 using history::Prefixes;
34 using history::HistoryMatch;
35 using history::HistoryMatches;
37 namespace history { namespace
    [all...]
  /external/chromium/chrome/browser/history/
top_sites.h 21 #include "chrome/browser/history/history_types.h"
22 #include "chrome/browser/history/history.h"
23 #include "chrome/browser/history/page_usage_data.h"
33 namespace history { namespace
40 // the most visited data from history, as well as the corresponding thumbnails
92 // Invoked from History if migration is needed. If this is invoked it will
96 // Invoked with data from migrating thumbnails out of history.
99 // Invoked from history when it finishes loading. If MigrateFromHistory was
150 // Query history service for the list of available thumbnails. Returns th
    [all...]
history_backend.h 16 #include "chrome/browser/history/archived_database.h"
17 #include "chrome/browser/history/expire_history_backend.h"
18 #include "chrome/browser/history/history_database.h"
19 #include "chrome/browser/history/history_marshaling.h"
20 #include "chrome/browser/history/history_types.h"
21 #include "chrome/browser/history/text_database_manager.h"
22 #include "chrome/browser/history/thumbnail_database.h"
23 #include "chrome/browser/history/visit_tracker.h"
32 namespace history { namespace
39 // Internal history implementation which does most of the work of the histor
    [all...]
in_memory_url_index.h 24 #include "chrome/browser/history/history_types.h"
25 #include "chrome/browser/history/in_memory_url_index_cache.pb.h"
38 namespace history { namespace
59 // Used for intermediate history result operations.
77 // The URL history source.
86 // words and characters in the URL history database except when converting
98 // |history_dir| is a path to the directory containing the history database
107 // Opens and indexes the URL history database.
108 // |languages| gives a list of language encodings with which the history
113 // Reloads the history index. Attempts to reload from the cache unles
    [all...]
history_database.cc 5 #include "chrome/browser/history/history_database.h"
22 namespace history { namespace
34 // of history.
46 UMA_HISTOGRAM_MEMORY_MB("History.DatabaseFileMB", file_mb);
51 UMA_HISTOGRAM_COUNTS("History.URLTableCount", url_count.ColumnInt(0));
57 UMA_HISTOGRAM_COUNTS("History.VisitTableCount", visit_count.ColumnInt(0));
100 // Exclude the history file and its journal from backups.
227 // Set to a very early non-zero time, so it's before all history, but not
252 LOG(WARNING) << "History database is too new.";
257 // history file like URLs, visits, or downloads, that will need migration a
    [all...]
  /system/core/liblinenoise/
linenoise.c 49 * - History search like Ctrl+r in readline?
91 char **history = NULL; variable
107 if (history) {
111 free(history[j]);
112 free(history);
224 /* The latest history entry is always our current buffer, that
295 /* up and down arrow: history */
297 /* Update the current history entry before to
299 free(history[history_len-1-history_index]);
300 history[history_len-1-history_index] = strdup(buf)
    [all...]
  /external/chromium/chrome/browser/ui/toolbar/
back_forward_menu_model.h 45 // Returns how many items the menu should show, including history items,
46 // chapter-stops, separators and the Show Full History link. This function
90 history::FaviconData favicon);
97 // Returns how many history items the menu should show. For example, if the
104 // include the separator line after the history items (nor the separator for
105 // the "Show Full History" link).
142 // How many items (max) to show in the back/forward history menu dropdown.
151 // "Show Full History" link in which case this function returns -1.
160 // Allow the unit test to use the "Show Full History" label.
186 // Keeps track of which favicons have already been requested from the history
    [all...]
  /external/chromium/chrome/browser/extensions/
extension_override_apitest.cc 26 if (!overrides->GetList("history", &values))
106 ASSERT_TRUE(RunExtensionTest("override/history")) << message_;
109 // Navigate to the history page. The overridden history page
111 ui_test_utils::NavigateToURL(browser(), GURL("chrome://history/"));
118 ASSERT_TRUE(LoadExtension(test_data_dir_.AppendASCII("override/history")));
144 update.Get()->Set("history", list);
149 ASSERT_TRUE(LoadExtension(test_data_dir_.AppendASCII("override/history")));
  /external/chromium/chrome/browser/resources/options/
import_data_overlay.html 13 <input id="import-history" type="checkbox">
14 <label for="import-history" i18n-content="importHistory"></label>
  /external/chromium/chrome/browser/sync/glue/
history_model_worker.h 24 // A ModelSafeWorker for history models that accepts requests
25 // from the syncapi that need to be fulfilled on the history thread.
  /external/chromium/chrome/browser/ui/webui/
fileicon_source.h 22 // requests for favicons and the history backend that serves these.
35 // Called when favicon data is available from the history backend.
  /frameworks/base/core/java/android/webkit/
WebBackForwardListClient.java 35 * the current history item.
37 * @param index The new history index
  /frameworks/base/core/res/res/raw-en-rGB/
incognito_mode_start_page.html 7 <p><strong>You've gone incognito</strong>. Pages that you view in this window won't appear in your browser history or search history, and they won't leave other traces, such as cookies, on your device after you close the incognito window. However, any files that you download or bookmarks that you create will be preserved.</p>
  /frameworks/base/core/res/res/raw-en-rGB-xlarge/
incognito_mode_start_page.html 7 <p><strong>You've gone incognito</strong>. Pages that you view in this window won't appear in your browser history or search history, and they won't leave other traces, such as cookies, on your device after you close the incognito window. However, any files that you download or bookmarks that you create will be preserved.</p>
  /external/chromium/chrome/browser/download/
download_history.cc 8 #include "chrome/browser/history/download_create_info.h"
9 #include "chrome/browser/history/history_marshaling.h"
46 // Do not store the download in the history database for a few special cases:
50 // - history service is not available (e.g. in tests)
60 history::DownloadCreateRequest::TupleType(info, GetNextFakeDbHandle()));

Completed in 1453 milliseconds

1 2 3 4 5 6 78 91011>>