HomeSort by relevance Sort by last modified time
    Searched defs:typed_url (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/sync/glue/
typed_url_model_associator_unittest.cc 42 sync_pb::TypedUrlSpecifics typed_url; local
43 typed_url.set_url(url);
44 typed_url.set_title(title);
45 typed_url.set_typed_count(typed_count);
46 typed_url.set_hidden(hidden);
47 typed_url.add_visit(last_visit);
48 return typed_url;
typed_url_model_associator.cc 39 LOG(ERROR) << "Could not get the typed_url entries.";
64 LOG(ERROR) << "Server did not create the top-level typed_url node. We "
83 const sync_pb::TypedUrlSpecifics& typed_url(
85 DCHECK_EQ(tag, typed_url.url());
90 int difference = MergeUrls(typed_url, *ix, &visits, &new_url,
95 LOG(ERROR) << "Failed to edit typed_url sync node.";
119 LOG(ERROR) << "Failed to create typed_url sync node.";
139 const sync_pb::TypedUrlSpecifics& typed_url(
142 if (current_urls.find(typed_url.url()) == current_urls.end()) {
145 GURL(typed_url.url())
443 sync_pb::TypedUrlSpecifics typed_url; local
    [all...]

Completed in 119 milliseconds