HomeSort by relevance Sort by last modified time
    Searched full:animation_wait_retries_ (Results 1 - 4 of 4) sorted by null

  /external/chromium/chrome/browser/ui/gtk/extensions/
extension_installed_bubble_gtk.h 88 int animation_wait_retries_; member in class:ExtensionInstalledBubbleGtk
extension_installed_bubble_gtk.cc 73 animation_wait_retries_(kAnimationWaitRetries) {
131 if (toolbar->animating() && animation_wait_retries_-- > 0) {
  /external/chromium/chrome/browser/ui/views/extensions/
extension_installed_bubble.h 81 int animation_wait_retries_; member in class:ExtensionInstalledBubble
extension_installed_bubble.cc 248 animation_wait_retries_(0) {
281 animation_wait_retries_ = 0;
305 animation_wait_retries_++ < kAnimationWaitMaxRetry) {

Completed in 1415 milliseconds