/external/chromium_org/chrome/common/extensions/docs/server2/ |
manifest_features.py | 26 def add_child(features, parent, child_name, value): 27 value['name'] = child_name 30 features[parent]['children'][child_name] = value 36 parent, child_name = name.split('.', 1) 37 add_child(features, parent, child_name, value)
|
/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/extensions/common/ |
extension_api.cc | 86 const std::string& child_name) { 92 child_node = FindListItem(list_node, "name", child_name); 335 std::string child_name; local 336 std::string api_name = GetAPINameFromFullName(full_name, &child_name); 361 if (!child_name.empty()) 362 result = GetSchemaChild(result, child_name); 380 std::string child_name; local 382 GetAPINameFromFullName(feature_name, &child_name)); 388 std::string* child_name) { 396 if (child_name) { [all...] |
extension_api.h | 102 // The |child_name| parameter can be be NULL if you don't need that part. 104 std::string* child_name);
|
/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 | 161 const std::string& child_name); 193 const std::string& child_name);
|
resource_metadata_storage.cc | 695 const std::string& child_name) { 698 DCHECK(!child_name.empty()); 702 leveldb::Slice(GetChildEntryKey(parent_id, child_name)), 803 const std::string& child_name) { 805 DCHECK(!child_name.empty()); 809 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/chrome/common/extensions/api/ |
extension_api_unittest.cc | 671 std::string child_name; member in struct:extensions::__anon6642 687 std::string child_name; local 689 &child_name); 691 EXPECT_EQ(test_data[i].child_name, child_name) << test_data[i].input; [all...] |
/external/chromium_org/third_party/WebKit/Source/bindings/scripts/unstable/ |
idl_definitions_builder.py | 238 child_name = child.GetName() 239 if child_name != '...': 240 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 | 1881 const base::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/sync/syncable/ |
syncable_unittest.cc | 1192 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/engine/ |
syncer_unittest.cc | 1398 string child_name = "B"; local 1467 string child_name = "B"; local [all...] |
/external/chromium/chrome/browser/sync/engine/ |
syncer_unittest.cc | 1026 string child_name = "B"; local 1097 string child_name = "B"; local [all...] |