OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:firstnewlineindex
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
TextPrompt.js
901
var
firstNewlineIndex
= this.text.indexOf("\n");
902
if (
firstNewlineIndex
=== -1)
908
selectionRange.setStart(this._element.firstChild,
firstNewlineIndex
);
909
selectionRange.setEnd(this._element.firstChild,
firstNewlineIndex
);
Completed in 64 milliseconds