OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:URLRow
(Results
101 - 125
of
143
) sorted by null
1
2
3
4
5
6
/external/chromium/chrome/browser/autocomplete/
extension_app_provider.cc
164
history::
URLRow
info;
history_quick_provider.cc
124
const history::
URLRow
& info = history_match.url_info;
history_quick_provider_unittest.cc
136
history::
URLRow
url_info(current_url);
/external/chromium/chrome/browser/
custom_home_pages_table_model.cc
174
const history::
URLRow
* row,
/external/chromium/chrome/browser/history/
history_types_unittest.cc
173
URLRow
url_row(url);
starred_url_database_unittest.cc
26
URLRow
row(url);
starred_url_database.cc
276
URLRow
url_row;
279
url_row =
URLRow
(entry->url);
/external/chromium/chrome/browser/search_engines/
template_url_model_unittest.cc
813
details.row = history::
URLRow
(GURL(data[i].url));
835
details.row = history::
URLRow
(GURL(data[i].url));
[
all
...]
/external/chromium_org/chrome/browser/autocomplete/
extension_app_provider.cc
218
history::
URLRow
info;
history_quick_provider.cc
254
const history::
URLRow
& info = history_match.url_info;
/external/chromium_org/chrome/browser/
custom_home_pages_table_model.cc
236
const history::
URLRow
* row,
/external/chromium_org/chrome/browser/history/android/
bookmark_model_sql_handler.cc
107
URLRow
url_row;
bookmark_model_sql_handler_unittest.cc
121
URLRow
url_row(GURL("http://www.google.com"));
/external/chromium_org/chrome/browser/history/
history_service.cc
328
history::
URLRow
url_row;
338
history::
URLRow
url_row;
347
history::
URLRow
url_row;
574
history::
URLRow
row(url);
[
all
...]
history_backend.h
399
virtual bool UpdateURL(URLID id, const history::
URLRow
& url);
413
virtual bool GetURL(const GURL& url, history::
URLRow
* url_row);
472
// added for each given URL at the last visit time in the
URLRow
if the
[
all
...]
history_service.h
240
// success will be true and the information will be in the
URLRow
parameter.
249
const history::
URLRow
*,
660
// Reads a
URLRow
from in-memory database. Returns false if database is not
662
bool GetRowForURL(const GURL& url, history::
URLRow
* url_row);
[
all
...]
/external/chromium/chrome/browser/importer/
firefox3_importer.cc
132
std::vector<history::
URLRow
> rows;
140
history::
URLRow
row(url);
ie_importer.cc
162
std::vector<history::
URLRow
> rows;
185
history::
URLRow
row(url);
profile_writer.cc
45
void ProfileWriter::AddHistoryPage(const std::vector<history::
URLRow
>& page,
/external/chromium_org/chrome/browser/extensions/api/history/
history_api.cc
64
scoped_ptr<HistoryItem> GetHistoryItem(const history::
URLRow
& row) {
317
const history::
URLRow
* url_row,
/external/chromium_org/chrome/browser/predictors/
autocomplete_action_predictor.cc
303
history::
URLRow
::URLRowHasURL(it->first.url)) != rows.end()) {
507
history::
URLRow
url_row;
/external/chromium/chrome/browser/bookmarks/
bookmark_index.cc
132
history::
URLRow
url;
/external/chromium_org/chrome/browser/bookmarks/
bookmark_index.cc
140
history::
URLRow
url;
/external/chromium_org/chrome/browser/importer/
in_process_importer_bridge.cc
35
history::
URLRow
row(it->url);
/external/chromium_org/chrome/browser/sync/glue/
typed_url_change_processor.cc
103
history::
URLRow
url, syncer::WriteTransaction* trans) {
Completed in 1384 milliseconds
1
2
3
4
5
6