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

  /external/chromium_org/third_party/protobuf/python/
stubout.py 109 def Set(self, parent, child_name, new_child):
110 """Replace child_name's old definition with new_child, in the context
116 This method supports the case where child_name is a staticmethod or a
119 old_child = getattr(parent, child_name)
121 old_attribute = parent.__dict__.get(child_name)
125 self.cache.append((parent, old_child, child_name))
126 setattr(parent, child_name, new_child)
138 for (parent, old_child, child_name) in self.cache:
139 setattr(parent, child_name, old_child)
  /external/protobuf/python/
stubout.py 109 def Set(self, parent, child_name, new_child):
110 """Replace child_name's old definition with new_child, in the context
116 This method supports the case where child_name is a staticmethod or a
119 old_child = getattr(parent, child_name)
121 old_attribute = parent.__dict__.get(child_name)
125 self.cache.append((parent, old_child, child_name))
126 setattr(parent, child_name, new_child)
138 for (parent, old_child, child_name) in self.cache:
139 setattr(parent, child_name, old_child)
  /external/chromium_org/chrome/common/extensions/api/
extension_api.cc 86 const std::string& child_name) {
92 child_node = FindListItem(list_node, "name", child_name);
341 std::string child_name; local
342 std::string api_name = GetAPINameFromFullName(full_name, &child_name);
367 if (!child_name.empty())
368 result = GetSchemaChild(result, child_name);
386 std::string child_name; local
388 GetAPINameFromFullName(feature_name, &child_name));
394 std::string* child_name) {
402 if (child_name) {
    [all...]
extension_api.h 101 // The |child_name| parameter can be be NULL if you don't need that part.
103 std::string* child_name);
extension_api_unittest.cc 635 std::string child_name; member in struct:extensions::__anon9084
651 std::string child_name; local
653 &child_name);
655 EXPECT_EQ(test_data[i].child_name, child_name) << test_data[i].input;
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/xmpp/
pubsub_task.cc 158 const buzz::QName& child_name(child_element->Name());
159 if (child_name == QN_PUBSUB_EVENT_ITEMS) {
185 const buzz::QName& child_name(child_element->Name());
186 if (child_name == QN_PUBSUB_ITEMS) {
  /external/chromium_org/chrome/browser/chromeos/drive/
resource_metadata_storage.h 142 const std::string& child_name);
172 const std::string& child_name);
resource_metadata_storage.cc 426 const std::string& child_name) {
432 leveldb::Slice(GetChildEntryKey(parent_resource_id, child_name)),
514 const std::string& child_name) {
517 key.append(child_name);
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
dot.rb 153 child_name = 'n%i' % @node_to_number_map[ tree ]
155 :parent => parent_name, :child => child_name,
  /external/chromium_org/third_party/WebKit/Source/bindings/scripts/
idl_definitions_builder.py 237 child_name = child.GetName()
238 if child_name != '...':
239 raise ValueError('Unrecognized Argument node; expected "...", got "%s"' % child_name)
  /external/chromium/chrome/browser/metrics/
metrics_service.cc     [all...]
  /external/chromium_org/chrome/browser/metrics/
metrics_service.cc 1608 const string16& child_name = data.name; local
    [all...]
  /external/chromium/chrome/browser/sync/syncable/
syncable_unittest.cc 993 std::string child_name = "child"; local
    [all...]
  /external/chromium_org/tools/gyp/pylib/gyp/
xcodeproj_file.py     [all...]
  /external/chromium_org/third_party/pexpect/
pexpect.py 649 child_name = os.ttyname(tty_fd)
675 fd = os.open(child_name, os.O_RDWR)
677 raise ExceptionPexpect("Could not open child pty, " + child_name)
    [all...]
  /external/chromium/net/disk_cache/
sparse_control.cc 133 std::string child_name = GenerateChildName(name_, signature_, child_id); local
134 backend_->SyncDoomEntry(child_name);
  /external/chromium_org/net/disk_cache/
sparse_control.cc 134 std::string child_name = GenerateChildName(name_, signature_, child_id); local
135 backend_->SyncDoomEntry(child_name);
  /external/chromium_org/net/disk_cache/v3/
sparse_control_v3.cc 134 std::string child_name = GenerateChildName(name_, signature_, child_id); local
135 backend_->SyncDoomEntry(child_name);
  /external/chromium_org/webkit/browser/fileapi/
sandbox_directory_database.cc 97 const base::FilePath::StringType& child_name) {
99 name = fileapi::FilePathToString(base::FilePath(child_name));
  /external/chromium_org/sync/syncable/
syncable_unittest.cc 1192 std::string child_name = "child"; local
    [all...]
  /external/chromium/chrome/browser/sync/engine/
syncer_unittest.cc 1026 string child_name = "B"; local
1097 string child_name = "B"; local
    [all...]
  /external/chromium_org/sync/engine/
syncer_unittest.cc 1501 string child_name = "B"; local
1570 string child_name = "B"; local
    [all...]

Completed in 494 milliseconds