OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:button_count
(Results
1 - 4
of
4
) sorted by null
/external/chromium/chrome/browser/ui/gtk/
browser_actions_toolbar_gtk.cc
566
if (
button_count
() == 0)
604
AnimateToShowNIcons(
button_count
());
605
model_->SetVisibleIconCount(
button_count
());
621
AnimateToShowNIcons(
button_count
());
622
model_->SetVisibleIconCount(
button_count
());
720
gint max_width = WidthForIconCount(
button_count
());
737
if (
button_count
() > showing_icon_count) {
897
for (int i = visible_icon_count; i <
button_count
(); ++i) {
[
all
...]
browser_actions_toolbar_gtk.h
53
int
button_count
() { return extension_button_map_.size(); }
function in class:BrowserActionsToolbarGtk
browser_toolbar_gtk.cc
228
if (actions_toolbar_->
button_count
() == 0)
/external/chromium/chrome/browser/ui/views/bookmarks/
bookmark_bar_view.cc
929
volatile int
button_count
= GetBookmarkButtonCount();
local
930
DCHECK(
button_count
== 0); // If non-zero it means Load was invoked more than
[
all
...]
Completed in 34 milliseconds