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

/external/webkit/Source/WebCore/rendering/
H A DRenderListMarker.h65 bool isText() const { return !isImage(); } function in class:WebCore::RenderListMarker
H A DInlineBox.h153 bool isText() const { return m_isText; } function in class:WebCore::InlineBox
306 if (!m_renderer->isText())
H A DRenderObject.h406 bool isText() const { return m_isText; } function in class:WebCore::RenderObject
908 if (isText() && !isBR())
918 if (isText() && !isBR())
1017 if (!last->isText() && (last->style()->position() == FixedPosition || last->style()->position() == AbsolutePosition)) {
/external/llvm/tools/llvm-size/
H A Dllvm-size.cpp200 bool isText = false; local
204 if (error(i->isText(isText))) return;
207 if (isText)
/external/webkit/Source/WebCore/rendering/style/
H A DContentData.h55 bool isText() const { return m_type == CONTENT_TEXT; } function in struct:WebCore::ContentData
75 ASSERT(isText());
/external/webkit/Source/WebKit/chromium/src/
H A DWebInputElement.cpp48 bool WebInputElement::isText() const function in class:WebKit::WebInputElement
50 return constUnwrap<HTMLInputElement>()->isText();
/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.h158 error_code isText(bool &Result) const;
485 inline error_code SectionRef::isText(bool &Result) const { function in class:llvm::object::SectionRef
/external/llvm/lib/MC/MCParser/
H A DDarwinAsmParser.cpp305 bool isText = StringRef(Segment) == "__TEXT"; // FIXME: Hack. local
308 isText ? SectionKind::getText()
446 bool isText = Segment == "__TEXT"; // FIXME: Hack.
449 isText ? SectionKind::getText()
/external/valgrind/main/coregrind/
H A Dm_redir.c389 Bool isText; local
413 &isText, NULL );
425 if (!isText)
464 &isText, NULL );
470 ok = isText
599 Bool anyMark, isText, isIFunc; local
627 &isText, &isIFunc );
635 if (!isText)
1371 Bool isText = False; local
1376 &isText, NUL
[all...]
/external/valgrind/main/coregrind/m_debuginfo/
H A Dpriv_storage.h72 // bits for the size and 1 bit each for isText and isIFunc. If you
77 Bool isText; member in struct:__anon12169
H A Ddebuginfo.c3754 /*OUT*/Bool* isText,
3763 if (isText) *isText = si->symtab[idx].isText;
3747 DebugInfo_syms_getidx( const DebugInfo *si, Int idx, Addr* avma, Addr* tocptr, UInt* size, UChar** pri_name, UChar*** sec_names, Bool* isText, Bool* isIFunc ) argument
/external/webkit/Source/WebCore/html/
H A DHTMLInputElement.cpp934 if (isText() && (!focused() || !sendChangeEvent))
1519 bool HTMLInputElement::isText() const function in class:WebCore::HTMLInputElement
/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/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...

Completed in 182 milliseconds