Searched refs:AddLines (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/tools/idl_parser/
H A Didl_ppapi_lexer.py40 self.AddLines(t.value.count('\n'))
H A Didl_lexer.py139 self.AddLines(len(t.value))
146 self.AddLines(t.value.count('\n'))
152 self.AddLines(t.value.count('\n'))
188 def AddLines(self, count): member in class:IDLLexer
/external/chromium_org/ppapi/generators/
H A Didl_lexer.py125 self.AddLines(len(t.value))
132 self.AddLines(t.value.count('\n'))
138 self.AddLines(t.value.count('\n'))
144 self.AddLines(t.value.count('\n'))
181 def AddLines(self, count): member in class:IDLLexer
/external/chromium_org/tools/grit/grit/format/policy_templates/writers/
H A Dadm_writer.py47 def AddLines(self, other): member in class:IndentedStringBuilder
199 lines.AddLines(policies)
232 self.lines.AddLines(self._CreateTemplate(
236 self.lines.AddLines(self._CreateTemplate(
243 self.lines.AddLines(self.strings)
/external/chromium_org/third_party/skia/src/utils/win/
H A DSkDWriteGeometrySink.h38 virtual void STDMETHODCALLTYPE AddLines(const D2D1_POINT_2F *points, UINT pointsCount) SK_OVERRIDE;
H A DSkDWriteGeometrySink.cpp74 void STDMETHODCALLTYPE SkDWriteGeometrySink::AddLines(const D2D1_POINT_2F *points, UINT pointsCount) { function in class:SkDWriteGeometrySink
/external/skia/src/utils/win/
H A DSkDWriteGeometrySink.h38 virtual void STDMETHODCALLTYPE AddLines(const D2D1_POINT_2F *points, UINT pointsCount) SK_OVERRIDE;
H A DSkDWriteGeometrySink.cpp74 void STDMETHODCALLTYPE SkDWriteGeometrySink::AddLines(const D2D1_POINT_2F *points, UINT pointsCount) { function in class:SkDWriteGeometrySink
/external/chromium_org/third_party/WebKit/Source/bindings/scripts/
H A Dblink_idl_lexer.py80 self.AddLines(t.value.count('\n'))
/external/pdfium/core/src/fxge/Microsoft SDK/include/
H A DGdiPlusPath.h217 Status AddLines(IN const PointF* points, function in class:GraphicsPath
245 Status AddLines(IN const Point* points, function in class:GraphicsPath

Completed in 167 milliseconds