Home
last modified time | relevance | path

Searched refs:tab_width (Results 1 – 6 of 6) sorted by relevance

/external/libvpx/examples/includes/PHP-Markdown-Extra-1.2.3/
Dmarkdown.php231 var $tab_width = MARKDOWN_TAB_WIDTH; variable in Markdown_Parser
351 $less_than_tab = $this->tab_width - 1;
387 $less_than_tab = $this->tab_width - 1;
944 $less_than_tab = $this->tab_width - 1;
1096 … [ ]{'.$this->tab_width.'} # Lines must start with a tab or a tab-width of spaces
1100 … ((?=^[ ]{0,'.$this->tab_width.'}\S)|\Z) # Lookahead for non-space at line-start, or end of doc
1585 return preg_replace('/^(\t|[ ]{1,'.$this->tab_width.'})/m', '', $text);
1617 $amount = $this->tab_width -
1618 $strlen($line, 'UTF-8') % $this->tab_width;
2264 $less_than_tab = $this->tab_width - 1;
[all …]
/external/chromium/chrome/browser/ui/gtk/tabs/
Dtab_strip_gtk.cc161 double tab_width; in GetCurrentTabWidth() local
163 tab_width = TabGtk::GetMiniWidth(); in GetCurrentTabWidth()
167 tab_width = tab->IsSelected() ? selected : unselected; in GetCurrentTabWidth()
173 tab_width = specified_tab_width; in GetCurrentTabWidth()
176 return tab_width; in GetCurrentTabWidth()
1342 double tab_width = unselected; in GenerateIdealBounds() local
1344 tab_width = TabGtk::GetMiniWidth(); in GenerateIdealBounds()
1346 tab_width = selected; in GenerateIdealBounds()
1347 double end_of_tab = tab_x + tab_width; in GenerateIdealBounds()
1791 double tab_width = TabAnimation::GetCurrentTabWidth(this, animation, i); in AnimationLayout() local
[all …]
Ddragged_tab_gtk.cc289 int tab_width = static_cast<int>(kScalingFactor * in OnExposeEvent() local
321 double middle_x = tab_width + offset; in OnExposeEvent()
/external/chromium/chrome/browser/ui/views/tabs/
Dtab_strip.cc904 double tab_width = unselected; in GenerateIdealBounds() local
906 tab_width = Tab::GetMiniWidth(); in GenerateIdealBounds()
913 tab_width = selected; in GenerateIdealBounds()
915 double end_of_tab = tab_x + tab_width; in GenerateIdealBounds()
/external/libvpx/examples/includes/geshi/
Dgeshi.php503 var $tab_width = 8; variable in GeSHi
1232 $this->tab_width = intval($width);
1235 if ($this->tab_width < 1) {
1237 $this->tab_width = 8;
1261 return $this->tab_width;
2979 $tab_width = $this->get_real_tab_width();
2980 $tab_string = '&nbsp;' . str_repeat(' ', $tab_width);
3027 …$tab_end_width = $tab_width - ($pos % $tab_width); //Moved out of the look as it doesn't change wi…
/external/chromium/chrome/browser/ui/cocoa/
Dtabpose_window.mm398 // a := tab_width / tab_height = w / h