OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:typed_urls
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/sync/glue/
typed_url_model_associator.cc
37
std::vector<history::URLRow>
typed_urls
;
local
38
if (!history_backend_->GetAllTypedURLs(&
typed_urls
)) {
45
for (std::vector<history::URLRow>::iterator ix =
typed_urls
.begin();
46
ix !=
typed_urls
.end(); ++ix) {
70
for (std::vector<history::URLRow>::iterator ix =
typed_urls
.begin();
71
ix !=
typed_urls
.end(); ++ix) {
82
if (node.InitByClientTagLookup(syncable::
TYPED_URLS
, tag)) {
94
if (!write_node.InitByClientTagLookup(syncable::
TYPED_URLS
, tag)) {
117
if (!node.InitUniqueByCreation(syncable::
TYPED_URLS
,
495
return encrypted_types.count(syncable::
TYPED_URLS
) == 0 |
[
all
...]
/external/chromium_org/chrome/browser/sync/glue/
typed_url_model_associator.cc
178
history::URLRows
typed_urls
;
local
181
history_backend_ && history_backend_->GetAllTypedURLs(&
typed_urls
);
206
for (history::URLRows::iterator ix =
typed_urls
.begin();
207
ix !=
typed_urls
.end();) {
214
ix =
typed_urls
.erase(ix);
232
for (history::URLRows::iterator ix =
typed_urls
.begin();
233
ix !=
typed_urls
.end(); ++ix) {
240
if (node.InitByClientTagLookup(syncer::
TYPED_URLS
, tag) ==
260
if (write_node.InitByClientTagLookup(syncer::
TYPED_URLS
, tag) !=
298
node.InitUniqueByCreation(syncer::
TYPED_URLS
,
[
all
...]
Completed in 1920 milliseconds