Home
last modified time | relevance | path

Searched refs:close_on_deactivate_for_testing_ (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/profiles/
Davatar_menu_bubble_view.h87 close_on_deactivate_for_testing_ = false; in clear_close_on_deactivate_for_testing()
129 static bool close_on_deactivate_for_testing_; variable
Dprofile_chooser_view.h69 close_on_deactivate_for_testing_ = false; in clear_close_on_deactivate_for_testing()
116 static bool close_on_deactivate_for_testing_; variable
Davatar_menu_bubble_view.cc473 bool AvatarMenuBubbleView::close_on_deactivate_for_testing_ = true; member in AvatarMenuBubbleView
490 avatar_bubble_->set_close_on_deactivate(close_on_deactivate_for_testing_); in ShowBubble()
Dprofile_chooser_view.cc483 bool ProfileChooserView::close_on_deactivate_for_testing_ = true; member in ProfileChooserView
505 profile_bubble_->set_close_on_deactivate(close_on_deactivate_for_testing_); in ShowBubble()