OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isText
(Results
26 - 50
of
90
) sorted by null
1
2
3
4
/packages/apps/Tag/src/com/android/apps/tag/record/
TextRecord.java
119
public static boolean
isText
(NdefRecord record) {
/external/webkit/Source/WebKit/mac/WebView/
WebRenderNode.mm
113
} else if (node->
isText
()) {
/external/webkit/Source/WebCore/rendering/
RenderInline.cpp
535
} else if (curr->
isText
()) {
619
} else if (curr->
isText
()) {
[
all
...]
RenderObject.cpp
324
if (newChild->
isText
() && newChild->style()->textTransform() == CAPITALIZE) {
581
if (b && !alreadyDirty && markParents && (
isText
() || (style()->position() != FixedPosition && style()->position() != AbsolutePosition)))
625
if (!
isText
() && m_style->position() == FixedPosition) {
628
} else if (!
isText
() && m_style->position() == AbsolutePosition) {
[
all
...]
InlineFlowBox.cpp
99
if (child->
isText
()) {
114
else if (child->
isText
()) {
146
if (child->
isText
()) {
354
if (curr->renderer()->
isText
()) {
619
if (curr->
isText
() || curr->isInlineFlowBox()) {
[
all
...]
InlineBox.cpp
96
if (renderer()->
isText
())
RenderObject.h
406
bool
isText
() const { return m_isText; }
[
all
...]
RenderTreeAsText.cpp
250
if (o.
isText
()) {
278
if (!(o.
isText
() && !o.isBR())) {
558
if (o.
isText
() && !o.isBR()) {
RenderLineBoxList.cpp
345
} else if (curr->
isText
()) {
/external/valgrind/main/coregrind/m_debuginfo/
storage.c
100
sym->
isText
? 'T' : '-',
[
all
...]
readpdb.c
[
all
...]
priv_storage.h
72
// bits for the size and 1 bit each for
isText
and isIFunc. If you
77
Bool
isText
;
[
all
...]
/external/webkit/Source/WebCore/dom/
ContainerNode.cpp
857
if (p->node() && p->node() == this && o->
isText
() && !o->isBR() && !toRenderText(o)->firstTextBox()) {
859
} else if ((o->
isText
() && !o->isBR()) || o->isReplaced()) {
861
if (o->
isText
() && toRenderText(o)->firstTextBox()) {
913
if (o->
isText
() || o->isReplaced()) {
915
if (o->
isText
()) {
[
all
...]
Text.cpp
286
if (renderer()->
isText
())
/packages/apps/Mms/src/com/android/mms/model/
SlideshowModel.java
248
if (media.
isText
()) {
285
if (media.
isText
()) {
315
if (media.
isText
()) {
MediaModel.java
193
public boolean
isText
() {
SlideModel.java
102
if (media.
isText
()) {
/external/webkit/Tools/Scripts/
old-run-webkit-tests
836
my $
isText
= isTextOnlyTest($actual);
838
my $expectedDir = expectedDirectoryForTest($base, $
isText
, $expectedExtension);
863
if ($ignoreMetrics && !$
isText
&& defined $expected) {
[
all
...]
/external/llvm/lib/Target/
TargetLoweringObjectFile.cpp
265
if (Kind.
isText
())
/external/llvm/tools/llvm-readobj/
llvm-readobj.cpp
106
{{ &SectionRef::
isText
, "text,", "Section.
isText
() failed" },
/external/webkit/Source/WebCore/html/
HTMLInputElement.h
96
bool
isText
() const;
/packages/apps/Mms/src/com/android/mms/ui/
SlideshowPresenter.java
141
if (rMedia.
isText
()) {
/external/webkit/Source/WebCore/accessibility/
AccessibilityRenderObject.cpp
1048
if (m_renderer->
isText
()) {
[
all
...]
/external/llvm/include/llvm/Object/
ObjectFile.h
160
error_code
isText
(bool &Result) const;
498
inline error_code SectionRef::
isText
(bool &Result) const {
/external/webkit/Source/WebCore/editing/
TextIterator.cpp
211
if (!renderer || renderer->
isText
())
430
if (renderer->
isText
() && m_node->nodeType() == Node::TEXT_NODE) // FIXME: What about CDATA_SECTION_NODE?
648
if (currChild->
isText
()) {
856
if (node->renderer() && node->renderer()->
isText
())
[
all
...]
Completed in 458 milliseconds
1
2
3
4