OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AndroidURLID
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/chrome/browser/history/android/
android_urls_database.h
34
AndroidURLID
AddAndroidURLRow(const std::string& raw_url, URLID url_id);
51
bool UpdateAndroidURLRow(
AndroidURLID
id,
android_history_types.h
21
typedef int64
AndroidURLID
;
133
void set_id(
AndroidURLID
id) {
137
AndroidURLID
id() const {
169
AndroidURLID
id_;
282
AndroidURLID
id;
android_urls_database.cc
48
AndroidURLID
AndroidURLsDatabase::AddAndroidURLRow(const std::string& raw_url,
120
bool AndroidURLsDatabase::UpdateAndroidURLRow(
AndroidURLID
id,
android_urls_sql_handler.cc
44
AndroidURLID
new_id = history_db_->AddAndroidURLRow(row->raw_url(),
android_provider_backend.h
84
AndroidURLID
InsertHistoryAndBookmark(const HistoryAndBookmarkRow& values);
214
AndroidURLID
InsertHistoryAndBookmark(const HistoryAndBookmarkRow& values,
android_provider_backend.cc
174
AndroidURLID
AndroidProviderBackend::InsertHistoryAndBookmark(
180
AndroidURLID
id = InsertHistoryAndBookmark(values, ¬ifications, true);
366
AndroidURLID
AndroidProviderBackend::InsertHistoryAndBookmark(
[
all
...]
android_provider_backend_unittest.cc
[
all
...]
/external/chromium_org/chrome/browser/history/
history_backend_android.cc
17
AndroidURLID
id = 0;
Completed in 411 milliseconds