Searched refs:AddLine (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/tools/grit/grit/format/policy_templates/writers/
H A Dadm_writer.py28 def AddLine(self, string='', indent_diff=0): member in class:IndentedStringBuilder
56 self.AddLine(line)
88 self.strings.AddLine(line)
91 builder.AddLine('#if version >= 4', 1)
92 builder.AddLine('SUPPORTED !!SUPPORTED_WINXPSP2')
93 builder.AddLine('#endif', -1)
107 builder.AddLine()
109 builder.AddLine('PART !!%s %s' % (policy_part_name, adm_type), 1)
113 builder.AddLine('KEYNAME "%s\\%s"' % (key_name, policy['name']))
114 builder.AddLine('VALUEPREFI
[all...]
/external/chromium_org/v8/tools/
H A Dcheck-name-clashes.py40 self.AddLine(match.group(3))
42 def AddLine(self, line): member in class:Macro
80 found_macro.AddLine(line)
/external/chromium_org/ui/gfx/
H A Dtext_elider.cc337 void AddLine(const base::string16& line);
387 AddLine(lines.GetString());
401 void RectangleString::AddLine(const base::string16& line) { function in class:gfx::__anon16909::RectangleString
506 void AddLine(const base::string16& line);
580 AddLine(line);
601 void RectangleText::AddLine(const base::string16& line) { function in class:gfx::__anon16909::RectangleText
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dwebrtcsdp.cc423 static bool AddLine(const std::string& line, std::string* message) { function in namespace:webrtc
482 AddLine(os.str(), message);
526 return AddLine(os.str(), message);
698 AddLine(mline, &new_lines);
730 AddLine(os.str(), &new_lines);
783 AddLine(kSessionVersion, &message);
797 AddLine(os.str(), &message);
798 AddLine(kSessionName, &message);
801 AddLine(kTimeDescription, &message);
815 AddLine(group_lin
[all...]
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/test/BWEStandAlone/
H A DMatlabPlot.cc423 int MatlabPlot::AddLine(int maxLen /*= -1*/, const char *plotAttrib /*= NULL*/, const char *name /*= NULL*/) function in class:MatlabPlot
544 lineIx = AddLine(-1, NULL, name);
567 lineIx = AddLine(-1, NULL, name);
880 trendIx = AddLine(2 /*maxLen*/, plotAttrib, trendName);
H A DMatlabPlot.h97 int AddLine(int maxLen = -1, const char *plotAttrib = NULL, const char *name = NULL);
/external/pdfium/core/src/fxge/Microsoft SDK/include/
H A DGdiPlusPath.h203 Status AddLine(IN const PointF& pt1, function in class:GraphicsPath
206 return AddLine(pt1.X, pt1.Y, pt2.X, pt2.Y);
209 Status AddLine(IN REAL x1, function in class:GraphicsPath
224 Status AddLine(IN const Point& pt1, function in class:GraphicsPath
227 return AddLine(pt1.X,
233 Status AddLine(IN INT x1, function in class:GraphicsPath
/external/chromium_org/third_party/skia/gm/
H A Ddegeneratesegments.cpp118 static SkPoint AddLine(SkPath& path, SkPoint& startPt) { function in class:skiagm::DegenerateSegmentsGM
227 AddLine,
/external/skia/gm/
H A Ddegeneratesegments.cpp118 static SkPoint AddLine(SkPath& path, SkPoint& startPt) { function in class:skiagm::DegenerateSegmentsGM
227 AddLine,
/external/pdfium/core/src/fpdfdoc/
H A Ddoc_vt.cpp90 CPVT_WordPlace CSection::AddLine(const CPVT_LineInfo & lineinfo) function in class:CSection
680 m_pSection->AddLine(line);
706 m_pSection->AddLine(line);
727 m_pSection->AddLine(line);
847 AddLine(place, lineinfo);
1297 CPVT_WordPlace CPDF_VariableText::AddLine(const CPVT_WordPlace & place, const CPVT_LineInfo & lineinfo) function in class:CPDF_VariableText
1303 return pSection->AddLine(lineinfo);
H A Dpdf_vt.h294 CPVT_WordPlace AddLine(const CPVT_LineInfo & lineinfo);
553 CPVT_WordPlace AddLine(const CPVT_WordPlace & place, const CPVT_LineInfo & lineinfo);

Completed in 301 milliseconds