HomeSort by relevance Sort by last modified time
    Searched full:child_copy (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/browser/web_resource/
notification_promo.cc 149 base::Value* child_copy = DeepCopyAndResolveStrings(*it, strings); local
150 copy->Append(child_copy);
162 base::Value* child_copy = DeepCopyAndResolveStrings(&it.value(), local
164 copy->SetWithoutPathExpansion(it.key(), child_copy);
  /external/chromium/base/
values.cc 24 Value* child_copy = CopyWithoutEmptyChildren(*it); local
25 if (child_copy)
26 copy->Append(child_copy);
43 Value* child_copy = CopyWithoutEmptyChildren(child); local
44 if (child_copy)
45 copy->SetWithoutPathExpansion(*it, child_copy);
  /external/chromium_org/base/
values.cc 31 Value* child_copy = CopyWithoutEmptyChildren(*it); local
32 if (child_copy)
33 copy->Append(child_copy);
46 Value* child_copy = CopyWithoutEmptyChildren(&it.value()); local
47 if (child_copy)
48 copy->SetWithoutPathExpansion(it.key(), child_copy);

Completed in 1481 milliseconds