Searched refs:history (Results 1 - 25 of 419) sorted by relevance

1234567891011>>

/external/chromium_org/components/history/core/browser/
H A Dtop_sites_observer.h8 namespace history { namespace
15 virtual void TopSitesLoaded(history::TopSites* top_sites) = 0;
19 virtual void TopSitesChanged(history::TopSites* top_sites) = 0;
22 } // namespace history
H A Dkeyword_id.h10 namespace history { namespace
16 } // namespace history
H A Dkeyword_search_term.cc5 #include "components/history/core/browser/keyword_search_term.h"
7 namespace history { namespace
18 } // namespace history
/external/chromium_org/chrome/browser/drive/
H A Devent_logger_unittest.cc21 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
[all...]
/external/chromium_org/chrome/browser/history/
H A Dhistory_details.h8 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
H A Dchrome_history_client.h9 #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
[all...]
H A Dweb_history_service_factory.h12 namespace history { namespace
24 static history::WebHistoryService* GetForProfile(Profile* profile);
/external/chromium_org/components/search_engines/
H A Dtemplate_url_id.h8 #include "components/history/core/browser/keyword_id.h"
10 typedef history::KeywordID TemplateURLID;
/external/chromium_org/chrome/browser/sync/test/integration/
H A Dtyped_urls_helper.h10 #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
[all...]
H A Dtyped_urls_helper.cc12 #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
[all...]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DrevisionHistory.css29 .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
[all...]
/external/chromium_org/chrome/browser/precache/
H A Dmost_visited_urls_provider.h13 namespace history { namespace
22 explicit MostVisitedURLsProvider(history::TopSites* top_sites);
31 scoped_refptr<history::TopSites> top_sites_;
/external/chromium_org/chrome/browser/sync/glue/
H A Dtyped_url_model_associator.h16 #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 D
[all...]
H A Dtyped_url_change_processor.h30 namespace history { namespace
42 // This class is responsible for taking changes from the history backend and
50 history::HistoryBackend* history_backend,
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_;
115 history
[all...]
H A Dtyped_url_model_associator_unittest.cc14 #include "components/history/core/browser/history_types.h"
27 static history::URLRow MakeTypedUrlRow(const char* url,
32 history::VisitVector* visits) {
34 history::URLRow history_url(gurl);
40 visits->push_back(history::VisitRow(
60 static bool URLsEqual(history::URLRow& lhs, history::URLRow& rhs) {
62 // are maintained by the history subsystem).
91 history::VisitVector visits1;
92 history
[all...]
/external/chromium_org/chrome/browser/ui/tabs/
H A Dtab_strip_model_utils.h13 namespace history { namespace
21 const history::TopSites& top_sites,
/external/chromium_org/chrome/browser/autocomplete/
H A Dhistory_quick_provider.h13 #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
[all...]
H A Dhistory_url_provider.h14 #include "components/history/core/browser/history_match.h"
27 namespace history { namespace
32 // How history autocomplete works
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 safely
89 // Used to communicate autocomplete parameters between threads via the history
[all...]
H A Dshortcuts_backend.h20 #include "chrome/browser/history/shortcuts_database.h"
29 namespace history { namespace
31 }; // namespace history
39 const history::ShortcutsDatabase::Shortcut> ShortcutMap;
96 static history::ShortcutsDatabase::Shortcut::MatchCore MatchToMatchCore(
115 bool AddShortcut(const history::ShortcutsDatabase::Shortcut& shortcut);
118 bool UpdateShortcut(const history::ShortcutsDatabase::Shortcut& shortcut);
122 const history::ShortcutsDatabase::ShortcutIDs& shortcut_ids);
134 scoped_refptr<history::ShortcutsDatabase> db_;
/external/chromium_org/chrome/browser/ui/app_list/search/
H A Dhistory_unittest.cc13 #include "chrome/browser/ui/app_list/search/history.h"
129 known_results_ = history()->GetKnownResults(query).Pass();
139 History* history() { return history_.get(); } function in class:app_list::test::SearchHistoryTest
160 history()->AddLaunchEvent("cal", "calendar");
163 // Flush and recreate the history object.
177 history()->AddLaunchEvent(kQuery, kPrimary);
178 history()->AddLaunchEvent(kQuery, kSecondary);
196 history()->AddLaunchEvent(kQuery, kPrimary);
197 history()->AddLaunchEvent(kQuery, kSecondary);
204 history()
[all...]
/external/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/
H A DNavigationTest.java71 NavigationHistory history = contentViewCore.getWebContents().getNavigationController()
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
[all...]
/external/chromium_org/chrome/browser/sync/
H A Dprofile_sync_service_typed_url_unittest.cc21 #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
[all...]
/external/chromium_org/testing/gtest/test/
H A Dgtest-linked_ptr_test.cc44 Message* history = NULL; member in namespace:__anon10871
49 A(): mynum(num++) { *history << "A" << mynum << " ctor\n"; }
50 virtual ~A() { *history << "A" << mynum << " dtor\n"; }
51 virtual void Use() { *history << "A" << mynum << " use\n"; }
59 B() { *history << "B" << mynum << " ctor\n"; }
60 ~B() { *history << "B" << mynum << " dtor\n"; }
61 virtual void Use() { *history << "B" << mynum << " use\n"; }
68 history = new Message;
72 delete history;
73 history
[all...]
/external/gtest/test/
H A Dgtest-linked_ptr_test.cc44 Message* history = NULL; member in namespace:__anon21603
49 A(): mynum(num++) { *history << "A" << mynum << " ctor\n"; }
50 virtual ~A() { *history << "A" << mynum << " dtor\n"; }
51 virtual void Use() { *history << "A" << mynum << " use\n"; }
59 B() { *history << "B" << mynum << " ctor\n"; }
60 ~B() { *history << "B" << mynum << " dtor\n"; }
61 virtual void Use() { *history << "B" << mynum << " use\n"; }
68 history = new Message;
72 delete history;
73 history
[all...]
/external/protobuf/gtest/test/
H A Dgtest-linked_ptr_test.cc44 Message* history = NULL; member in namespace:__anon28907
49 A(): mynum(num++) { *history << "A" << mynum << " ctor\n"; }
50 virtual ~A() { *history << "A" << mynum << " dtor\n"; }
51 virtual void Use() { *history << "A" << mynum << " use\n"; }
59 B() { *history << "B" << mynum << " ctor\n"; }
60 ~B() { *history << "B" << mynum << " dtor\n"; }
61 virtual void Use() { *history << "B" << mynum << " use\n"; }
68 history = new Message;
72 delete history;
73 history
[all...]

Completed in 529 milliseconds

1234567891011>>