HomeSort by relevance Sort by last modified time
    Searched refs:textAfter (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/
php.js 113 indent: function(state, textAfter) {
114 if ((state.curMode != phpMode && /^\s*<\//.test(textAfter)) ||
115 (state.curMode == phpMode && /^\?>/.test(textAfter)))
116 return htmlMode.indent(state.html, textAfter);
117 return state.curMode.indent(state.curState, textAfter);
clike.js 147 indent: function(state, textAfter) {
149 var ctx = state.context, firstChar = textAfter && textAfter.charAt(0);
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
RichInputConnectionAndTextRangeTests.java 74 public MockConnection(String textBefore, String textAfter, ExtractedText extractedText) {
77 mTextAfter = textAfter;
  /external/chromium_org/third_party/WebKit/Source/core/xml/
XMLViewer.js 353 var textAfter = document.createTextNode('"');
359 attribute.appendChild(textAfter);