Home
last modified time | relevance | path

Searched defs:isText (Results 1 – 12 of 12) sorted by relevance

/external/webkit/Source/WebCore/rendering/
DRenderListMarker.h65 bool isText() const { return !isImage(); } in isText() function
DInlineBox.h153 bool isText() const { return m_isText; } in isText() function
DRenderObject.h404 bool isText() const { return m_isText; } in isText() function
/external/webkit/Source/WebKit/chromium/src/
DWebInputElement.cpp48 bool WebInputElement::isText() const in isText() function in WebKit::WebInputElement
/external/valgrind/main/coregrind/
Dm_redir.c338 Bool isText; in VG_() local
526 Bool anyMark, isText, isIFunc; in generate_and_add_actives() local
1264 Bool isText = False; in handle_require_text_symbols() local
/external/webkit/Source/WebCore/rendering/style/
DContentData.h55 bool isText() const { return m_type == CONTENT_TEXT; } in isText() function
/external/markdown/markdown/
Dtreeprocessors.py100 def __processElementText(self, node, subnode, isText=True): argument
/external/llvm/include/llvm/Object/
DObjectFile.h296 inline error_code SectionRef::isText(bool &Result) const { in isText() function
/external/llvm/include/llvm/MC/
DSectionKind.h138 bool isText() const { return K == Text; } in isText() function
/external/llvm/lib/MC/MCParser/
DDarwinAsmParser.cpp305 bool isText = StringRef(Segment) == "__TEXT"; // FIXME: Hack. in ParseSectionSwitch() local
446 bool isText = Segment == "__TEXT"; // FIXME: Hack. in ParseDirectiveSection() local
/external/webkit/Source/WebCore/html/
DHTMLInputElement.cpp1519 bool HTMLInputElement::isText() const in isText() function in WebCore::HTMLInputElement
/external/valgrind/main/coregrind/m_debuginfo/
Dpriv_storage.h59 Bool isText; member