HomeSort by relevance Sort by last modified time
    Searched full:obscured (Results 26 - 50 of 120) sorted by null

12 3 4 5

  /external/chromium_org/ui/views/controls/textfield/
textfield.h 75 void SetObscured(bool obscured);
77 // Gets/sets the duration to reveal the last typed char when the obscured bit
343 // The duration to reveal the last typed char for obscured textfields.
textfield.cc 141 void Textfield::SetObscured(bool obscured) {
142 if (obscured) {
textfield_views_model.cc 512 if (!HasCompositionText() && HasSelection() && !render_text_->obscured()) {
530 if (!HasCompositionText() && HasSelection() && !render_text_->obscured()) {
  /external/chromium/chrome/browser/printing/cloud_print/
cloud_print_setup_flow.h 64 // obscured by a browser window.
  /external/chromium/chrome/browser/sync/
sync_setup_flow.h 75 // obscured by a browser window.
  /external/chromium_org/chrome/browser/ui/cocoa/tabs/
tab_window_controller.h 93 // its current position would cause it be obscured by things such as the edge
tab_strip_controller.h 207 // its current position would cause it be obscured by things such as the edge
  /external/chromium/chrome/browser/ui/cocoa/tabs/
tab_window_controller.h 111 // its current position would cause it be obscured by things such as the edge
tab_strip_controller.h 220 // its current position would cause it be obscured by things such as the edge
  /external/chromium_org/chrome/browser/notifications/
balloon_collection_impl.h 180 // shown panels and will not be obscured by them.
  /external/chromium_org/chrome/browser/ui/cocoa/location_bar/
location_bar_view_mac.h 95 // be obscured by other UI (wrench menu) or redundant (+/- from wrench).
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/accessibility/
AccessibilityUtils.java 176 * @param shouldObscure whether the key should be obscured
  /external/chromium_org/ash/wm/
immersive_fullscreen_controller.cc 555 // a portion of the top edge obscured by an unrelated widget.
616 // hovered above a non-obscured portion of the top-of-window views. The
617 // top-of-window views may be partially obscured when |widget_| is inactive.
    [all...]
immersive_fullscreen_controller_unittest.cc 438 // but above an obscured portion of the top-of-window views.
461 // top-of-window views are obscured should also end the immersive reveal.
463 // to an obscured portion of the top-of-window views.
    [all...]
  /external/chromium_org/chrome/browser/resources/extensions/
extension_list.js 344 // obscured.
  /external/chromium_org/chrome/common/extensions/api/
experimental_accessibility.json 91 "isPassword": {"type": "boolean", "description": "True if this control contains password text whose contents should be obscured."},
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
intel_pixel_bitmap.c 197 * will likely be obscured by other, closer geometry.
  /external/chromium_org/ui/gfx/
render_text.cc 408 void RenderText::SetObscured(bool obscured) {
409 if (obscured != obscured_) {
410 obscured_ = obscured;
643 // in the case of obscured (password) textfields.
    [all...]
render_text_win.cc 620 if (obscured())
718 ptrdiff_t i = obscured() ? gfx::UTF16IndexToOffset(text(), 0, index) : index;
725 if (!obscured())
    [all...]
  /external/chromium_org/ui/views/window/
non_client_view.h 66 // hittests for regions that are partially obscured by the ClientView, e.g.
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_pixel_bitmap.c 197 * will likely be obscured by other, closer geometry.
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
completion12-expected-completion75.txt 44 android:filterTouchesWhenObscured : Specifies whether to filter touches when the view's window is obscured by another visible window. [boolean]
  /frameworks/testing/uiautomator/library/core-src/com/android/uiautomator/core/
UiScrollable.java 301 // if list is vertical, matching top edge implies obscured bottom edge
305 // if list is horizontal, matching left edge implies obscured right edge,
  /external/chromium/chrome/browser/resources/
new_new_tab.css 325 #attribution.obscured {
  /external/chromium_org/ui/compositor/
layer.h 221 // and is not completely obscured by a child.

Completed in 1109 milliseconds

12 3 4 5