Searched refs:visible (Results 126 - 150 of 830) sorted by relevance

1234567891011>>

/external/chromium_org/ash/system/chromeos/
H A Dtray_tracing.h35 void SetTrayIconVisible(bool visible);
/external/chromium_org/ash/wm/
H A Dash_native_cursor_manager.h55 bool visible,
H A Droot_window_layout_manager.h42 bool visible) OVERRIDE;
H A Dwindow_animations.h58 bool visible);
/external/chromium_org/athena/util/
H A Dfill_layout_manager.cc39 bool visible) {
38 OnChildWindowVisibilityChanged(aura::Window* child, bool visible) argument
H A Dfill_layout_manager.h24 bool visible) OVERRIDE;
/external/chromium_org/chrome/browser/chromeos/input_method/
H A Dcandidate_window_controller_impl.cc103 bool visible) {
104 // If it's not visible, hide the lookup table and return.
105 if (!visible) {
155 const base::string16& text, unsigned int cursor, bool visible) {
156 // If it's not visible, hide the preedit text and return.
157 if (!visible || text.empty()) {
101 UpdateLookupTable( const ui::CandidateWindow& candidate_window, bool visible) argument
154 UpdatePreeditText( const base::string16& text, unsigned int cursor, bool visible) argument
/external/chromium_org/chrome/browser/resources/google_now/
H A Dcards.js169 * each whether it's visible at the specified moment.
175 * visible at |timestamp|.
220 function(uncombinedCard, visible) {
221 // If the uncombined notification is visible now and set the winning
223 if (visible) {
301 // preserved. We dismiss parts that were visible at the moment when the card
306 function(uncombinedCard, visible) {
307 if (visible) {
/external/chromium_org/chrome/browser/resources/options/chromeos/
H A Dbluetooth_add_device_overlay.js91 * "Add device" dialog is visible.
95 if (page && page.visible)
110 * If the "Add device" dialog is visible, dismiss it.
114 if (page && page.visible)
/external/chromium_org/chrome/browser/ui/autofill/
H A Dautofill_dialog_types.cc114 : visible(false) {}
116 bool visible,
122 : visible(visible),
115 SuggestionState( bool visible, const base::string16& vertically_compact_text, const base::string16& horizontally_compact_text, const gfx::Image& icon, const base::string16& extra_text, const gfx::Image& extra_icon) argument
/external/chromium_org/chrome/browser/ui/blocked_content/
H A Dpopup_blocker_tab_helper.h63 void PopupNotificationVisibilityChanged(bool visible);
/external/chromium_org/chrome/browser/ui/views/extensions/
H A Dextension_view_views.cc49 if (is_visible != visible()) {
79 if (visible())
99 if (!visible()) {
169 if (visible() || is_clipped_)
H A Dmedia_gallery_checkbox_view.cc97 if (!folder_viewer_button_->visible())
99 if (!secondary_text_->visible())
113 if (folder_viewer_button_->visible()) {
117 if (secondary_text_->visible()) {
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dbrowser_frame_ash.h34 virtual void OnWindowTargetVisibilityChanged(bool visible) OVERRIDE;
/external/chromium_org/content/browser/android/
H A Dcomposited_touch_handle_drawable.h28 virtual void SetVisible(bool visible) OVERRIDE;
H A Dpopup_touch_handle_drawable.h26 virtual void SetVisible(bool visible) OVERRIDE;
/external/chromium_org/content/browser/renderer_host/
H A Dsoftware_frame_manager.cc121 void SoftwareFrameManager::SwapToNewFrameComplete(bool visible) { argument
123 RendererFrameManager::GetInstance()->AddFrame(this, visible);
126 void SoftwareFrameManager::SetVisibility(bool visible) { argument
128 if (visible) {
/external/chromium_org/content/public/browser/android/
H A Dcompositor.h55 // having been made visible again.
56 virtual void SetVisible(bool visible) = 0;
/external/chromium_org/gpu/command_buffer/client/
H A Dcontext_support.h26 virtual void SetSurfaceVisible(bool visible) = 0;
H A Dgpu_control.h65 virtual void SetSurfaceVisible(bool visible) = 0;
/external/chromium_org/ui/base/ime/chromeos/
H A Dmock_ime_input_context_handler.h34 bool visible) OVERRIDE;
/external/chromium_org/ui/base/ime/
H A Dremote_input_method_win.h72 virtual void OnCandidatePopupChanged(bool visible) = 0;
/external/chromium_org/ui/keyboard/
H A Dkeyboard_layout_manager.h30 bool visible) OVERRIDE {}
/external/chromium_org/ui/views/controls/native/
H A Dnative_view_host.cc76 bool visible = !vis_bounds.IsEmpty(); local
78 if (visible && !fast_resize_) {
80 // Only a portion of the Widget is really visible.
86 // The whole widget is visible but we installed a clip on the widget,
92 if (visible) {
105 fast_resize_at_last_layout_ = visible && fast_resize_;
/external/clang/test/SemaTemplate/
H A Dinstantiate-call.cpp28 expected-error {{neither visible in the template definition nor found by argument-dependent lookup}}

Completed in 4131 milliseconds

1234567891011>>