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

  /external/dbus-binding-generator/chromeos-dbus-bindings/
xml_interface_parser.cc 72 element_path_.clear();
84 CHECK(element_path_.empty());
101 if (!element_path_.empty())
102 prev_element = element_path_.back();
103 element_path_.push_back(element_name);
109 GetElementAttribute(attributes, element_path_, kNameAttribute, &name);
115 string interface_name = GetValidatedElementName(attributes, element_path_);
126 Interface::Method(GetValidatedElementName(attributes, element_path_)));
131 Interface::Signal(GetValidatedElementName(attributes, element_path_)));
136 element_path_));
    [all...]
xml_interface_parser.h 129 std::vector<std::string> element_path_; member in class:chromeos_dbus_bindings::XmlInterfaceParser

Completed in 58 milliseconds