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

  /external/chromium/chrome/browser/sync/syncable/
syncable_id.h 61 inline bool IsRoot() const {
71 return IsRoot();
syncable_id.cc 29 // "" would be convenient here, as the IsRoot call would not be needed.
30 if (IsRoot())
syncable.cc 171 return !a->ref(IS_DEL) && !a->ref(ID).IsRoot();
    [all...]
nigori_util.cc 171 if (id_string.IsRoot())
model_type.cc 123 DCHECK(!sync_entity.id().IsRoot()); // Root shouldn't ever go over the wire.
syncable.h 416 inline bool IsRoot() const {
418 return kernel_->ref(ID).IsRoot();
    [all...]
directory_backing_store_unittest.cc     [all...]
syncable_unittest.cc 290 ExpectBooleanValue(false, *value, "isRoot");
    [all...]
  /external/chromium/chrome/browser/sync/engine/
conflict_resolver.cc 196 while (!parentid.IsRoot()) {
203 if (parentid.IsRoot())
232 while (!id.IsRoot()) {
243 while (!id.IsRoot()) {
283 while (!id.IsRoot() && --loop_detection >= 0) {
318 while (!id.IsRoot() && id != reroot_id) {
build_and_process_conflict_sets_command.cc 272 while (!parent_id.IsRoot()) {
287 if (parent_id.IsRoot())
364 while (!parent_id.IsRoot()) {
365 if (!double_step_parent_id.IsRoot()) {
change_reorder_buffer.cc 52 if (node.Get(syncable::ID).IsRoot()) {
200 while (!id.IsRoot()) {
process_commit_response_command_unittest.cc 237 ASSERT_FALSE(new_fid.IsRoot());
254 ASSERT_TRUE(b2.Get(syncable::NEXT_ID).IsRoot());
266 ASSERT_TRUE(a2.Get(syncable::NEXT_ID).IsRoot());
326 ASSERT_FALSE(new_fid.IsRoot());
342 while (!cid.IsRoot()) {
build_commit_command.cc 178 prev_id.IsRoot() ? string() : prev_id.GetServerId();
get_commit_ids_command.cc 99 while (!prev_id.IsRoot()) {
syncer_util.cc 467 while (!local_up_to_date_predecessor.IsRoot()) {
583 CHECK(id.IsRoot()) << "Non-root item is self parenting." << *entry;
588 if (entry->IsRoot()) {
614 while (!prev_id.IsRoot()) {
    [all...]
syncapi.cc 292 if (id_string.IsRoot())
299 if (id_string.IsRoot())
309 if (id_string.IsRoot())
882 if ((!predecessor && old.IsRoot()) |
    [all...]
syncer_unittest.cc 283 while (!test->id.IsRoot()) {
    [all...]
  /external/chromium/chrome/browser/ui/gtk/bookmarks/
bookmark_editor_gtk.cc 70 running_menu_for_root_ = selected_node->parent()->IsRoot();
  /external/llvm/lib/Transforms/Scalar/
Reassociate.cpp 632 bool IsRoot) {
644 if (!IsRoot) {
    [all...]

Completed in 203 milliseconds