OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OnCloseElement
(Results
1 - 4
of
4
) sorted by null
/external/libweave/src/notification/
xmpp_stream_parser.cc
48
self->
OnCloseElement
(element);
70
void XmppStreamParser::
OnCloseElement
(const std::string& node_name) {
xmpp_stream_parser.h
24
// XML elements, it will call internal OnOpenElement(),
OnCloseElement
() and
75
void
OnCloseElement
(const std::string& node_name);
/external/dbus-binding-generator/chromeos-dbus-bindings/
xml_interface_parser.h
79
void
OnCloseElement
(const std::string& element_name);
xml_interface_parser.cc
242
void XmlInterfaceParser::
OnCloseElement
(const string& element_name) {
340
parser->
OnCloseElement
(element);
Completed in 51 milliseconds