Searched defs:CreateElement (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/xmllite/
H A Dxmlbuilder.cc135 XmlBuilder::CreateElement() { function in class:buzz::XmlBuilder
/external/chromium_org/third_party/webrtc/libjingle/xmllite/
H A Dxmlbuilder.cc118 XmlBuilder::CreateElement() { function in class:buzz::XmlBuilder
/external/chromium_org/third_party/skia/src/svg/
H A DSkSVGParser.cpp206 SkSVGElement* element = CreateElement(type, parent);
358 SkSVGElement* SkSVGParser::CreateElement(SkSVGTypes type, SkSVGElement* parent) { function in class:SkSVGParser
/external/skia/src/svg/
H A DSkSVGParser.cpp206 SkSVGElement* element = CreateElement(type, parent);
358 SkSVGElement* SkSVGParser::CreateElement(SkSVGTypes type, SkSVGElement* parent) { function in class:SkSVGParser
/external/chromium_org/chrome/test/chromedriver/
H A Delement_util.cc99 args.Append(CreateElement(element_id));
134 args.Append(CreateElement(element_id));
166 args.Append(CreateElement(element_id));
210 base::DictionaryValue* CreateElement(const std::string& element_id) { function
248 arguments.Append(CreateElement(*root_element_id));
309 scoped_ptr<base::Value> element_dict(CreateElement(element_id));
321 args.Append(CreateElement(element_id));
377 args.Append(CreateElement(element_id));
437 args.Append(CreateElement(element_id));
456 args.Append(CreateElement(element_i
[all...]
/external/pdfium/core/src/reflow/
H A Dautoreflow.cpp208 CreateElement();
235 void CPDF_AutoReflowLayoutProvider::CreateElement() function in class:CPDF_AutoReflowLayoutProvider
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DNode.h731 CreateElement = CreateContainer | IsElementFlag, enumerator in enum:blink::Node::ConstructionType
734 CreateHTMLElement = CreateElement | IsHTMLFlag,
735 CreateSVGElement = CreateElement | IsSVGFlag,

Completed in 2137 milliseconds