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

  /external/chromium_org/chrome/browser/sync/glue/
session_model_associator.cc 69 // |current_machine_tag_|.
432 TabNodePool::TabIdToTag(current_machine_tag_, tab_node_id)) !=
583 if (current_machine_tag_.empty())
593 synced_session_tracker_.SetLocalSessionTag(current_machine_tag_);
603 write_node.InitUniqueByCreation(SESSIONS, root, current_machine_tag_);
616 write_node.SetTitle(UTF8ToWide(current_machine_tag_));
618 base_specifics.set_session_tag(current_machine_tag_);
634 if (current_machine_tag_.compare(transaction_tag) != 0)
656 current_machine_tag_ = "";
671 DCHECK(current_machine_tag_.empty())
    [all...]
session_model_associator.h 127 DCHECK(!current_machine_tag_.empty());
128 return current_machine_tag_;
204 current_machine_tag_ = machine_tag;
345 std::string current_machine_tag_; member in class:browser_sync::SessionModelAssociator
  /external/chromium/chrome/browser/sync/glue/
session_model_associator.h 134 DCHECK(!current_machine_tag_.empty());
135 return current_machine_tag_;
389 std::string current_machine_tag_; member in class:browser_sync::SessionModelAssociator
session_model_associator.cc 405 if (current_machine_tag_.empty())
414 current_machine_tag_)) {
418 write_node.SetTitle(UTF8ToWide(current_machine_tag_));
458 current_machine_tag_ = "session_sync";
459 current_machine_tag_.append(dir->cache_guid());
460 VLOG(1) << "Creating machine tag: " << current_machine_tag_;
461 tab_pool_.set_machine_tag(current_machine_tag_);
    [all...]

Completed in 902 milliseconds