Searched refs:getRange (Results 1 - 19 of 19) sorted by relevance

/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/External/CodeMirror/
H A Dclosebrackets.js34 var str = cm.getRange(Pos(pos.line, pos.ch - 1),
66 var next = cm.getRange(cur, Pos(cur.line, cur.ch + 1));
70 if (cm.getRange(cur, Pos(cur.line, cur.ch + 3)) == left + left + left)
75 cm.getRange(Pos(cur.line, cur.ch - 2), cur) == left + left &&
76 (cur.ch <= 2 || cm.getRange(Pos(cur.line, cur.ch - 3), Pos(cur.line, cur.ch - 2)) != left))
113 cm.getRange(range.head, Pos(range.head.line, range.head.ch + 1)) != right)
H A Dcodemirror.js2458 text += cm.getRange(lineRange.anchor, lineRange.head);
6216 getRange: function(from, to, lineSep) {
/macosx-10.10/JavaScriptCore-7600.1.17/parser/
H A DSourceProvider.h48 String getRange(int start, int end) const function in class:JSC::SourceProvider
H A DSourceCode.h86 return m_provider->getRange(m_startChar, m_endChar);
H A DParser.h573 return sourceProvider->getRange(tokenStart(), tokenEndPosition().offset);
/macosx-10.10/WebInspectorUI-7600.1.17/Tools/PrettyPrinting/
H A DFormatterDebug.js5 var content = this._codeMirror.getRange(from, to);
H A DFormatter.js50 var content = this._codeMirror.getRange(from, to);
H A Dcodemirror.js2458 text += cm.getRange(lineRange.anchor, lineRange.head);
6216 getRange: function(from, to, lineSep) {
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Controllers/
H A DCodeMirrorEditingController.js83 return this._codeMirror.getRange(from, to);
H A DFormatter.js50 var content = this._codeMirror.getRange(from, to);
/macosx-10.10/Security-57031.1.35/Security/include/security_cdsa_utilities/
H A Dobjectacl.cpp132 if (getRange(ctx.s_credTag(), range) == 0) // no such tag
260 unsigned int ObjectAcl::getRange(const std::string &tag, function in class:ObjectAcl
292 count = getRange(tag ? tag : "", range);
H A Dobjectacl.h216 unsigned int getRange(const std::string &tag,
/macosx-10.10/Security-57031.1.35/Security/libsecurity_cdsa_utilities/lib/
H A Dobjectacl.cpp132 if (getRange(ctx.s_credTag(), range) == 0) // no such tag
260 unsigned int ObjectAcl::getRange(const std::string &tag, function in class:ObjectAcl
292 count = getRange(tag ? tag : "", range);
H A Dobjectacl.h216 unsigned int getRange(const std::string &tag,
/macosx-10.10/llvmCore-3425.0.34/lib/Analysis/
H A DLazyValueInfo.cpp99 static LVILatticeVal getRange(ConstantRange CR) { function in class:__anon10152::LVILatticeVal
830 Result = LVILatticeVal::getRange(TrueValues);
858 Result = LVILatticeVal::getRange(EdgesVals);
894 Result = LVILatticeVal::getRange(Range);
/macosx-10.10/JavaScriptCore-7600.1.17/runtime/
H A DVM.cpp632 message = makeString(message, " (evaluating '", codeBlock->source()->getRange(expressionStart, expressionStop), "')");
649 message = makeString(message, " (near '...", codeBlock->source()->getRange(start, stop), "...')");
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DCSSStyleDeclarationTextEditor.js565 var text = this._codeMirror.getRange(range.from, range.to);
592 var text = this._codeMirror.getRange(range.from, range.to);
H A DCodeMirrorAdditions.js584 var gradientString = this.getRange(from, to);
/macosx-10.10/BerkeleyDB-21/db/java/src/com/sleepycat/collections/
H A DDataCursor.java327 KeyRange getRange() { method in class:DataCursor

Completed in 198 milliseconds