Searched defs:isText (Results 1 - 24 of 24) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderListMarker.h77 bool isText() const { return !isImage(); } function in class:blink::FINAL
H A DInlineBox.h117 bool isText() const { return m_bitfields.isText(); } function in class:blink::InlineBox
118 void setIsText(bool isText) { m_bitfields.setIsText(isText); } argument
284 if (!renderer().isText())
354 ADD_BOOLEAN_BITFIELD(isText, IsText); // Whether or not this object represents text with a non-zero height. Includes non-image list markers, text boxes.
H A DRenderObject.h541 bool isText() const { return m_bitfields.isText(); } function in class:blink::RenderObject
1261 ADD_BOOLEAN_BITFIELD(isText, IsText);
1370 if (isText() && !isBR())
1380 if (isText() && !isBR())
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DContentData.h52 virtual bool isText() const { return false; } function in class:blink::ContentData
112 virtual bool isText() const OVERRIDE { return true; }
117 if (!data.isText())
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebInputElement.cpp55 bool WebInputElement::isText() const function in class:blink::WebInputElement
/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/kdom/
H A DNode.java162 if (isText(i))
176 return (isText(index)) ? (String) getChild(index) : null;
215 public boolean isText(int i) { method in class:Node
/external/llvm/include/llvm/MC/
H A DSectionKind.h138 bool isText() const { return K == Text; } function in class:llvm::SectionKind
/external/llvm/include/llvm/Object/
H A DObjectFile.h104 std::error_code isText(bool &Result) const;
434 inline std::error_code SectionRef::isText(bool &Result) const { function in class:llvm::object::SectionRef
/external/llvm/tools/llvm-size/
H A Dllvm-size.cpp369 bool isText = false; local
374 if (error(Section.isText(isText)))
380 if (isText)
/external/llvm/lib/MC/MCAnalysis/
H A DMCObjectDisassembler.cpp92 bool isText; local
93 Section.isText(isText);
96 if (!isData && !isText)
119 if (isText) {
/external/llvm/lib/MC/MCParser/
H A DDarwinAsmParser.cpp382 bool isText = TAA & MachO::S_ATTR_PURE_INSTRUCTIONS; local
385 isText ? SectionKind::getText()
583 bool isText = Segment == "__TEXT"; // FIXME: Hack.
586 isText ? SectionKind::getText()
/external/valgrind/main/coregrind/
H A Dm_redir.c404 Bool isText; local
504 &isText, NULL );
516 if (!isText)
597 &isText, NULL );
603 ok = isText
732 Bool anyMark, isText, isIFunc; local
760 &isText, &isIFunc );
768 if (!isText)
1565 Bool isText = False; local
1570 &isText, NUL
[all...]
/external/valgrind/main/coregrind/m_debuginfo/
H A Dpriv_storage.h77 // bits for the size and 1 bit each for isText and isIFunc. If you
82 Bool isText; member in struct:__anon32417
H A Ddebuginfo.c3868 /*OUT*/Bool* isText,
3877 if (isText) *isText = si->symtab[idx].isText;
3861 DebugInfo_syms_getidx( const DebugInfo *si, Int idx, Addr* avma, Addr* tocptr, UInt* size, HChar** pri_name, HChar*** sec_names, Bool* isText, Bool* isIFunc ) argument
/external/owasp/sanitizer/tools/findbugs/lib/
H A DjFormatString.jarMETA-INF/ META-INF/MANIFEST.MF edu/ edu/umd/ edu/umd/cs/ edu/umd/cs/findbugs/ ...
H A Djaxen-1.1.6.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/LICENSE.txt META-INF/maven/ ...
/external/pdfium/core/src/fxge/Microsoft SDK/include/
H A DDWrite.h3346 BOOL isText; member in struct:DWRITE_HIT_TEST_METRICS
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.contenttype_3.4.100.v20100505-1235.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/adobe/ac/ com/adobe/ac/ant/ ...
/external/robolectric/lib/main/
H A Dsqlite-jdbc-3.7.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/org. ...
/external/sqlite/dist/orig/
H A Dsqlite3.c91860 int isText; local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c91880 int isText; local
[all...]
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...

Completed in 606 milliseconds