HomeSort by relevance Sort by last modified time
    Searched refs:permanent_node (Results 1 - 6 of 6) sorted by null

  /external/chromium/chrome/browser/sync/glue/
bookmark_model_associator.h 121 bool AssociateTaggedPermanentNode(const BookmarkNode* permanent_node,
bookmark_model_associator.cc 280 const BookmarkNode* permanent_node, const std::string&tag) {
281 // Do nothing if |permanent_node| is already initialized and associated.
282 int64 sync_id = GetSyncIdFromChromeId(permanent_node->id());
288 Associate(permanent_node, sync_id);
  /external/chromium_org/chrome/browser/sync/glue/
bookmark_model_associator.h 135 const BookmarkNode* permanent_node,
bookmark_model_associator.cc 344 const BookmarkNode* permanent_node, const std::string&tag) {
345 // Do nothing if |permanent_node| is already initialized and associated.
346 int64 sync_id = GetSyncIdFromChromeId(permanent_node->id());
352 Associate(permanent_node, sync_id);
  /external/chromium_org/chrome/browser/bookmarks/
bookmark_model.cc 330 const BookmarkNode* permanent_node = root_.GetChild(i); local
331 for (int j = permanent_node->child_count() - 1; j >= 0; --j) {
332 BookmarkNode* child_node = AsMutable(permanent_node->GetChild(j));
    [all...]
  /external/chromium_org/chrome/browser/sync/test/integration/
bookmarks_helper.cc 583 const BookmarkNode* permanent_node = root_node->GetChild(i); local
584 for (int j = permanent_node->child_count() - 1; j >= 0; --j) {
585 GetVerifierBookmarkModel()->Remove(permanent_node, j);

Completed in 161 milliseconds