OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetIsDir
(Results
1 - 12
of
12
) sorted by null
/external/chromium_org/sync/syncable/
syncable_util.cc
61
if (entry->
GetIsDir
()) {
nigori_util.cc
124
if (child.
GetIsDir
()) {
228
if (!entry->
GetIsDir
())
entry.cc
84
if (!GetUniqueServerTag().empty() &&
GetIsDir
())
entry.h
134
bool
GetIsDir
() const {
directory.cc
[
all
...]
syncable_unittest.cc
734
bool not_dir = !e.
GetIsDir
();
[
all
...]
/external/chromium_org/sync/engine/
conflict_resolver.cc
190
if (entry.
GetIsDir
()) {
commit_util.cc
90
sync_entry->set_folder(meta_entry.
GetIsDir
());
357
if (local_entry->
GetIsDir
() && local_entry->GetIsDel()) {
syncer_util.cc
235
if (!parent.good() || parent.GetIsDel() || !parent.
GetIsDir
()) {
246
} else if (entry->
GetIsDir
()) {
593
if (is_directory != target->
GetIsDir
() ||
syncer_unittest.cc
258
EXPECT_FALSE(entry->
GetIsDir
());
267
EXPECT_FALSE(entry->
GetIsDir
());
[
all
...]
/external/chromium_org/sync/internal_api/
base_node.cc
174
return GetEntry()->
GetIsDir
();
253
if (GetEntry()->
GetIsDir
()) {
write_node.cc
37
if (entry_->
GetIsDir
() == folder)
Completed in 946 milliseconds