Home
last modified time | relevance | path

Searched refs:tabSize (Results 1 – 2 of 2) sorted by relevance

/external/chromium/chrome/browser/ui/cocoa/
Dprofile_menu_button.mm39 - (NSImage*)tabImageWithSize:(NSSize)tabSize
214 - (NSImage*)tabImageWithSize:(NSSize)tabSize
217 NSImage* image = [[[NSImage alloc] initWithSize:tabSize] autorelease];
229 NSRect tabRect = NSMakeRect(0, 1, tabSize.width, tabSize.height - 1);
/external/libxml2/
Dxmlregexp.c6328 int tabSize; member
7675 if (ctxt->tabSize == 0) in xmlExpExpDeriveInt()
7676 ctxt->tabSize = 40; in xmlExpExpDeriveInt()
7678 tab = (const xmlChar **) xmlMalloc(ctxt->tabSize * in xmlExpExpDeriveInt()
7687 len = xmlExpGetStartInt(ctxt, sub, tab, ctxt->tabSize, 0); in xmlExpExpDeriveInt()
7690 temp = (const xmlChar **) xmlRealloc((xmlChar **) tab, ctxt->tabSize * 2 * in xmlExpExpDeriveInt()
7697 ctxt->tabSize *= 2; in xmlExpExpDeriveInt()
7698 len = xmlExpGetStartInt(ctxt, sub, tab, ctxt->tabSize, 0); in xmlExpExpDeriveInt()