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

  /external/chromium_org/sync/syncable/
syncable_proto_util.cc 28 bool IsRoot(const sync_pb::SyncEntity& entity) {
29 return SyncableIdFromProto(entity.id_string()).IsRoot();
syncable_id.h 59 inline bool IsRoot() const {
69 return IsRoot();
entry.h 126 inline bool IsRoot() const {
128 return kernel_->ref(ID).IsRoot();
  /external/chromium/chrome/browser/sync/syncable/
syncable_id.h 61 inline bool IsRoot() const {
71 return IsRoot();
syncable.h 416 inline bool IsRoot() const {
418 return kernel_->ref(ID).IsRoot();
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/ntp/android/
bookmarks_handler.cc 245 if (IsRoot(parent))
256 result->SetBoolean("root", IsRoot(folder));
457 bool BookmarksHandler::IsRoot(const BookmarkNode* node) const {

Completed in 93 milliseconds