HomeSort by relevance Sort by last modified time
    Searched refs:characters (Results 226 - 250 of 609) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/LayoutTests/dom/html/level1/core/
hc_characterdatareplacedataexceedslengthofarg.js 79 characters starting at the specified offset with the
86 arg="260030". The method should replace characters one
hc_characterdatareplacedataexceedslengthofdata.js 79 all the characters to the end of the data are replaced.
84 arg="2600". The method should replace all the characters
hc_characterdatareplacedatamiddle.js 79 characters starting at the specified offset with the
86 arg="South". The method should replace characters five
hc_textindexsizeerroffsetoutofbounds.js 80 greater than the number of characters in the Text node.
85 is a greater than the number of characters in the Text
  /external/webkit/LayoutTests/dom/xhtml/level1/core/
hc_characterdatadeletedatabegining.js 79 characters from the node. Delete data at the beginning
85 The method should delete the characters from position
hc_characterdatadeletedataend.js 79 characters from the node. Delete data at the end
85 The method should delete the characters from position
hc_characterdatadeletedataexceedslength.js 80 length of the character data then all the characters
86 The method should delete the characters from position 4
hc_characterdatadeletedatamiddle.js 79 characters from the node. Delete data in the middle
85 The method should delete the characters from position
hc_characterdataindexsizeerrdeletedataoffsetgreater.js 80 is greater that the number of characters in the string.
86 number of characters in the string.
hc_characterdataindexsizeerrinsertdataoffsetgreater.js 80 is greater than the number of characters in the string.
86 the number of characters in the string.
hc_characterdatareplacedatabegining.js 79 characters starting at the specified offset with the
86 arg="South". The method should replace characters five
hc_characterdatareplacedataend.js 79 characters starting at the specified offset with the
86 arg="98665". The method should replace characters 30
hc_characterdatareplacedataexceedslengthofarg.js 79 characters starting at the specified offset with the
86 arg="260030". The method should replace characters one
hc_characterdatareplacedataexceedslengthofdata.js 79 all the characters to the end of the data are replaced.
84 arg="2600". The method should replace all the characters
hc_characterdatareplacedatamiddle.js 79 characters starting at the specified offset with the
86 arg="South". The method should replace characters five
hc_textindexsizeerroffsetoutofbounds.js 80 greater than the number of characters in the Text node.
85 is a greater than the number of characters in the Text
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
canonicalform02.js 81 Normalize document with normalize-characters set to false, check that
82 characters are not normalized.
  /external/webkit/LayoutTests/fast/dom/HTMLAnchorElement/script-tests/
set-href-attribute-hash.js 21 // IE8 and Firefox3.5.2 don't consider these characters as illegal.
22 debug("'#' in hash value, and illegal characters in hostname");
set-href-attribute-pathname.js 48 debug("Set pathname that includes illegal characters to URL that contains illegal characters.");
  /external/webkit/Source/WebCore/bridge/jni/v8/
JNIUtilityPrivate.cpp 444 const UChar* characters = getUCharactersFromJStringInEnv(getJNIEnv(), javaString); local
446 result.m_stringValue = String(characters, getJNIEnv()->GetStringLength(javaString));
447 releaseUCharactersForJStringInEnv(getJNIEnv(), javaString, characters); local
506 result.l = getJNIEnv()->NewString(value.m_stringValue.characters(), value.m_stringValue.length());
  /external/webkit/Source/WebCore/editing/
TextCheckingHelper.h 43 const UChar* textCharacters() const { return text().characters(); }
  /external/webkit/Source/WebCore/fileapi/
WebKitBlobBuilder.cpp 71 CString utf8Text = UTF8Encoding().encode(text.characters(), text.length(), EntitiesForUnencodables);
  /external/webkit/Source/WebCore/html/
HTMLFontElement.cpp 55 const UChar* position = input.characters();
  /external/webkit/Source/WebCore/page/
ContentSecurityPolicy.cpp 185 parse(value.characters(), value.characters() + value.length());
440 const UChar* position = value.characters();
546 const UChar* position = policy.characters();
  /external/webkit/Source/WebCore/platform/
KURLGoogle.cpp 97 // Returns the characters for the given string, or a pointer to a static empty
103 return str.characters() ?
104 reinterpret_cast<const url_parse::UTF16Char*>(str.characters()) :
121 // Both strings are equal (ignoring case) if and only if all of the characters were equal,
214 init(base, relative.characters(), relative.length(), queryEncoding);
299 // if string() is UTF-16 and input contains non-ASCII characters.
301 // characters is 'ref' at the end of the string. In that case,
549 const UChar* pos = query.characters();
550 const UChar* end = query.characters() + query.length();
611 if (!url_canon::CanonicalizeScheme(newProtocol.characters(),
    [all...]

Completed in 641 milliseconds

1 2 3 4 5 6 7 8 91011>>