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

1 2 34 5 6 7 8 91011>>

  /external/chromium/chrome/browser/history/
history.cc 5 // The history system runs on a background thread so that potentially slow
10 // Main thread History thread
14 // -> SQLite connection to History
16 // -> SQLite connection to Archived History
25 #include "chrome/browser/history/history.h"
35 #include "chrome/browser/history/download_create_info.h"
36 #include "chrome/browser/history/history_backend.h"
37 #include "chrome/browser/history/history_notifications.h"
38 #include "chrome/browser/history/history_types.h
    [all...]
history_publisher.cc 5 #include "chrome/browser/history/history_publisher.h"
9 namespace history { namespace
44 } // namespace history
history_publisher_none.cc 9 #include "chrome/browser/history/history_publisher.h"
13 namespace history { namespace
34 } // namespace history
history_unittest_base.h 11 namespace history { namespace
12 // A base class for a history unit test. It provides the common test methods.
31 } // namespace history
  /external/chromium_org/chrome/browser/history/
page_usage_data.h 10 #include "chrome/browser/history/history_types.h"
22 // See History::QueryPageUsageSince()
27 explicit PageUsageData(history::SegmentID id);
32 history::SegmentID GetID() const {
72 history::SegmentID id_;
history_notifications.cc 5 #include "chrome/browser/history/history_notifications.h"
7 namespace history { namespace
42 } // namespace history
history_unittest_base.h 14 namespace history { namespace
15 // A base class for a history unit test. It provides the common test methods.
34 } // namespace history
history_browsertest.cc 13 #include "chrome/browser/history/history_db_task.h"
14 #include "chrome/browser/history/history_service.h"
15 #include "chrome/browser/history/history_service_factory.h"
35 // and history backend thread because the history subsystem posts tasks back
40 // A task to be scheduled on the history backend thread.
41 // Notifies the main thread after all history backend thread tasks have run.
42 class WaitForHistoryTask : public history::HistoryDBTask {
46 virtual bool RunOnDBThread(history::HistoryBackend* backend,
47 history::HistoryDatabase* db) OVERRIDE
91 HistoryService* history = local
    [all...]
  /external/chromium_org/chrome/browser/resources/net_internals/
prerender_view.html 3 #prerender-view-history-table tr.used {
7 #prerender-view-history-table tr:not(.used) {
38 <h4>Prerender History</h4>
48 <tbody id=prerender-view-history-table>
49 <tr jsselect="$this.history" jsvalues=".className: final_status.toLowerCase()">
  /external/chromium/chrome/browser/autocomplete/
history_url_provider.h 18 namespace history { namespace
24 } // namespace history
26 // How history autocomplete works
31 // Main thread History thread
57 // quickly and hit enter, no matter how loaded the main history database is.
64 // The second autocomplete pass uses the full history database, which must be
65 // queried on the history thread. Start() asks the history service schedule to
66 // callback on the history thread with a pointer to the main database. When we
81 // on the history thread, because we should only do that when we can safel
    [all...]
history_contents_provider.h 10 #include "chrome/browser/history/history.h"
27 // As necessary asks the history service for the relevant results. When
37 history::QueryResults* results);
44 AutocompleteMatch ResultToMatch(const history::URLResult& result,
49 void ClassifyDescription(const history::URLResult& result,
54 int CalculateRelevance(const history::URLResult& result);
81 history::QueryResults results_;
history_provider_util.cc 7 namespace history { namespace
30 } // namespace history
  /external/chromium/chrome/browser/ui/cocoa/
history_menu_cocoa_controller.h 5 // Controller (MVC) for the history menu. All history menu item commands get
23 // Called by any history menu item.
  /external/chromium_org/chrome/browser/history/android/
favicon_sql_handler.h 8 #include "chrome/browser/history/android/sql_handler.h"
10 namespace history { namespace
36 } // namespace history.
sql_handler.cc 5 #include "chrome/browser/history/android/sql_handler.h"
7 namespace history { namespace
38 } // namespace history.
  /external/chromium_org/chrome/browser/prerender/
prerender_history_unittest.cc 54 // Create a history with only 2 values.
55 PrerenderHistory history(2);
58 entry_value.reset(history.GetEntriesAsValue());
73 history.AddEntry(entry_first);
74 entry_value.reset(history.GetEntriesAsValue());
88 history.AddEntry(entry_second);
89 entry_value.reset(history.GetEntriesAsValue());
105 history.AddEntry(entry_third);
106 entry_value.reset(history.GetEntriesAsValue());
115 // Make sure clearing history acts as expected
    [all...]
prerender_history.h 22 // PrerenderHistory maintains a per-session history of prerendered pages
24 // items in history will be removed when the capacity is reached.
27 // Entry is an individual entry in the history list. It corresponds to a
57 // Creates a history with capacity for |max_items| entries.
61 // Adds |entry| to the history. If at capacity, the oldest entry is dropped.
64 // Deletes all history entries.
  /external/chromium_org/chrome/browser/sync/glue/
typed_url_change_processor.h 30 namespace history { namespace
42 // This class is responsible for taking changes from the history backend and
50 history::HistoryBackend* history_backend,
55 // History -> sync API change application.
81 void HandleURLsModified(history::URLsModifiedDetails* details);
82 void HandleURLsDeleted(history::URLsDeletedDetails* details);
83 void HandleURLsVisited(history::URLVisitedDetails* details);
89 bool ShouldSyncVisit(history::URLVisitedDetails* details);
94 bool CreateOrUpdateSyncNode(history::URLRow typed_url,
106 history::HistoryBackend* history_backend_
    [all...]
  /external/chromium_org/chrome/browser/ui/cocoa/
history_menu_cocoa_controller.h 5 // Controller (MVC) for the history menu. All history menu item commands get
22 // Called by any history menu item.
  /external/iproute2/man/man8/
rtacct.8 29 Reset history.
32 Do not display anything, only update history.
38 Do not update history, so that the next time you will see counters including values accumulated to the moment of this measurement too.
  /development/scripts/app_engine_server/gae_shell/static/
shell.js 36 * The shell history. history is an array of strings, ordered oldest to
37 * newest. historyCursor is the current history element that the user is on.
39 * The last history element is the statement that the user is currently
40 * typing. When a statement is run, it's frozen in the history, a new history
46 shell.history = [''];
49 * See {shell.history}
81 * was pressed, it will run the statement, navigate the history, or update the
82 * current statement in the history
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/history/
history_apitest.cc 28 ASSERT_TRUE(RunExtensionSubtest("history", "misc_search.html")) << message_;
34 ASSERT_TRUE(RunExtensionSubtest("history", "timed_search.html")) << message_;
45 ASSERT_TRUE(RunExtensionSubtest("history", "delete.html")) << message_;
52 ASSERT_TRUE(RunExtensionSubtest("history", "delete_prohibited.html")) <<
59 ASSERT_TRUE(RunExtensionSubtest("history", "get_visits.html")) << message_;
72 ASSERT_TRUE(RunExtensionSubtest("history", "search_after_add.html"))
  /external/chromium_org/third_party/WebKit/Source/core/events/
PopStateEvent.h 34 class History;
43 static PassRefPtr<PopStateEvent> create(PassRefPtr<SerializedScriptValue>, PassRefPtr<History>);
52 History* history() const { return m_history.get(); } function in class:WebCore::PopStateEvent
59 explicit PopStateEvent(PassRefPtr<SerializedScriptValue>, PassRefPtr<History>);
62 RefPtr<History> m_history;
  /packages/apps/Calculator/src/com/android/calculator2/
Persist.java 35 History history = new History(); field in class:Persist
60 history = new History(version, in);
75 history.write(out);
  /external/chromium/base/memory/
linked_ptr_unittest.cc 15 std::string history; member in namespace:__anon1393
19 A(): mynum(num++) { history += base::StringPrintf("A%d ctor\n", mynum); }
20 virtual ~A() { history += base::StringPrintf("A%d dtor\n", mynum); }
21 virtual void Use() { history += base::StringPrintf("A%d use\n", mynum); }
27 B() { history += base::StringPrintf("B%d ctor\n", mynum); }
28 ~B() { history += base::StringPrintf("B%d dtor\n", mynum); }
29 virtual void Use() { history += base::StringPrintf("B%d use\n", mynum); }
86 ASSERT_EQ(history,

Completed in 532 milliseconds

1 2 34 5 6 7 8 91011>>