Searched refs:tabSize (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/fonts/
H A DFont.h137 float tabWidth(const SimpleFontData&, unsigned tabSize, float position) const;
138 float tabWidth(unsigned tabSize, float position) const { return tabWidth(*primaryFont(), tabSize, position); } argument
324 inline float Font::tabWidth(const SimpleFontData& fontData, unsigned tabSize, float position) const argument
326 if (!tabSize)
328 float tabWidth = tabSize * fontData.spaceWidth() + letterSpacing();
H A DWidthIterator.cpp170 width = m_font->tabWidth(*fontData, m_run.tabSize(), m_run.xPos() + m_runWidthSoFar + widthSinceLastRounding);
/external/chromium_org/third_party/WebKit/Source/platform/text/
H A DTextRun.h193 unsigned tabSize() const { return m_tabSize; }
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderText.cpp748 w += f.tabWidth(style()->tabSize(), xPos + w);
768 run.setTabSize(!style()->collapseWhiteSpace(), style()->tabSize());
1080 run.setTabSize(!style()->collapseWhiteSpace(), style()->tabSize());
1486 run.setTabSize(!style()->collapseWhiteSpace(), style()->tabSize());
H A DInlineTextBox.cpp1525 run.setTabSize(!style->collapseWhiteSpace(), style->tabSize());
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/
H A Dcodemirror.js943 var indented = countColumn(line.text, null, cm.options.tabSize);
2718 var tabSize = cm.options.tabSize;
2719 var line = getLine(doc, n), curSpace = countColumn(line.text, null, tabSize);
2729 if (n > doc.first) indentation = countColumn(getLine(doc, n-1).text, null, tabSize);
2742 for (var i = Math.floor(indentation / tabSize); i; --i) {pos += tabSize; indentString += "\t";}
2913 var stream = new StringStream(line.text, this.options.tabSize);
3248 option("tabSize", 4, function(cm) {
3661 function StringStream(string, tabSize) {
[all...]
/external/chromium_org/third_party/libxml/src/
H A Dxmlregexp.c6328 int tabSize; member in struct:_xmlExpCtxt
7675 if (ctxt->tabSize == 0)
7676 ctxt->tabSize = 40;
7678 tab = (const xmlChar **) xmlMalloc(ctxt->tabSize *
7687 len = xmlExpGetStartInt(ctxt, sub, tab, ctxt->tabSize, 0);
7690 temp = (const xmlChar **) xmlRealloc((xmlChar **) tab, ctxt->tabSize * 2 *
7697 ctxt->tabSize *= 2;
7698 len = xmlExpGetStartInt(ctxt, sub, tab, ctxt->tabSize, 0);
/external/libxml2/
H A Dxmlregexp.c6328 int tabSize; member in struct:_xmlExpCtxt
7675 if (ctxt->tabSize == 0)
7676 ctxt->tabSize = 40;
7678 tab = (const xmlChar **) xmlMalloc(ctxt->tabSize *
7687 len = xmlExpGetStartInt(ctxt, sub, tab, ctxt->tabSize, 0);
7690 temp = (const xmlChar **) xmlRealloc((xmlChar **) tab, ctxt->tabSize * 2 *
7697 ctxt->tabSize *= 2;
7698 len = xmlExpGetStartInt(ctxt, sub, tab, ctxt->tabSize, 0);
/external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
H A DComplexTextController.cpp618 advance.width = m_font.tabWidth(*fontData, m_run.tabSize(), m_run.xPos() + m_totalWidth + widthSinceLastCommit);
/external/chromium_org/third_party/WebKit/Source/core/rendering/line/
H A DBreakingContextInlineHeaders.h715 run.setTabSize(!collapseWhiteSpace, text->style()->tabSize());
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSComputedStyleDeclaration.cpp1945 return cssValuePool().createValue(style->tabSize(), CSSPrimitiveValue::CSS_NUMBER);
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DRenderStyle.h865 unsigned tabSize() const { return rareInheritedData->m_tabSize; } function in class:WebCore::RenderStyle
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.help.base_3.5.2.v201011171123.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 430 milliseconds