HomeSort by relevance Sort by last modified time
    Searched defs:history (Results 101 - 125 of 173) sorted by null

1 2 3 45 6 7

  /external/chromium/chrome/browser/history/
thumbnail_database_unittest.cc 15 #include "chrome/browser/history/history_database.h"
16 #include "chrome/browser/history/history_unittest_base.h"
17 #include "chrome/browser/history/thumbnail_database.h"
31 namespace history { namespace
91 data_path = data_path.AppendASCII("History");
94 // Set up history and thumbnails as they would be before migration.
96 ExecuteSQLScript(data_path.AppendASCII("history.20.sql"),
462 } // namespace history
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...]
history_backend_unittest.cc 17 #include "chrome/browser/history/history_backend.h"
18 #include "chrome/browser/history/history_notifications.h"
19 #include "chrome/browser/history/in_memory_database.h"
20 #include "chrome/browser/history/in_memory_history_backend.h"
34 // backend directly. Most of the history backend functions are tested by the
35 // history unit test. Because of the elaborate callbacks involved, this is no
46 namespace history { namespace
81 history::RedirectList redirects;
88 scoped_refptr<history::HistoryAddPageArgs> request(
89 new history::HistoryAddPageArgs
    [all...]
history_types.cc 5 #include "chrome/browser/history/history_types.h"
12 namespace history { namespace
352 const history::RedirectList& arg_redirects,
417 icon_type(history::INVALID_ICON) {
426 } // namespace history
history_unittest.cc 5 // History unit tests come in two flavors:
7 // 1. The more complicated style is that the unit test creates a full history
8 // service. This spawns a background thread for the history backend, and
12 // 2. The simpler style is to create a history backend on this thread and
15 // the history backend (since there is a lot of logic) but gets can come
40 #include "chrome/browser/history/download_create_info.h"
41 #include "chrome/browser/history/history.h"
42 #include "chrome/browser/history/history_backend.h"
43 #include "chrome/browser/history/history_database.h
60 namespace history { namespace
69 namespace history { namespace
828 HistoryService* history = new HistoryService(); local
846 HistoryService* history = new HistoryService(); local
    [all...]
expire_history_backend.cc 5 #include "chrome/browser/history/expire_history_backend.h"
14 #include "chrome/browser/history/archived_database.h"
15 #include "chrome/browser/history/history_database.h"
16 #include "chrome/browser/history/history_notifications.h"
17 #include "chrome/browser/history/text_database.h"
18 #include "chrome/browser/history/text_database_manager.h"
19 #include "chrome/browser/history/thumbnail_database.h"
25 namespace history { namespace
123 // history to expire last iteration, it's likely there is nothing next
128 // delete old history index files
    [all...]
expire_history_backend_unittest.cc 18 #include "chrome/browser/history/archived_database.h"
19 #include "chrome/browser/history/expire_history_backend.h"
20 #include "chrome/browser/history/history_database.h"
21 #include "chrome/browser/history/history_notifications.h"
22 #include "chrome/browser/history/text_database_manager.h"
23 #include "chrome/browser/history/thumbnail_database.h"
24 #include "chrome/browser/history/top_sites.h"
38 static const FilePath::CharType kHistoryFile[] = FILE_PATH_LITERAL("History");
40 FILE_PATH_LITERAL("Archived History");
44 // The test must be in the history namespace for the gtest forward declaration
46 namespace history { namespace
    [all...]
top_sites.cc 5 #include "chrome/browser/history/top_sites.h"
16 #include "chrome/browser/history/history_backend.h"
17 #include "chrome/browser/history/history_notifications.h"
18 #include "chrome/browser/history/page_usage_data.h"
19 #include "chrome/browser/history/top_sites_backend.h"
20 #include "chrome/browser/history/top_sites_cache.h"
39 namespace history { namespace
71 // HistoryDBTask used during migration of thumbnails from history to top sites.
72 // When run on the history thread it collects the top sites and the
86 virtual bool RunOnDBThread(history::HistoryBackend* backend
176 HistoryService* history = profile_->GetHistoryServiceWithoutCreating(); local
    [all...]
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...]
  /external/chromium/chrome/browser/profiles/
profile.h 33 namespace history { namespace
137 // could, for example, return an history service that only allow some specific
223 virtual history::TopSites* GetTopSites() = 0;
226 virtual history::TopSites* GetTopSitesWithoutCreating() = 0;
297 // Similar to GetHistoryService(), but won't create the history service if it
  /external/chromium/chrome/browser/sync/glue/
bookmark_change_processor.cc 532 // is used as a key in the history's thumbnail DB, this gives us a value
536 HistoryService* history = local
541 history->AddPageNoVisitForBookmark(bookmark_node->GetURL());
545 history::FAVICON);
  /external/flac/libFLAC/
lpc.c 271 const FLAC__int32 *history; local
284 history = data;
286 sum += qlp_coeff[j] * (*(--history));
287 sumo += (FLAC__int64)qlp_coeff[j] * (FLAC__int64)(*history);
290 fprintf(stderr,"FLAC__lpc_compute_residual_from_qlp_coefficients: OVERFLOW, i=%u, j=%u, c=%d, d=%d, sumo=%I64d\n",i,j,qlp_coeff[j],*history,sumo);
293 fprintf(stderr,"FLAC__lpc_compute_residual_from_qlp_coefficients: OVERFLOW, i=%u, j=%u, c=%d, d=%d, sumo=%lld\n",i,j,qlp_coeff[j],*history,(long long)sumo);
536 const FLAC__int32 *history; local
548 history = data;
550 sum += (FLAC__int64)qlp_coeff[j] * (FLAC__int64)(*(--history));
801 const FLAC__int32 *r = residual, *history; local
1068 const FLAC__int32 *r = residual, *history; local
    [all...]
  /external/webkit/Source/WebCore/loader/
FrameLoader.h 102 HistoryController* history() const { return &m_history; } function in class:WebCore::FrameLoader
  /external/webkit/Source/WebKit/efl/ewk/
ewk_history.cpp 40 #define EWK_HISTORY_CORE_GET_OR_RETURN(history, core_, ...) \
41 if (!(history)) { \
42 CRITICAL("history is NULL."); \
45 if (!(history)->core) { \
46 CRITICAL("history->core is NULL."); \
49 if (!(history)->core->enabled()) { \
50 ERR("history->core is disabled!."); \
53 WebCore::BackForwardListImpl *core_ = (history)->core
114 * Go forward in history one item, if possible.
116 * @param history which history instance to modify
678 Ewk_History* history; local
    [all...]
  /external/webkit/Source/WebKit/qt/Api/
qwebpage_p.h 196 QWebHistory history; member in class:QWebPagePrivate
qgraphicswebview.cpp 177 As with QWebView, the item records the browsing history using a QWebHistory object,
178 accessible using the history() function. The QWebSettings object that defines the
772 Returns a pointer to the view's history of navigated web pages.
778 QWebHistory* QGraphicsWebView::history() const function in class:QGraphicsWebView
780 return page()->history();
  /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...]
  /developers/samples/android/input/Multitouch/BasicMultitouch/src/com/example/android/input/multitouch/basicMultitouch/
TouchDisplayView.java 32 * View that shows touch events and their history. This view demonstrates the
60 // current position in history array
64 // arrray of pointer position history
65 public PointF[] history = new PointF[HISTORY_COUNT]; field in class:TouchDisplayView.TouchHistory
84 // initialise history array
86 history[i] = new PointF();
103 * Add a point to its history. Overwrites oldest point if the maximum
109 PointF p = history[historyIndex];
113 historyIndex = (historyIndex + 1) % history.length;
266 // add previous position to history and add new value
    [all...]
  /external/chromium/chrome/browser/bookmarks/
bookmark_model.cc 17 #include "chrome/browser/history/history_notifications.h"
64 void BookmarkNode::Reset(const history::StarredEntry& entry) {
65 DCHECK(entry.type != history::StarredEntry::URL || entry.url == url_);
69 case history::StarredEntry::URL:
72 case history::StarredEntry::USER_FOLDER:
75 case history::StarredEntry::BOOKMARK_BAR:
78 case history::StarredEntry::OTHER:
605 history::URLsStarredDetails details(false);
638 HistoryService* history = local
640 if (history)
    [all...]
  /external/webkit/Source/WebCore/bindings/js/
JSDOMWindowCustom.cpp 26 #include "History.h"
442 JSValue JSDOMWindow::history(ExecState* exec) const function in class:WebCore::JSDOMWindow
444 History* history = impl()->history(); local
445 if (JSDOMWrapper* wrapper = getCachedWrapper(currentWorld(exec), history))
449 JSHistory* jsHistory = new (exec) JSHistory(getDOMStructure<JSHistory>(exec, window), window, history);
450 cacheWrapper(currentWorld(exec), history, jsHistory); local
  /external/webkit/Source/WebCore/bindings/v8/
V8DOMWindowShell.cpp 139 History* history = V8History::toNative(host); local
140 target = history->frame();
  /frameworks/base/core/tests/coretests/src/android/net/
NetworkStatsHistoryTest.java 71 final NetworkStatsHistory history = new NetworkStatsHistory(in); local
72 assertEquals(15 * SECOND_IN_MILLIS, history.getBucketDuration());
74 entry = history.getValues(0, entry);
78 entry = history.getValues(history.size() - 1, entry);
82 entry = history.getValues(Long.MIN_VALUE, Long.MAX_VALUE, entry);
210 // create history just over hour bucket boundary
345 final NetworkStatsHistory history = new NetworkStatsHistory( local
348 history.recordData(0, MINUTE_IN_MILLIS,
350 history.recordData(0, 2 * MINUTE_IN_MILLIS
    [all...]
  /frameworks/base/include/androidfw/
InputTransport.h 354 struct History {
380 History history[2]; member in struct:android::InputConsumer::TouchState
381 History lastResample;
397 history[historyCurrent].initializeFrom(msg);
400 const History* getHistory(size_t index) const {
401 return &history[(historyCurrent + index) & 1];
  /external/chromium/chrome/browser/search_engines/
template_url_model_unittest.cc 12 #include "chrome/browser/history/history.h"
13 #include "chrome/browser/history/history_notifications.h"
812 history::URLVisitedDetails details;
813 details.row = history::URLRow(GURL(data[i].url));
834 history::URLVisitedDetails details;
835 details.row = history::URLRow(GURL(data[i].url));
900 HistoryService* history = local
    [all...]
  /external/grub/stage2/
char_io.c 245 /* The number of the history entries. */
248 /* Get the NOth history. If NO is less than zero or greater than or
259 /* Add CMDLINE to the history buffer. */
316 /* The index for the history. */
317 int history = -1; local
676 if (history < 0)
679 else if (grub_strcmp (get_history (history), buf) != 0)
680 /* If BUF is modified, add it into the history list. */
681 add_history (buf, history);
683 history++
    [all...]

Completed in 8120 milliseconds

1 2 3 45 6 7