Home
last modified time | relevance | path

Searched refs:leadingWhitespace (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/editing/
DInsertParagraphSeparatorCommand.cpp345 Position leadingWhitespace = insertionPosition.leadingWhitespacePosition(VP_DEFAULT_AFFINITY); in doApply() local
348 if (leadingWhitespace.isNotNull() && leadingWhitespace.deprecatedNode()->isTextNode()) { in doApply()
349 Text* textNode = toText(leadingWhitespace.deprecatedNode()); in doApply()
351 …replaceTextInNodePreservingMarkers(textNode, leadingWhitespace.deprecatedEditingOffset(), 1, nonBr… in doApply()
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
DHTMLTreeBuilder.cpp2285 String leadingWhitespace = buffer.takeLeadingWhitespace(); in processCharacterBuffer() local
2286 if (!leadingWhitespace.isEmpty()) in processCharacterBuffer()
2287 m_tree.insertTextNode(leadingWhitespace, AllWhitespace); in processCharacterBuffer()
2295 String leadingWhitespace = buffer.takeLeadingWhitespace(); in processCharacterBuffer() local
2296 if (!leadingWhitespace.isEmpty()) in processCharacterBuffer()
2297 m_tree.insertTextNode(leadingWhitespace, AllWhitespace); in processCharacterBuffer()
2338 String leadingWhitespace = buffer.takeLeadingWhitespace(); in processCharacterBuffer() local
2339 if (!leadingWhitespace.isEmpty()) in processCharacterBuffer()
2340 m_tree.insertTextNode(leadingWhitespace, AllWhitespace); in processCharacterBuffer()
2366 String leadingWhitespace = buffer.takeLeadingWhitespace(); in processCharacterBuffer() local
[all …]
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/gdocs/js/
Djquery-1.4.1.min.js34 {leadingWhitespace:d.firstChild.nodeType===3,tbody:!d.getElementsByTagName("tbody").length,htmlSeri… property
104 …):null;else if(typeof a==="string"&&!/<script/i.test(a)&&(c.support.leadingWhitespace||!V.test(a))…
110 …[o].childNodes.length&&n[o].parentNode.removeChild(n[o])}!c.support.leadingWhitespace&&V.test(j)&&…
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/htmlfiles/
Djquery-1.4.3.min.js37 …hild(u.createElement("option"));if(!(!f||!f.length||!h)){c.support={leadingWhitespace:d.firstChild… property
116 …ce(xa,""):null;else if(typeof a==="string"&&!Aa.test(a)&&(c.support.leadingWhitespace||!$.test(a))…
122 …[n].childNodes.length&&l[n].parentNode.removeChild(l[n])}!c.support.leadingWhitespace&&$.test(k)&&…
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/parse-only/
Djquery-1.3.2.js937 if ( !jQuery.support.leadingWhitespace && /^\s/.test( elem ) )
3134 leadingWhitespace: div.firstChild.nodeType == 3, property
Dconcat-jquery-mootools-prototype.js937 if ( !jQuery.support.leadingWhitespace && /^\s/.test( elem ) )
3134 leadingWhitespace: div.firstChild.nodeType == 3, property
/external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/lib/
Djquery-1.6.4.js1200 leadingWhitespace: ( div.firstChild.nodeType === 3 ),
5732 (jQuery.support.leadingWhitespace || !rleadingWhitespace.test( value )) &&
6185 … if ( !jQuery.support.leadingWhitespace && rleadingWhitespace.test( elem ) ) {
/external/doclava/res/assets/templates/assets/
Djquery-resizable.min.js12 …hildNodes.length){N[M].parentNode.removeChild(N[M])}}}if(!o.support.leadingWhitespace&&/^\s/.test(…
19 …etElementsByTagName("a")[0];if(!H||!H.length||!E){return}o.support={leadingWhitespace:K.firstChild… property
/external/chromium_org/third_party/flot/
Djquery.min.js2 …Name("input")[0],r.style.cssText="top:1px;float:left;opacity:.5",t={leadingWhitespace:p.firstChild… property