Home
last modified time | relevance | path

Searched defs:hasText (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/platform/gtk/
DDataObjectGtk.h47 bool hasText() { return m_range || !m_text.isEmpty(); } in hasText() function
/external/skia/src/pdf/
DSkPDFDevice.cpp437 const SkPaint& paint, bool hasText = false) in ScopedContentEntry()
445 const SkPaint& paint, bool hasText = false) in ScopedContentEntry()
466 const SkMatrix& matrix, const SkPaint& paint, bool hasText) { in init()
1172 bool hasText, in setUpContentEntry()
1333 bool hasText, in populateGraphicStateEntryFromPaint()
/external/webkit/Source/WebCore/inspector/
DInspectorStyleSheet.cpp62 bool hasText() const { return m_hasText; } in hasText() function in ParsedStyleSheet