Home
last modified time | relevance | path

Searched defs:getRange (Results 1 – 18 of 18) sorted by relevance

/external/webkit/Source/WebCore/bindings/js/
DStringSourceProvider.h46 …JSC::UString getRange(int start, int end) const { return JSC::UString(m_source.characters() + star… in getRange() function
DCachedScriptSourceProvider.h48 …JSC::UString getRange(int start, int end) const { return JSC::UString(m_cachedScript->script().cha… in getRange() function
/external/clang/tools/libclang/
DCXStoredDiagnostic.cpp89 CXSourceRange CXStoredDiagnostic::getRange(unsigned int Range) const { in getRange() function in CXStoredDiagnostic
DCXLoadedDiagnostic.cpp130 CXSourceRange CXLoadedDiagnostic::getRange(unsigned Range) const { in getRange() function in CXLoadedDiagnostic
DCIndexDiagnostic.cpp78 CXSourceRange getRange(unsigned Range) const { return clang_getNullRange(); } in getRange() function in __anon22ab40a70111::CXDiagnosticCustomNoteImpl
/external/webkit/Source/WebCore/dom/
DDOMTextContentWalker.cpp38 static PassRefPtr<Range> getRange(const Position& start, const Position& end) in getRange() function
/external/webkit/Source/JavaScriptCore/parser/
DSourceProvider.h86 UString getRange(int start, int end) const in getRange() function
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/heightmap/
DMidpointDisplacementHeightMap.java258 public float getRange() { in getRange() method in MidpointDisplacementHeightMap
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
DANTLRBufferedTokenStream.m116 {
/external/clang/include/clang/AST/
DAttr.h97 SourceRange getRange() const { return Range; } in getRange() function
/external/clang/lib/Lex/
DPPExpressions.cpp44 const SourceRange &getRange() const { return Range; } in getRange() function in __anon8a4eeb3d0111::PPValue
/external/clang/lib/Parse/
DRAIIObjectsForParser.h404 SourceRange getRange() const { return SourceRange(LOpen, LClose); } in getRange() function
/external/webkit/Source/WebKit/chromium/src/
DWebBindings.cpp272 bool WebBindings::getRange(NPObject* range, WebRange* webRange) in getRange() function in WebKit::WebBindings
/external/clang/include/clang/Sema/
DInitialization.h504 SourceRange getRange() const { in getRange() function
DAttributeList.h221 SourceRange getRange() const { return AttrRange; } in getRange() function
DDeclSpec.h71 const SourceRange &getRange() const { return Range; } in getRange() function
/external/llvm/lib/Analysis/
DLazyValueInfo.cpp99 static LVILatticeVal getRange(ConstantRange CR) { in getRange() function in __anon668df3b40111::LVILatticeVal
/external/clang/include/clang/Basic/
DDiagnostic.h1134 const CharSourceRange &getRange(unsigned Idx) const { in getRange() function