HomeSort by relevance Sort by last modified time
    Searched refs:SHOWN (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/cc/input/
top_controls_state.h 10 SHOWN = 1,
top_controls_manager.cc 61 DCHECK(!(constraints == SHOWN && current == HIDDEN));
62 DCHECK(!(constraints == HIDDEN && current == SHOWN));
99 if (permitted_state_ == SHOWN && pending_delta.y() > 0)
  /external/chromium_org/content/public/common/
top_controls_state_list.h 14 DEFINE_TOP_CONTROLS_STATE(SHOWN, 1)
  /external/chromium_org/content/renderer/
render_view_impl_android.cc 15 COMPILE_ASSERT(int(SHOWN) == int(cc::SHOWN), mismatching_enums);
36 constraints = cc::SHOWN;
58 cc::TopControlsState current = delta.height < 0 ? cc::SHOWN : cc::HIDDEN;
  /external/chromium_org/chrome/browser/ui/
auto_login_infobar_delegate.h 45 SHOWN, // The infobar was shown to the user.
auto_login_infobar_delegate.cc 161 RecordHistogramAction(SHOWN);
  /external/chromium_org/ash/system/user/
tray_user.h 44 SEPARATOR, // the item gets shown as a separator.
45 SHOWN, // The item gets presented to the user.
53 // Note: This only works when the panel shown.
83 // True if this element is the separator and it is shown.
tray_user_unittest.cc 40 // Click on the user item. Note that the tray menu needs to be shown.
139 EXPECT_EQ(i == 0 ? ash::internal::TrayUser::SHOWN :
163 // Verify that nothing is shown.
168 // After clicking on the tray the menu should get shown and for each logged
176 EXPECT_EQ(i < j ? ash::internal::TrayUser::SHOWN :
191 EXPECT_EQ(i < j ? ash::internal::TrayUser::SHOWN :
tray_user.cc 158 // The user details shown in public account mode. This is essentially a label
304 // The menu item view which gets shown when the user clicks in multi profile
667 return TrayUser::SHOWN;
670 TrayUser::HOVERED : TrayUser::SHOWN;
    [all...]

Completed in 124 milliseconds