/external/emma/core/java12/com/vladium/emma/report/html/doc/ |
H A D | TextContent.java | 22 m_text = text; 27 if (m_text != null) 29 out.write (m_text); 40 private final String m_text; field in class:TextContent
|
H A D | Text.java | 24 m_text = text; 30 if (m_text != null) 33 out.write (Strings.HTMLEscapeSP (m_text)); 35 out.write (Strings.HTMLEscape (m_text)); 46 private final String m_text; field in class:Text
|
/external/webkit/WebCore/dom/ |
H A D | BeforeTextInsertedEvent.cpp | 34 : Event(eventNames().webkitBeforeTextInsertedEvent, false, true), m_text(text)
|
H A D | BeforeTextInsertedEvent.h | 42 const String& text() const { return m_text; } 43 void setText(const String& s) { m_text = s; } 48 String m_text; member in class:WebCore::BeforeTextInsertedEvent
|
/external/webkit/WebCore/editing/ |
H A D | SplitTextNodeContainingElementCommand.cpp | 37 : CompositeEditCommand(text->document()), m_text(text), m_offset(offset) 39 ASSERT(m_text); 40 ASSERT(m_text->length() > 0); 45 ASSERT(m_text); 48 splitTextNode(m_text.get(), m_offset); 50 Element* parent = m_text->parentElement(); 63 splitElement(parent, m_text);
|
H A D | InsertIntoTextNodeCommand.cpp | 37 , m_text(text) 41 ASSERT(!m_text.isEmpty()); 50 m_node->insertData(m_offset, m_text, ec); 59 m_node->deleteData(m_offset, m_text.length(), ec);
|
H A D | SplitTextNodeContainingElementCommand.h | 45 RefPtr<Text> m_text; member in class:WebCore::SplitTextNodeContainingElementCommand
|
H A D | DeleteFromTextNodeCommand.cpp | 52 m_text = m_node->substringData(m_offset, m_count, ec); 67 m_node->insertData(m_offset, m_text, ec);
|
H A D | DeleteFromTextNodeCommand.h | 51 String m_text; member in class:WebCore::DeleteFromTextNodeCommand
|
H A D | InsertIntoTextNodeCommand.h | 50 String m_text; member in class:WebCore::InsertIntoTextNodeCommand
|
/external/webkit/WebCore/platform/chromium/ |
H A D | PlatformKeyboardEventChromium.cpp | 54 m_text = String(); 60 if (m_text.length() == 1 && (m_text[0U] >= 0xF700 && m_text[0U] <= 0xF7FF)) { 64 m_text = String();
|
/external/webkit/WebCore/platform/text/ |
H A D | TextStream.cpp | 86 size_t textLength = m_text.size(); 87 m_text.grow(textLength + stringLength); 89 m_text[textLength + i] = string[i]; 102 append(m_text, string); 108 return String::adopt(m_text);
|
H A D | TextStream.h | 56 Vector<UChar> m_text; member in class:WebCore::TextStream
|
/external/webkit/WebCore/rendering/style/ |
H A D | ContentData.h | 70 StringImpl* text() const { return m_content.m_text; } 75 m_content.m_text = text.releaseRef(); 98 StringImpl* m_text; member in union:WebCore::ContentData::__anon6661
|
H A D | ContentData.cpp | 86 m_content.m_text->deref();
|
/external/webkit/WebCore/platform/android/ |
H A D | KeyEventAndroid.cpp | 216 , m_text(singleCharacterString(unichar)) 233 m_text = "\r"; 237 if (m_text == "\x7F") 238 m_text = "\x8"; 243 m_text = "\x9"; 264 m_text = String();
|
/external/webkit/WebCore/platform/gtk/ |
H A D | DataObjectGtk.cpp | 31 return m_text; 44 m_text = newText; 99 m_text = "";
|
H A D | DataObjectGtk.h | 49 bool hasText() { return m_range || !m_text.isEmpty(); } 68 String m_text; member in class:WebCore::DataObjectGtk
|
/external/webkit/WebCore/rendering/ |
H A D | RenderText.cpp | 60 , m_text(document()->displayStringModifiedByEncoding(str)) 69 , m_isAllASCII(charactersAreAllASCII(m_text.get())) 72 ASSERT(m_text); 76 // FIXME: It would be better to call this only if !m_text->containsOnlyWhitespace(). 305 // The text runs point to parts of the RenderText's m_text 441 char c = (*m_text)[i]; 484 if (!len || (stripFrontSpaces && m_text->containsOnlyWhitespace())) { 504 if ((*m_text)[0] == ' ' || ((*m_text)[0] == '\n' && !style()->preserveNewline()) || (*m_text)[ [all...] |
H A D | RenderListMarker.h | 43 const String& text() const { return m_text; } 78 String m_text; member in class:WebCore::RenderListMarker
|
H A D | RenderText.h | 53 StringImpl* text() const { return m_text.get(); } 66 const UChar* characters() const { return m_text->characters(); } 67 unsigned textLength() const { return m_text->length(); } // non virtual implementation of length() 154 RefPtr<StringImpl> m_text; member in class:WebCore::RenderText
|
H A D | RenderListMarker.cpp | 1105 if (m_text.isEmpty()) 1108 TextRun textRun(m_text); 1112 bool textNeedsReversing = direction(m_text[0]) == RightToLeft; 1115 int length = m_text.length(); 1118 reversedText[length - i - 1] = m_text[i]; 1178 m_text = ""; 1201 m_text = listMarkerText(type, 0); // value is ignored for these types 1277 m_text = listMarkerText(type, m_listItem->value()); 1278 if (m_text.isEmpty()) 1281 int itemWidth = font.width(m_text); [all...] |
/external/webkit/WebKit/wx/ |
H A D | WebFrame.h | 62 wxString GetText() const { return m_text; } 63 void SetText(const wxString& text) { m_text = text; } 75 wxString m_text; member in class:wxWebViewDOMElementInfo
|
/external/webkit/WebCore/platform/wx/ |
H A D | KeyboardEventWx.cpp | 357 m_text = "\r"; 359 m_text = wxString(event.GetUnicodeKey()); 360 m_unmodifiedText = m_text; 378 m_text = String();
|
/external/webkit/WebCore/platform/haiku/ |
H A D | PlatformKeyboardEventHaiku.cpp | 160 m_text = String::fromUTF8(bytes.String(), bytes.Length()); 178 m_text = String();
|