Searched defs:tabSize (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/fonts/
H A DFont.h117 float tabWidth(const SimpleFontData&, unsigned tabSize, float position) const;
118 float tabWidth(unsigned tabSize, float position) const { return tabWidth(*primaryFont(), tabSize, position); } argument
226 inline float Font::tabWidth(const SimpleFontData& fontData, unsigned tabSize, float position) const argument
228 if (!tabSize)
230 float tabWidth = tabSize * fontData.spaceWidth() + fontDescription().letterSpacing();
/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.c6342 int tabSize; member in struct:_xmlExpCtxt
7689 if (ctxt->tabSize == 0)
7690 ctxt->tabSize = 40;
7692 tab = (const xmlChar **) xmlMalloc(ctxt->tabSize *
7701 len = xmlExpGetStartInt(ctxt, sub, tab, ctxt->tabSize, 0);
7704 temp = (const xmlChar **) xmlRealloc((xmlChar **) tab, ctxt->tabSize * 2 *
7711 ctxt->tabSize *= 2;
7712 len = xmlExpGetStartInt(ctxt, sub, tab, ctxt->tabSize, 0);
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DRenderStyle.h895 unsigned tabSize() const { return rareInheritedData->m_tabSize; } function in class:blink::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 ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...

Completed in 1476 milliseconds