Searched refs:parent_item (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/device/hid/
H A Dhid_report_descriptor_item.cc66 HidReportDescriptorItem* parent_item = parent(); local
67 if (parent_item)
68 return parent_item->GetDepth() + 1;
/external/chromium_org/tools/grit/grit/gather/
H A Dpolicy_json.py133 def _GetDescription(self, item, item_type, parent_item, key):
140 parent_item: The owner of item. (A policy of type group or enum.)
153 (key_map[key], item['name'], parent_item['name']))
157 def _AddPolicyKey(self, item, item_type, parent_item, key, depth):
168 parent_item: The owner of item. (A policy of type group or enum.)
177 self._GetDescription(item, item_type, parent_item, key))
187 def _AddItems(self, items, item_type, parent_item, depth):
194 parent_item: If items contains a list of policies, then this is the policy
212 self._AddPolicyKey(item1, item_type, parent_item, key, depth + 1)
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dglobal_menu_bar_x11.cc773 DbusmenuMenuitem* parent_item = BuildMenuItem( local
775 menuitem_child_add_position(history_menu_, parent_item, index++);
776 g_object_unref(parent_item);
790 menuitem_child_append(parent_item, restore_item);
794 menuitem_child_append(parent_item, separator);
805 parent_item,

Completed in 707 milliseconds