Searched refs:substringData (Results 1 - 25 of 26) sorted by relevance

12

/external/webkit/LayoutTests/dom/html/level1/core/
H A Dhc_characterdataindexsizeerrdeletedatacountnegative.js115 childSubstring = child.substringData(10,-3);
H A Dhc_characterdataindexsizeerrreplacedatacountnegative.js116 badString = child.substringData(10,-3);
H A Dhc_characterdataindexsizeerrsubstringcountnegative.js79 The "substringData(offset,count)" method raises an
84 first employee and invoke its "substringData(offset,count)
115 badSubstring = child.substringData(10,-3);
H A Dhc_characterdataindexsizeerrsubstringnegativeoffset.js79 The "substringData(offset,count)" method raises an
84 first employee and invoke its "substringData(offset,count)
115 badString = child.substringData(-5,3);
H A Dhc_characterdataindexsizeerrsubstringoffsetgreater.js78 The "substringData(offset,count)" method raises an
83 first employee and invoke its "substringData(offset,count)
116 badString = child.substringData(40,3);
H A Dhc_characterdatasubstringexceedsvalue.js79 "length" then the "substringData(offset,count)" method
84 by using the substringData(offset,count) method
110 substring = child.substringData(9,10);
H A Dhc_characterdatasubstringvalue.js78 The "substringData(offset,count)" method returns the
83 by using the substringData(offset,count) method. The
109 substring = child.substringData(0,8);
/external/webkit/LayoutTests/dom/xhtml/level1/core/
H A Dhc_characterdataindexsizeerrdeletedatacountnegative.js115 childSubstring = child.substringData(10,-3);
H A Dhc_characterdataindexsizeerrreplacedatacountnegative.js116 badString = child.substringData(10,-3);
H A Dhc_characterdataindexsizeerrsubstringcountnegative.js79 The "substringData(offset,count)" method raises an
84 first employee and invoke its "substringData(offset,count)
115 badSubstring = child.substringData(10,-3);
H A Dhc_characterdataindexsizeerrsubstringnegativeoffset.js79 The "substringData(offset,count)" method raises an
84 first employee and invoke its "substringData(offset,count)
115 badString = child.substringData(-5,3);
H A Dhc_characterdataindexsizeerrsubstringoffsetgreater.js78 The "substringData(offset,count)" method raises an
83 first employee and invoke its "substringData(offset,count)
116 badString = child.substringData(40,3);
H A Dhc_characterdatasubstringexceedsvalue.js79 "length" then the "substringData(offset,count)" method
84 by using the substringData(offset,count) method
110 substring = child.substringData(9,10);
H A Dhc_characterdatasubstringvalue.js78 The "substringData(offset,count)" method returns the
83 by using the substringData(offset,count) method. The
109 substring = child.substringData(0,8);
/external/webkit/Source/WebCore/dom/
H A DCharacterData.idl29 [ConvertNullStringTo=Null, OldStyleObjC] DOMString substringData(in [IsIndex] unsigned long offset,
H A DCharacterData.h35 String substringData(unsigned offset, unsigned count, ExceptionCode&);
H A DCharacterData.cpp48 String CharacterData::substringData(unsigned offset, unsigned count, ExceptionCode& ec) function in class:WebCore::CharacterData
/external/webkit/Source/WebCore/editing/
H A DDeleteFromTextNodeCommand.cpp53 m_text = m_node->substringData(m_offset, m_count, ec);
H A DSplitTextNodeCommand.cpp58 String prefixText = m_text2->substringData(0, m_offset, ec);
H A DApplyBlockElementCommand.cpp160 String textAtPosition = static_cast<Text*>(textNode)->substringData(offset, 1, ec);
/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DUnImplNode.java1036 public String substringData(int offset, int count) throws DOMException method in class:UnImplNode
/external/webkit/Source/WebKit/win/Interfaces/
H A DDOMCore.idl441 - (NSString *)substringData:(unsigned)offset :(unsigned)count;
443 HRESULT substringData([in] UINT offset, [in] UINT count, [out, retval] BSTR* result);
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
H A DDTMNodeProxy.java1017 public final String substringData(int offset, int count) throws DOMException method in class:DTMNodeProxy
/external/webkit/Source/WebCore/bindings/objc/
H A DPublicDOMInterfaces.h47 - (NSString *)substringData:(unsigned)offset :(unsigned)length;
48 - (NSString *)substringData:(unsigned)offset length:(unsigned)length AVAILABLE_WEBKIT_VERSION_3_0_AND_LATER;
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/adobe/ac/ com/adobe/ac/ant/ ...

Completed in 1302 milliseconds

12