HomeSort by relevance Sort by last modified time
    Searched refs:history (Results 1 - 25 of 697) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/chrome/browser/history/
history_details.h 8 namespace history { namespace
10 // Base class for history notifications. This needs only a virtual destructor
11 // so that the history service's broadcaster can delete it when the request
18 } // namespace history
web_history_service_factory.h 12 namespace history { namespace
24 static history::WebHistoryService* GetForProfile(Profile* profile);
history_marshaling.h 5 // Data structures for communication between the history service on the main
6 // thread and the backend on the history thread.
14 #include "chrome/browser/history/history_service.h"
15 #include "chrome/browser/history/page_usage_data.h"
18 #include "chrome/browser/history/history_marshaling_android.h"
21 namespace history { namespace
34 history::RedirectList>
42 history::RedirectMap> >
46 history::MostVisitedURLList>
50 history::FilteredURLList
    [all...]
  /external/chromium_org/chrome/browser/drive/
event_logger_unittest.cc 21 std::vector<EventLogger::Event> history = logger.GetHistory(); local
22 ASSERT_EQ(3U, history.size());
23 EXPECT_EQ(0, history[0].id);
24 EXPECT_EQ("first", history[0].what);
25 EXPECT_EQ(1, history[1].id);
26 EXPECT_EQ("2nd", history[1].what);
27 EXPECT_EQ(2, history[2].id);
28 EXPECT_EQ("third", history[2].what);
32 history = logger.GetHistory();
33 ASSERT_EQ(3U, history.size())
    [all...]
  /external/chromium_org/chrome/browser/sync/glue/
typed_url_model_associator.h 16 #include "chrome/browser/history/history_types.h"
28 namespace history { namespace
49 typedef std::vector<std::pair<history::URLID, history::URLRow> >
51 typedef std::vector<std::pair<GURL, std::vector<history::VisitInfo> > >
56 history::HistoryBackend* history_backend,
83 void WriteToHistoryBackend(const history::URLRows* new_urls,
86 const history::VisitVector* deleted_visits);
89 // local history DB and generates a list of visits to add to the
90 // history DB to bring it up to date (avoiding duplicates)
    [all...]
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/sync/test/integration/
typed_urls_helper.h 10 #include "chrome/browser/history/history_types.h"
20 history::URLRows GetTypedUrlsFromClient(int index);
23 // was not found in the history DB.
24 bool GetUrlFromClient(int index, const GURL& url, history::URLRow* row);
27 history::VisitVector GetVisitsFromClient(int index, history::URLID id);
30 void RemoveVisitsFromClient(int index, const history::VisitVector& visits);
32 // Adds a URL to the history DB for a specific sync profile (just registers a
36 // Adds a URL to the history DB for a specific sync profile (just registers a
41 history::VisitSource source)
    [all...]
typed_urls_helper.cc 12 #include "chrome/browser/history/history_backend.h"
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"
16 #include "chrome/browser/history/history_types.h"
25 class FlushHistoryDBQueueTask : public history::HistoryDBTask {
29 virtual bool RunOnDBThread(history::HistoryBackend* backend,
30 history::HistoryDatabase* db) OVERRIDE {
43 class GetTypedUrlsTask : public history::HistoryDBTask {
45 GetTypedUrlsTask(history::URLRows* rows, base::WaitableEvent* event
    [all...]
  /external/chromium_org/remoting/webapp/
connection_history.css 6 #connection-history-dialog {
12 #connection-history-options {
17 #connection-history-scroller {
24 #connection-history-table {
32 #connection-history-table td:last-child {
36 #connection-history-table thead td {
40 #close-connection-history {
61 .connection-history-summary td {
65 .connection-history-summary:hover,
66 .connection-history-summary.expanded
    [all...]
  /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_quick_provider.h 13 #include "chrome/browser/history/history_types.h"
14 #include "chrome/browser/history/in_memory_url_index.h"
19 namespace history { namespace
21 } // namespace history
24 // the history system) which quickly (and synchronously) provides matching
26 // history.
48 const history::ScoredHistoryMatch& history_match,
62 // Returns the index that should be used for history lookups.
63 history::InMemoryURLIndex* GetIndex();
68 const history::TermMatches& matches
    [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_;
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
revisionHistory.css 29 .outline-disclosure.revision-history-drawer {
34 .outline-disclosure.revision-history-drawer ol {
40 .outline-disclosure.revision-history-drawer > ol {
44 .outline-disclosure.revision-history-drawer li {
51 .outline-disclosure.revision-history-drawer li.parent {
55 .revision-history-link {
62 .revision-history-link-row {
66 .outline-disclosure.revision-history-drawer .revision-history-line {
71 .revision-history-drawer .webkit-line-number
    [all...]
  /frameworks/av/media/libstagefright/codecs/mp3dec/src/
pvmp3_mdct_18.cpp 29 REVISION HISTORY
39 int32 *history input for overlap and add, vector updated with
51 vector for next iteration ( on history[])
132 void pvmp3_mdct_18(int32 vec[], int32 *history, const int32 *window)
194 tmp = history[ i];
200 history[i ] = -(tmp2 + tmp1);
204 tmp = history[ 6];
209 tmp = history[ 7];
210 history[6] = -(tmp2 + tmp1);
211 history[7] = -(tmp1 + vec[8])
    [all...]
  /external/chromium/chrome/browser/sync/glue/
typed_url_change_processor.h 22 namespace history { namespace
35 // This class is responsible for taking changes from the history backend and
42 history::HistoryBackend* history_backend,
47 // History -> sync_api model change application.
66 void HandleURLsModified(history::URLsModifiedDetails* details);
67 void HandleURLsDeleted(history::URLsDeletedDetails* details);
68 void HandleURLsVisited(history::URLVisitedDetails* details);
76 history::HistoryBackend* history_backend_;
typed_url_model_associator.h 16 #include "chrome/browser/history/history_types.h"
24 namespace history { namespace
50 typedef std::vector<history::URLRow> TypedUrlVector;
51 typedef std::vector<std::pair<history::URLID, history::URLRow> >
58 history::HistoryBackend* history_backend);
105 const history::VisitVector* deleted_visits);
116 const history::URLRow& url,
117 history::VisitVector* visits,
118 history::URLRow* new_url
    [all...]