Searched defs:visible (Results 151 - 175 of 305) sorted by relevance

1234567891011>>

/external/chromium_org/cc/scheduler/
H A Dscheduler_state_machine.cc222 state->SetBoolean("visible", visible_);
297 // If we're not visible, we should force activation.
298 // Since we set RequiresHighResToDraw when becoming visible, we ensure that we
299 // don't checkerboard until all visible resources are done. Furthermore, if we
300 // do keep the pending tree around, when becoming visible we might activate
391 // We don't want to update visible tiles right after drawing.
399 // We should not check for visible tiles until we've entered the deadline so
405 // poll for any new visible tiles so we can be notified to draw again
431 // We can not perform commits if we are not visible.
766 // There's no need to produce frames if we are not visible
935 SetVisible(bool visible) argument
[all...]
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/banners/
H A DSwipableOverlayView.java56 * on how much of the View is visible, or where the user is currently located on the page.
407 * @param visible If true, snaps the View to the bottom-center of the screen. If false,
411 void createVerticalSnapAnimation(boolean visible) { argument
412 float translationY = visible ? 0.0f : mTotalHeight;
420 * @param visible If true, snaps the View to the bottom-center of the screen. If false,
423 private void createHorizontalSnapAnimation(boolean visible) { argument
424 if (visible) {
/external/chromium_org/chrome/browser/chromeos/input_method/
H A Dinput_method_engine_interface.h80 bool visible; member in struct:chromeos::InputMethodEngineInterface::MenuItem
208 virtual bool SetCandidateWindowVisible(bool visible, std::string* error) = 0;
/external/chromium_org/chrome/browser/extensions/api/extension_action/
H A Dextension_action_api.cc42 // Whether the browser action is visible in the toolbar.
129 bool visible = false; local
132 &visible)) {
135 return visible;
142 bool visible) {
143 if (GetBrowserActionVisibility(prefs, extension_id) == visible)
148 new base::FundamentalValue(visible));
442 bool ExtensionActionFunction::SetVisible(bool visible) { argument
443 if (extension_action_->GetIsVisible(tab_id_) == visible)
445 extension_action_->SetIsVisible(tab_id_, visible);
139 SetBrowserActionVisibility( ExtensionPrefs* prefs, const std::string& extension_id, bool visible) argument
[all...]
/external/chromium_org/chrome/browser/ui/ash/multi_user/
H A Dmulti_user_window_manager_chromeos.cc314 // but only when it was on the visible desktop and the the target is not the
315 // visible desktop.
428 aura::Window* window, bool visible) {
442 it->second->set_show(visible);
447 it->second = visible;
452 aura::Window* window, bool visible) {
456 // Don't allow to make the window visible if it shouldn't be.
457 if (visible && !IsWindowOnDesktopOfUser(window, current_user_id_)) {
462 if (owned_parent && owned_parent != window && visible &&
557 aura::Window* window, bool visible, in
427 OnWindowVisibilityChanging( aura::Window* window, bool visible) argument
451 OnWindowVisibilityChanged( aura::Window* window, bool visible) argument
556 SetWindowVisibility( aura::Window* window, bool visible, int animation_time_in_ms) argument
693 SetWindowVisible( aura::Window* window, bool visible, int animation_time_in_ms) argument
[all...]
/external/chromium_org/chrome/browser/ui/autofill/
H A Dautofill_dialog_types.h143 SuggestionState(bool visible,
152 bool visible; member in struct:autofill::SuggestionState
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dbrowser_view_layout.cc39 // The visible height of the shadow above the tabs. Clicks in this area are
180 bookmark_bar_->visible() &&
224 // miniature immersive style tab strip is visible. Do not overlap the
492 if (!child->visible())
530 bool visible = browser()->SupportsWindowFeature( local
533 int height = visible ? download_shelf_->GetPreferredSize().height() : 0;
534 download_shelf_->SetVisible(visible);
/external/chromium_org/chrome/browser/ui/views/
H A Dfullscreen_exit_bubble_views.cc50 // Returns an empty size when the view is not visible.
85 return visible() ? views::View::GetPreferredSize() : gfx::Size();
342 // it again so that the popup with the new content is visible for at least
512 bool visible) {
510 OnWidgetVisibilityChanged( views::Widget* widget, bool visible) argument
/external/chromium_org/chromeos/dbus/
H A Dfake_shill_service_client.cc312 bool visible) {
315 visible);
325 bool visible) {
327 service_path, guid, name, type, state, visible);
354 bool visible) {
398 new base::FundamentalValue(visible));
307 AddService(const std::string& service_path, const std::string& guid, const std::string& name, const std::string& type, const std::string& state, bool visible) argument
318 AddServiceWithIPConfig( const std::string& service_path, const std::string& guid, const std::string& name, const std::string& type, const std::string& state, const std::string& ipconfig_path, bool visible) argument
348 SetServiceProperties( const std::string& service_path, const std::string& guid, const std::string& name, const std::string& type, const std::string& state, bool visible) argument
/external/chromium_org/chromeos/network/
H A Dshill_property_handler_unittest.cc224 true /* visible */);
238 true /* visible */);
243 bool visible) {
249 visible);
485 AddServiceToProfile(shill::kTypeWifi, kTestServicePath1, false /* visible */);
241 AddServiceToProfile(const std::string& type, const std::string& id, bool visible) argument
/external/chromium_org/content/browser/devtools/
H A Drender_view_devtools_agent_host.cc346 bool visible = *Details<bool>(details).ptr(); local
347 overrides_handler_->OnVisibilityChanged(visible);
/external/chromium_org/content/common/gpu/client/
H A Dcommand_buffer_proxy_impl.cc448 void CommandBufferProxyImpl::SetSurfaceVisible(bool visible) { argument
452 Send(new GpuCommandBufferMsg_SetSurfaceVisible(route_id_, visible));
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/input/
H A DPopupTouchHandleDrawable.java204 boolean visible = mVisible && !mTemporarilyHidden;
205 setVisibility(visible ? VISIBLE : INVISIBLE);
381 private void setVisible(boolean visible) { argument
382 mVisible = visible;
383 int visibility = visible ? VISIBLE : INVISIBLE;
/external/chromium_org/content/renderer/pepper/
H A Dpepper_webplugin_impl.cc179 void PepperWebPluginImpl::updateVisibility(bool visible) {} argument
/external/chromium_org/gpu/command_buffer/tests/
H A Dgl_manager.cc382 void GLManager::SetSurfaceVisible(bool visible) { argument
/external/chromium_org/mojo/gles2/
H A Dcommand_buffer_client_impl.cc239 void CommandBufferClientImpl::SetSurfaceVisible(bool visible) { argument
/external/chromium_org/mojo/services/html_viewer/
H A Dweblayertreeview_impl.cc144 void WebLayerTreeViewImpl::setVisible(bool visible) { argument
145 layer_tree_host_->SetVisible(visible);
/external/chromium_org/ui/app_list/views/
H A Dapp_list_folder_view.cc153 // If the view is hidden for reparenting a folder item, it has to be visible,
223 void AppListFolderView::UpdateFolderNameVisibility(bool visible) { argument
224 folder_header_view_->UpdateFolderNameVisibility(visible);
242 // view visible with opacity 0, so that the drag_view_ on the hidden grid view
298 void AppListFolderView::SetRootLevelDragViewVisible(bool visible) { argument
299 container_view_->apps_grid_view()->SetDragViewVisible(visible);
H A Dapp_list_main_view.cc218 bool visible = local
221 search_box_view_->SetVisible(visible);
222 if (visible && GetWidget() && GetWidget()->IsVisible())
335 // should be highlighted and made visible already.
/external/chromium_org/ui/base/ime/
H A Dinput_method_chromeos.cc485 bool visible) {
493 candidate_window->UpdatePreeditText(text.text(), cursor_pos, visible);
496 // |visible| argument is very confusing. For example, what's the correct
498 // 1. OnUpdatePreeditText() is called with a text and visible == false, then
503 if (!visible) {
482 UpdateCompositionText( const chromeos::CompositionText& text, uint32 cursor_pos, bool visible) argument
/external/chromium_org/ui/compositor/
H A Dcompositor.cc278 void Compositor::SetVisible(bool visible) { argument
279 host_->SetVisible(visible);
H A Dlayer.h170 // Blur pixels by this amount in anything below the layer and visible through
225 // Sets the visibility of the Layer. A Layer may be visible but not
226 // drawn. This happens if any ancestor of a Layer is not visible.
227 void SetVisible(bool visible);
228 bool visible() const { return visible_; } function in class:ui::Layer
235 // are visible.
453 // Several variables which will change the visible representation of
/external/mockito/cglib-and-asm/src/org/mockito/asm/tree/
H A DMethodNode.java90 * The runtime visible parameter annotations of this method. These lists are
103 * @label visible parameters
203 final boolean visible)
206 if (visible) {
200 visitParameterAnnotation( final int parameter, final String desc, final boolean visible) argument
/external/mockito/cglib-and-asm/src/org/mockito/asm/util/
H A DTraceMethodVisitor.java103 final boolean visible)
105 AnnotationVisitor av = super.visitAnnotation(desc, visible);
107 ((TraceAnnotationVisitor) av).av = mv.visitAnnotation(desc, visible);
143 final boolean visible)
152 text.add(visible ? ") // parameter " : ") // invisible, parameter ");
156 tav.av = mv.visitParameterAnnotation(parameter, desc, visible);
101 visitAnnotation( final String desc, final boolean visible) argument
140 visitParameterAnnotation( final int parameter, final String desc, final boolean visible) argument
/external/robolectric/src/main/java/com/xtremelabs/robolectric/tester/android/view/
H A DTestMenuItem.java18 private boolean visible = true; field in class:TestMenuItem
148 public MenuItem setVisible(boolean visible) { argument
149 this.visible = visible;
155 return visible;

Completed in 1520 milliseconds

1234567891011>>