HomeSort by relevance Sort by last modified time
    Searched defs:m_text (Results 1 - 17 of 17) sorted by null

  /external/webkit/WebCore/platform/text/
TextStream.h 56 Vector<UChar> m_text; member in class:WebCore::TextStream
  /external/webkit/WebCore/editing/
InsertIntoTextNodeCommand.h 50 String m_text; member in class:WebCore::InsertIntoTextNodeCommand
SplitTextNodeContainingElementCommand.h 45 RefPtr<Text> m_text; member in class:WebCore::SplitTextNodeContainingElementCommand
DeleteFromTextNodeCommand.h 51 String m_text; member in class:WebCore::DeleteFromTextNodeCommand
  /external/emma/core/java12/com/vladium/emma/report/html/doc/
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
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/
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/rendering/
RenderListMarker.h 43 const String& text() const { return m_text; }
78 String m_text; member in class:WebCore::RenderListMarker
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
  /external/webkit/WebCore/platform/gtk/
DataObjectGtk.h 49 bool hasText() { return m_range || !m_text.isEmpty(); }
68 String m_text; member in class:WebCore::DataObjectGtk
PasteboardGtk.cpp 41 : m_text(text)
45 g_free(m_text);
49 const gchar* text() const { return m_text; }
53 gchar* m_text; member in class:WebCore::PasteboardSelectionData
  /external/webkit/WebCore/rendering/style/
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::__anon6532
  /external/webkit/WebKit/wx/
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/
PlatformKeyboardEvent.h 100 String text() const { return m_text; }
173 String m_text; member in class:WebCore::PlatformKeyboardEvent
190 /* The originall unichar value. Sometimes the m_text/m_unmodifiedText
  /frameworks/base/tools/localize/
XMLHandler.h 100 inline string Text() const { return m_text; }
122 string m_text; member in struct:XMLNode
  /external/webkit/WebKitTools/android/webkitmerge/
webkitmerge.cpp 275 char* m_text; member in class:Parse
288 Parse(char* text) : m_text(text), m_inComment(false), m_inFunction(false), m_inFindFunctionType(false),
296 char* openBrace = strchr(m_text, '{');
297 char* closeBrace = strchr(m_text, '}');
302 char* doubleQ = strchr(m_text, '"');
303 char* singleQ = strchr(m_text, '\'');
313 m_text = quote + 1;
317 m_text = openBrace + 1;
318 } while (m_text[0] != '\0');
324 size_t textLen = strlen(m_text);
    [all...]
  /external/emma/lib/
emma.jar 

Completed in 1268 milliseconds