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

/external/chromium_org/device/hid/
H A Dhid_report_descriptor.cc63 linked_ptr<HidReportDescriptorItem> current_item = *items_iter; local
65 switch (current_item->tag()) {
68 if (!current_item->parent()) {
90 (HidUsageAndPage::Page)current_item->GetShortData();
96 current_item->GetShortData());
114 current_report_count = current_item->GetShortData();
117 current_report_size = current_item->GetShortData();
135 current_usage = current_item->GetShortData();
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dglobal_menu_bar_x11.cc691 DbusmenuMenuitem* current_item = reinterpret_cast<DbusmenuMenuitem*>( local
693 ClearMenuSection(current_item, tag_id);
698 menuitems_to_delete.push_back(current_item);
/external/chromium_org/tools/deep_memory_profiler/visualizer/static/third_party/jqTree/
H A Dtree.jquery.js1503 this.dnd_handler.current_item = this._getNodeElementForNode(moving_node);
1951 this.current_item = node_element;
1952 return this.current_item !== null;
1959 this.drag_element = new DragElement(this.current_item.node, position_info.page_x - offset.left, position_info.page_y - offset.top, this.tree_widget.element);
1961 this.current_item.$element.addClass('jqtree-moving');
1994 return this.tree_widget.options.onCanMoveTo(this.current_item.node, area.node, position_name);
2006 if (this.current_item) {
2007 this.current_item.$element.removeClass('jqtree-moving');
2073 if (node === _this.current_item.node) {
2078 if (next_node === _this.current_item
[all...]

Completed in 4023 milliseconds