HomeSort by relevance Sort by last modified time
    Searched full:m_string (Results 26 - 49 of 49) sorted by null

12

  /external/webkit/Source/WebCore/xml/
XPathValue.cpp 81 return !m_data->m_string.isEmpty();
95 const String& str = m_data->m_string.simplifyWhiteSpace();
126 return m_data->m_string;
XPathValue.h 46 String m_string; member in class:WebCore::XPath::ValueData
51 ValueData(const String& string) : m_string(string) { }
  /external/webkit/Source/JavaScriptCore/runtime/
LiteralParser.h 73 : m_string(s)
95 UString m_string; member in class:JSC::LiteralParser::Lexer
  /external/webkit/Source/WebCore/css/
CSSFontFaceSource.h 55 const AtomicString& string() const { return m_string; }
73 AtomicString m_string; // URI for remote, built-in font name for local. member in class:WebCore::CSSFontFaceSource
  /external/webkit/Source/WebCore/dom/
SpaceSplitString.h 35 : m_string(string), m_shouldFoldCase(shouldFoldCase), m_createdVector(false)
63 String m_string;
  /external/webkit/Source/WebCore/platform/gtk/
KURLGtk.cpp 31 gchar* filename = g_filename_from_uri(m_string.utf8().data(), 0, 0);
  /external/webkit/Source/JavaScriptCore/qt/api/
qscriptvalue_p.h 50 Current value is kept in m_string,
178 QString* m_string; member in union:QScriptValuePrivate::Value
187 Value(QString* string) : m_string(string) {}
214 delete u.m_string;
490 return *u.m_string;
533 qsreal result = u.m_string->toDouble(&ok);
536 result = u.m_string->toInt(&ok, 0); // Try other bases.
539 if (*u.m_string == "Infinity" || *u.m_string == "-Infinity")
541 return u.m_string->length() ? qQNaN() : 0
    [all...]
  /external/webkit/Source/WebCore/platform/
KURL.h 82 KURL(WTF::HashTableDeletedValueType) : m_string(WTF::HashTableDeletedValue) { }
135 const String& string() const { return m_string; }
136 URLString urlString() const { return URLString(m_string); }
248 String m_string; member in class:WebCore::KURL
339 return m_string.isNull();
344 return m_string.isEmpty();
KURLGooglePrivate.h 109 mutable String m_string; member in class:WebCore::KURLGooglePrivate
KURLGoogle.cpp 173 : m_string(WTF::HashTableDeletedValue)
331 m_string = String();
333 m_string = String(m_utf8.data(), m_utf8.length());
335 m_string = String::fromUTF8(m_utf8.data(), m_utf8.length());
338 return m_string;
    [all...]
  /external/webkit/Source/WebCore/svg/
SVGPathStringSource.h 56 String m_string; member in class:WebCore::SVGPathStringSource
SVGPathStringSource.cpp 30 : m_string(string)
  /external/webkit/Source/WebKit2/Shared/Plugins/
NPIdentifierData.h 55 CString m_string; member in class:WebKit::NPIdentifierData
  /external/clang/test/SemaCXX/
constructor-initializer.cpp 236 : A(e), m_String(s) , m_ErrorStr(__null) {} // expected-error {{no matching constructor}} expected-error {{does not name}}
238 : A(e), m_String(e.m_String), m_ErrorStr(__null) { // expected-error {{no viable conversion}} expected-error {{does not name}}
  /external/webkit/Source/WebCore/bindings/v8/
V8Binding.h 218 V8ParameterBase(v8::Local<v8::Value> object) : m_v8Object(object), m_mode(Externalize), m_string() { }
254 m_string = string;
261 String m_string; member in class:WebCore::V8ParameterBase
269 return StringType(m_string);
V8NPObject.cpp 58 const char* string() const { return m_isString ? m_value.m_string : 0; }
61 const char* m_string; member in union:WebCore::IdentifierRep::__anon13234
  /external/webkit/Tools/gdb/
webkit.py 91 return self.val['m_string']
136 return JSCUStringPrinter(self.val['m_string']).to_string()
163 self.val['m_impl']['m_prefix']['m_string'])
165 self.val['m_impl']['m_localName']['m_string'])
  /external/webkit/Source/WebCore/html/canvas/
WebGLGetInfo.cpp 80 , m_string(value)
180 return m_string;
WebGLGetInfo.h 121 String m_string; member in class:WebCore::WebGLGetInfo
  /external/webkit/Source/WebCore/storage/
IDBKeyPath.cpp 49 : m_string(s)
71 String m_string; member in class:WebCore::IDBKeyPathLexer
  /external/webkit/Source/WebCore/bindings/js/
SerializedScriptValue.cpp 799 : m_string(string)
806 m_jsString = JSC::jsString(exec, m_string);
809 const UString& ustring() { return m_string; }
812 UString m_string; member in struct:WebCore::CloneDeserializer::CachedString
    [all...]
  /external/webkit/Source/JavaScriptCore/wtf/text/
AtomicString.cpp 364 atomicString.m_string = addToStringTable<HashAndUTF8Characters, HashAndUTF8CharactersTranslator>(buffer);
  /external/webkit/Source/WebKit/haiku/WebCoreSupport/
FrameLoaderClientHaiku.cpp 244 m_webView->SetPageTitle(title.m_string());
  /external/webkit/Source/WebKit/mac/
ChangeLog     [all...]

Completed in 1039 milliseconds

12