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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/components/history/core/browser/
top_sites_observer.h 8 namespace history { namespace
15 virtual void TopSitesLoaded(history::TopSites* top_sites) = 0;
19 virtual void TopSitesChanged(history::TopSites* top_sites) = 0;
22 } // namespace history
keyword_id.h 10 namespace history { namespace
16 } // namespace history
keyword_search_term.cc 5 #include "components/history/core/browser/keyword_search_term.h"
7 namespace history { namespace
18 } // namespace history
page_usage_data.h 9 #include "components/history/core/browser/history_types.h"
21 // See History::QueryPageUsageSince()
26 explicit PageUsageData(history::SegmentID id);
31 history::SegmentID GetID() const {
63 history::SegmentID id_;
  /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
chrome_history_client.h 9 #include "components/history/core/browser/history_client.h"
10 #include "components/history/core/browser/top_sites_observer.h"
15 namespace history { namespace
19 // This class implements history::HistoryClient to abstract operations that
21 class ChromeHistoryClient : public history::HistoryClient,
22 public history::TopSitesObserver {
26 history::TopSites* top_sites);
29 // history::HistoryClient:
33 std::vector<history::URLAndTitle>* bookmarks) OVERRIDE;
41 virtual void TopSitesLoaded(history::TopSites* top_sites) OVERRIDE
    [all...]
history_db_task.h 8 namespace history { namespace
13 // HistoryDBTask can be used to process arbitrary work on the history backend
36 } // namespace history
web_history_service_factory.h 12 namespace history { namespace
24 static history::WebHistoryService* GetForProfile(Profile* profile);
  /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/components/search_engines/
template_url_id.h 8 #include "components/history/core/browser/keyword_id.h"
10 typedef history::KeywordID TemplateURLID;
  /external/chromium_org/chrome/browser/sync/glue/
typed_url_model_associator.h 16 #include "components/history/core/browser/history_types.h"
28 namespace history { namespace
47 typedef std::vector<std::pair<GURL, std::vector<history::VisitInfo> > >
52 history::HistoryBackend* history_backend,
79 void WriteToHistoryBackend(const history::URLRows* new_urls,
80 const history::URLRows* updated_urls,
82 const history::VisitVector* deleted_visits);
85 // local history DB and generates a list of visits to add to the
86 // history DB to bring it up to date (avoiding duplicates).
88 // visits to add to/remove from the history DB, and adds a new entry to eithe
    [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 "components/history/core/browser/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"
20 #include "components/history/core/browser/history_types.h"
26 class FlushHistoryDBQueueTask : public history::HistoryDBTask {
30 virtual bool RunOnDBThread(history::HistoryBackend* backend,
31 history::HistoryDatabase* db) OVERRIDE {
44 class GetTypedUrlsTask : public history::HistoryDBTask {
46 GetTypedUrlsTask(history::URLRows* rows, base::WaitableEvent* event
    [all...]
  /external/chromium_org/chrome/browser/ui/tabs/
tab_strip_model_utils.h 13 namespace history { namespace
21 const history::TopSites& top_sites,
  /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...]
  /external/chromium_org/chrome/browser/precache/
most_visited_urls_provider.h 13 namespace history { namespace
22 explicit MostVisitedURLsProvider(history::TopSites* top_sites);
31 scoped_refptr<history::TopSites> top_sites_;
  /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...]
pvmp3_mdct_6.cpp 28 REVISION HISTORY
38 int32 *history input for overlap and add, vector updated with
48 vector for next iteration ( on history[])
122 void pvmp3_mdct_6(int32 vec[], int32 *history)
148 history[3] = tmp;
149 history[2] = tmp;
153 history[4] = tmp;
154 history[1] = tmp;
157 history[5] = tmp;
158 history[0] = tmp
    [all...]
  /external/chromium_org/chrome/browser/autocomplete/
history_quick_provider.h 13 #include "chrome/browser/history/in_memory_url_index.h"
14 #include "components/history/core/browser/history_types.h"
20 namespace history { namespace
22 } // namespace history
25 // the history system) which quickly (and synchronously) provides matching
27 // history.
57 const history::ScoredHistoryMatch& history_match,
60 // Returns the index that should be used for history lookups.
61 history::InMemoryURLIndex* GetIndex();
64 void set_index(history::InMemoryURLIndex* index)
    [all...]
history_url_provider.h 14 #include "components/history/core/browser/history_match.h"
27 namespace history { namespace
32 // How history autocomplete works
37 // Main thread History thread
62 // quickly and hit enter, no matter how loaded the main history database is.
69 // The second autocomplete pass uses the full history database, which must be
70 // queried on the history thread. Start() asks the history service schedule to
71 // callback on the history thread with a pointer to the main database. When we
86 // on the history thread, because we should only do that when we can safel
    [all...]
  /external/chromium_org/chrome/browser/ui/app_list/search/
history_unittest.cc 13 #include "chrome/browser/ui/app_list/search/history.h"
111 history_.reset(new History(scoped_refptr<HistoryDataStore>(
129 known_results_ = history()->GetKnownResults(query).Pass();
139 History* history() { return history_.get(); } function in class:app_list::test::SearchHistoryTest
149 scoped_ptr<History> history_;
160 history()->AddLaunchEvent("cal", "calendar");
163 // Flush and recreate the history object.
167 // History should be initialized with data just added.
177 history()->AddLaunchEvent(kQuery, kPrimary)
    [all...]
  /external/chromium_org/components/omnibox/
autocomplete_provider_client.h 9 #include "components/history/core/browser/keyword_id.h"
16 namespace history { namespace
58 virtual history::URLDatabase* InMemoryDatabase() = 0;
61 // |keyword_id| from history.
63 history::KeywordID keyword_id,
  /external/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/
NavigationTest.java 71 NavigationHistory history = contentViewCore.getWebContents().getNavigationController() local
73 assertEquals(3, history.getEntryCount());
74 assertEquals(URL_6, history.getEntryAtIndex(0).getUrl());
75 assertEquals(URL_5, history.getEntryAtIndex(1).getUrl());
76 assertEquals(URL_4, history.getEntryAtIndex(2).getUrl());
78 history = contentViewCore.getWebContents().getNavigationController()
80 assertEquals(history.getEntryCount(), 0);
86 history = contentViewCore.getWebContents().getNavigationController()
88 assertEquals(3, history.getEntryCount());
89 assertEquals(URL_3, history.getEntryAtIndex(0).getUrl())
    [all...]
  /external/chromium_org/chrome/browser/sync/
profile_sync_service_typed_url_unittest.cc 21 #include "chrome/browser/history/history_backend.h"
22 #include "chrome/browser/history/history_db_task.h"
23 #include "chrome/browser/history/history_notifications.h"
24 #include "chrome/browser/history/history_service.h"
25 #include "chrome/browser/history/history_service_factory.h"
47 #include "components/history/core/browser/history_types.h"
68 using history::HistoryBackend;
69 using history::URLID;
70 using history::URLRow;
94 MOCK_METHOD1(GetAllTypedURLs, bool(history::URLRows* entries))
    [all...]

Completed in 755 milliseconds

1 2 3 4 5 6 7 8 91011>>