HomeSort by relevance Sort by last modified time
    Searched defs:visible_ (Results 1 - 25 of 29) sorted by null

1 2

  /external/chromium/chrome/browser/ui/cocoa/location_bar/
location_bar_decoration.h 26 : visible_(false) {
80 bool visible_; member in class:LocationBarDecoration
  /external/chromium_org/chrome/browser/ui/cocoa/location_bar/
location_bar_decoration.h 27 : visible_(false) {
105 bool visible_; member in class:LocationBarDecoration
  /external/chromium_org/cc/output/
delegating_renderer.h 60 bool visible_; member in class:cc::DelegatingRenderer
software_renderer.h 96 bool visible_; member in class:cc::SoftwareRenderer
  /external/chromium_org/chrome/browser/chromeos/ui/
focus_ring_controller.h 59 bool visible_; member in class:chromeos::FocusRingController
  /external/chromium_org/ui/aura/test/
test_cursor_client.h 38 bool visible_; member in class:aura::test::TestCursorClient
  /external/chromium/chrome/browser/ui/gtk/
constrained_window_gtk.h 95 bool visible_; member in class:ConstrainedWindowGtk
  /external/chromium_org/device/bluetooth/
bluetooth_device_win.h 104 bool visible_; member in class:device::BluetoothDeviceWin
  /external/chromium/chrome/browser/chromeos/notifications/
system_notification.h 59 bool visible() const { return visible_; }
87 bool visible_; member in class:chromeos::SystemNotification
  /external/chromium_org/chromeos/dbus/
fake_bluetooth_adapter_client.h 84 bool visible_; member in class:chromeos::FakeBluetoothAdapterClient
  /external/chromium/chrome/browser/ui/views/
browser_bubble.h 76 bool visible() const { return visible_; }
131 bool visible_; member in class:BrowserBubble
  /external/chromium_org/ash/system/tray/
tray_details_view.cc 41 void set_visible(bool visible) { visible_ = visible; }
46 if (!visible_)
56 bool visible_; member in class:ash::internal::ScrollBorder
  /external/chromium_org/content/common/gpu/
gpu_memory_manager_client.h 75 bool visible_; member in class:content::GpuMemoryManagerClientState
  /external/chromium/chrome/common/extensions/
extension_action.h 131 SetValue(&visible_, tab_id, value);
136 return GetValue(&visible_, tab_id);
182 std::map<int, bool> visible_; member in class:ExtensionAction
  /external/chromium_org/chromeos/dbus/ibus/
ibus_property.h 113 bool visible() const { return visible_; }
114 void set_visible(bool visible) { visible_ = visible; }
128 bool visible_; member in class:chromeos::IBusProperty
ibus_panel_service_unittest.cc 153 visible_(visible) {}
158 EXPECT_EQ(visible_, visible);
163 const bool visible_; member in class:chromeos::__anon9653::UpdateLookupTableVerifier
  /external/chromium_org/ppapi/examples/audio/
audio.cc 39 visible_(false),
68 visible_ = view.IsPageVisible();
80 (visible_ ? 1 : 2);
82 (visible_ ? 1 : 2);
105 bool visible_; member in class:MyInstance
  /external/chromium_org/cc/scheduler/
scheduler_state_machine.h 202 bool visible_; member in class:cc::SchedulerStateMachine
  /external/chromium_org/cc/trees/
layer_tree_host_unittest_animation.cc 677 visible_ = true;
682 visible_ = false;
687 EXPECT_FALSE(visible_); variable
692 EXPECT_FALSE(visible_); variable
700 bool visible_; member in class:cc::__anon6572::LayerTreeHostAnimationTestRunAnimationWhenNotVisible
  /external/chromium_org/content/renderer/browser_plugin/
browser_plugin.h 341 bool visible_; member in class:content::BrowserPlugin
  /external/chromium_org/ui/aura/
window.h 126 bool TargetVisibility() const { return visible_; }
488 bool visible_; member in class:aura::Window
  /external/chromium_org/ui/views/corewm/
cursor_manager.cc 24 visible_(true),
33 bool visible() const { return visible_; }
36 visible_ = visible;
53 visible_ = visible_on_mouse_events_enabled_;
55 visible_on_mouse_events_enabled_ = visible_;
56 visible_ = false;
62 bool visible_; member in class:views::corewm::internal::CursorState
  /external/chromium_org/chrome/browser/bookmarks/
bookmark_model.h 207 void set_visible(bool value) { visible_ = value; }
213 bool visible_; member in class:BookmarkPermanentNode
  /external/chromium_org/content/common/gpu/client/
webgraphicscontext3d_command_buffer_impl.h 716 bool visible_; member in class:content::WebGraphicsContext3DCommandBufferImpl
  /external/chromium_org/ui/compositor/
layer.h 208 bool visible() const { return visible_; }
419 bool visible_; member in class:ui::Layer

Completed in 4334 milliseconds

1 2