Searched defs:history (Results 126 - 150 of 325) sorted by relevance

1234567891011>>

/external/gtest/test/
H A Dgtest-linked_ptr_test.cc44 Message* history = NULL; member in namespace:__anon17916
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:__anon23880
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/smack/src/org/jivesoftware/smackx/workgroup/ext/history/
H A DChatMetadata.java20 package org.jivesoftware.smackx.workgroup.ext.history;
/external/chromium/chrome/browser/history/
H A Ddownload_database.cc5 #include "chrome/browser/history/download_database.h"
15 #include "chrome/browser/history/download_create_info.h"
26 // directly by the history system. See DownloadItem's
29 namespace history { namespace
200 } // namespace history
H A Dexpire_history_backend.h18 #include "chrome/browser/history/history_types.h"
25 namespace history { namespace
58 // history, as well as moving data from the main database to the archived
61 // It will automatically start periodically archiving old history once you call
79 // Begins periodic expiration of history older than the given threshold. This
120 // TODO(brettw) when we have an "archived" history database, this should take
178 // user is deleting history manually, but not when we're normally expiring old
179 // things from history).
210 // Calls ArchiveSomeOldHistory to expire some amount of old history, according
215 // Tries to expire the oldest |max_visits| visits from history tha
[all...]
H A Dhistory_browsertest.cc8 #include "chrome/browser/history/history.h"
29 // and history backend thread because the history subsystem posts tasks back
34 // A task to be scheduled on the history backend thread.
35 // Notifies the main thread after all history backend thread tasks have run.
41 virtual bool RunOnDBThread(history::HistoryBackend* backend,
42 history::HistoryDatabase* db) {
54 // Enumerates all history contents on the backend thread.
57 explicit HistoryEnumerator(HistoryService* history) { argument
116 HistoryService* history = GetHistoryService(); local
[all...]
H A Dhistory_notifications.h15 #include "chrome/browser/history/history_types.h"
18 namespace history { namespace
20 // Base class for history notifications. This needs only a virtual destructor
21 // so that the history service's broadcaster can delete it when the request
40 history::RedirectList redirects;
57 // Set when all history was deleted. False means just a subset was deleted.
61 // history is deleted. When all of it is deleted, this will be empty, since
97 } // namespace history
H A Dhistory_publisher_win.cc5 #include "chrome/browser/history/history_publisher.h"
58 namespace history { namespace
146 } // namespace history
H A Din_memory_history_backend.cc5 #include "chrome/browser/history/in_memory_history_backend.h"
14 #include "chrome/browser/history/history_notifications.h"
15 #include "chrome/browser/history/in_memory_database.h"
16 #include "chrome/browser/history/in_memory_url_index.h"
17 #include "chrome/browser/history/url_database.h"
23 namespace history { namespace
85 Details<history::URLVisitedDetails> visited_details(details);
99 *Details<history::KeywordSearchTermDetails>(details).ptr());
103 *Details<history::URLsModifiedDetails>(details).ptr());
106 OnURLsDeleted(*Details<history
[all...]
H A Dstarred_url_database_unittest.cc12 #include "chrome/browser/history/history.h"
13 #include "chrome/browser/history/starred_url_database.h"
17 namespace history { namespace
286 } // namespace history
H A Dtop_sites_backend.cc5 #include "chrome/browser/history/top_sites_backend.h"
9 #include "chrome/browser/history/top_sites_database.h"
12 namespace history { namespace
153 } // namespace history
/external/chromium/chrome/browser/sync/glue/
H A Dtyped_url_data_type_controller.h28 namespace history { namespace
88 void StartImpl(history::HistoryBackend* backend);
H A Dtyped_url_model_associator.h16 #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
[all...]
/external/chromium_org/chrome/browser/download/
H A Ddownload_history.h16 #include "chrome/browser/history/history_service.h"
20 namespace history { namespace
22 } // namespace history
33 explicit HistoryAdapter(HistoryService* history);
40 const history::DownloadRow& info,
43 virtual void UpdateDownload(const history::DownloadRow& data);
58 // the task is posted to the history thread.
60 const history::DownloadRow& info) {}
73 // Neither |manager| nor |history| may be NULL.
78 scoped_ptr<HistoryAdapter> history);
[all...]
/external/chromium_org/chrome/browser/history/android/
H A Dandroid_cache_database_unittest.cc8 #include "chrome/browser/history/android/android_cache_database.h"
9 #include "chrome/browser/history/android/android_time.h"
10 #include "chrome/browser/history/history_database.h"
17 namespace history { namespace
30 temp_dir_.path().AppendASCII("history.db");
48 base::FilePath history_db_name = temp_dir.path().AppendASCII("history.db");
114 } // namespace history
H A Dandroid_provider_backend.h15 #include "chrome/browser/history/android/android_cache_database.h"
16 #include "chrome/browser/history/android/android_history_types.h"
17 #include "chrome/browser/history/android/sql_handler.h"
18 #include "chrome/browser/history/history_backend.h"
19 #include "chrome/browser/history/history_notifications.h"
25 namespace history { namespace
37 // a. The android_urls table is created in history database if it doesn't
90 // if |selection| is empty all history and bookmarks are deleted.
95 // Deletes the matched history, returns true on success, false on error.
159 // The new transactions are started automatically in both history an
[all...]
H A Dandroid_urls_database.cc5 #include "chrome/browser/history/android/android_urls_database.h"
9 namespace history { namespace
179 } // namespace history
H A Dbookmark_model_sql_handler_unittest.cc5 #include "chrome/browser/history/android/bookmark_model_sql_handler.h"
11 #include "chrome/browser/history/history_database.h"
22 namespace history { namespace
56 // Create the directory for history database.
252 } // namespace history
H A Dvisit_sql_handler.cc5 #include "chrome/browser/history/android/visit_sql_handler.h"
8 #include "chrome/browser/history/history_database.h"
12 namespace history { namespace
145 } // namespace history.
/external/chromium_org/chrome/browser/history/
H A Ddownload_database.h20 namespace history { namespace
138 } // namespace history
H A Ddownload_row.cc5 #include "chrome/browser/history/download_row.h"
7 namespace history { namespace
59 } // namespace history
H A Dexpire_history_backend.h17 #include "chrome/browser/history/history_types.h"
23 namespace history { namespace
60 // history, as well as moving data from the main database to the archived
63 // It will automatically start periodically archiving old history once you call
80 // Begins periodic expiration of history older than the given threshold. This
175 // user is deleting history manually, but not when we're normally expiring old
176 // things from history).
204 // Enum representing what type of action resulted in the history DB deletion.
220 // Calls ArchiveSomeOldHistory to expire some amount of old history, according
225 // Tries to expire the oldest |max_visits| visits from history tha
[all...]
H A Dhistory_backend_android.cc5 #include "chrome/browser/history/history_backend.h"
7 #include "chrome/browser/history/android/android_provider_backend.h"
9 namespace history { namespace
95 history::AndroidStatement* statement,
183 } // namespace history
H A Dhistory_publisher_win.cc5 #include "chrome/browser/history/history_publisher.h"
43 namespace history { namespace
117 } // namespace history
H A Din_memory_history_backend.cc5 #include "chrome/browser/history/in_memory_history_backend.h"
15 #include "chrome/browser/history/history_notifications.h"
16 #include "chrome/browser/history/in_memory_database.h"
17 #include "chrome/browser/history/url_database.h"
22 namespace history { namespace
69 content::Details<history::URLVisitedDetails> visited_details(details);
83 *content::Details<history::KeywordSearchTermDetails>(details).ptr());
87 *content::Details<history::URLsModifiedDetails>(details).ptr());
91 *content::Details<history::URLsDeletedDetails>(details).ptr());
130 // When all history i
[all...]

Completed in 361 milliseconds

1234567891011>>