Searched defs:IsRoot (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/sync/syncable/
H A Dsyncable_proto_util.cc28 bool IsRoot(const sync_pb::SyncEntity& entity) { function in namespace:syncer
29 return SyncableIdFromProto(entity.id_string()).IsRoot();
H A Dsyncable_id.h59 inline bool IsRoot() const { function in class:syncer::syncable::Id
69 return IsRoot();
H A Dentry.h244 inline bool IsRoot() const { function in class:syncer::syncable::Entry
246 return kernel_->ref(ID).IsRoot();
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
H A Dpath.cc35 bool Path::IsRoot() const { function in class:nacl_io::Path
/external/chromium_org/content/shell/renderer/test_runner/
H A Dweb_ax_object_proxy.cc570 bool WebAXObjectProxy::IsRoot() const { function in class:content::WebAXObjectProxy
679 if (!IsRoot())
1048 bool RootWebAXObjectProxy::IsRoot() const { function in class:content::RootWebAXObjectProxy

Completed in 364 milliseconds