Home
last modified time | relevance | path

Searched defs:getRange (Results 1 – 10 of 10) 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/webkit/Source/JavaScriptCore/parser/
DSourceProvider.h86 UString getRange(int start, int end) const in getRange() function
/external/collada/include/1.4/dom/
DdomFx_surface_format_hint_common.h318 const domRangeRef getRange() const { return elemRange; } in getRange() function
/external/clang/lib/Lex/
DPPExpressions.cpp43 const SourceRange &getRange() const { return Range; } in getRange() function in __anon6a65ba3a0111::PPValue
/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.h456 SourceRange getRange() const { in getRange() function
DDeclSpec.h64 const SourceRange &getRange() const { return Range; } in getRange() function
/external/llvm/lib/Analysis/
DLazyValueInfo.cpp94 static LVILatticeVal getRange(ConstantRange CR) { in getRange() function in __anon033df9310111::LVILatticeVal
/external/clang/include/clang/Basic/
DDiagnostic.h942 const CharSourceRange &getRange(unsigned Idx) const { in getRange() function