HomeSort by relevance Sort by last modified time
    Searched refs:history (Results 1 - 25 of 478) 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.
13 #include "chrome/browser/history/history_service.h"
14 #include "chrome/browser/history/page_usage_data.h"
17 #include "chrome/browser/history/history_marshaling_android.h"
20 namespace history { namespace
29 history::RedirectList>
37 history::RedirectMap> >
41 history::MostVisitedURLList>
45 history::FilteredURLList
    [all...]
page_usage_data.h 9 #include "chrome/browser/history/history_types.h"
21 // See History::QueryPageUsageSince()
26 explicit PageUsageData(history::SegmentID id);
31 history::SegmentID GetID() const {
63 history::SegmentID id_;
history_db_task.h 10 namespace history { namespace
15 // HistoryDBTask can be used to process arbitrary work on the history backend
40 } // 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
  /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
47 typedef std::vector<std::pair<history::URLID, history::URLRow> >
49 typedef std::vector<std::pair<GURL, std::vector<history::VisitInfo> > >
54 history::HistoryBackend* history_backend,
81 void WriteToHistoryBackend(const history::URLRows* new_urls,
84 const history::VisitVector* deleted_visits);
87 // local history DB and generates a list of visits to add to the
88 // 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"
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/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_;
  /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...]
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/favicon/
favicon_changed_details.h 10 #include "chrome/browser/history/history_details.h"
14 struct FaviconChangedDetails : public history::HistoryDetails {
  /external/chromium_org/chrome/browser/autocomplete/
history_quick_provider.h 15 #include "chrome/browser/history/history_types.h"
16 #include "chrome/browser/history/in_memory_url_index.h"
20 namespace history { namespace
22 } // namespace history
25 // the history system) which quickly (and synchronously) provides matching
27 // history.
58 const history::ScoredHistoryMatch& history_match,
61 // Returns the index that should be used for history lookups.
62 history::InMemoryURLIndex* GetIndex();
65 void set_index(history::InMemoryURLIndex* index)
    [all...]
history_url_provider.h 26 namespace history { namespace
31 // How history autocomplete works
36 // Main thread History thread
61 // quickly and hit enter, no matter how loaded the main history database is.
68 // The second autocomplete pass uses the full history database, which must be
69 // queried on the history thread. Start() asks the history service schedule to
70 // callback on the history thread with a pointer to the main database. When we
85 // on the history thread, because we should only do that when we can safely
88 // Used to communicate autocomplete parameters between threads via the history
    [all...]
  /external/chromium_org/chrome/browser/ui/app_list/search/
history_unittest.cc 12 #include "chrome/browser/ui/app_list/search/history.h"
104 history_.reset(new History(profile_.get()));
121 known_results_ = history()->GetKnownResults(query).Pass();
131 History* history() { return history_.get(); } function in class:app_list::test::SearchHistoryTest
141 scoped_ptr<History> history_;
152 history()->AddLaunchEvent("cal", "calendar");
155 // Flush and recreate the history object.
159 // History should be initialized with data just added.
169 history()->AddLaunchEvent(kQuery, kPrimary)
    [all...]
  /external/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/
NavigationTest.java 69 NavigationHistory history = contentViewCore.getDirectedNavigationHistory(false, 3); local
70 assertEquals(3, history.getEntryCount());
71 assertEquals(URL_6, history.getEntryAtIndex(0).getUrl());
72 assertEquals(URL_5, history.getEntryAtIndex(1).getUrl());
73 assertEquals(URL_4, history.getEntryAtIndex(2).getUrl());
75 history = contentViewCore.getDirectedNavigationHistory(true, 3);
76 assertEquals(history.getEntryCount(), 0);
82 history = contentViewCore.getDirectedNavigationHistory(false, 4);
83 assertEquals(3, history.getEntryCount());
84 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"
26 #include "chrome/browser/history/history_types.h"
68 using history::HistoryBackend;
69 using history::URLID;
70 using history::URLRow;
94 MOCK_METHOD1(GetAllTypedURLs, bool(history::URLRows* entries))
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/top_sites/
top_sites_api.h 10 #include "chrome/browser/history/history_types.h"
27 void OnMostVisitedURLsAvailable(const history::MostVisitedURLList& data);
  /external/chromium_org/components/history/core/browser/
history_client.cc 5 #include "components/history/core/browser/history_client.h"
7 namespace history { namespace
  /external/chromium_org/testing/gtest/test/
gtest-linked_ptr_test.cc 44 Message* history = NULL; member in namespace:__anon14819
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 = NULL
    [all...]

Completed in 269 milliseconds

1 2 3 4 5 6 7 8 91011>>