HomeSort by relevance Sort by last modified time
    Searched full:revealed (Results 1 - 25 of 116) sorted by null

1 2 3 4 5

  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/
ISourceRevealer.java 29 * @return true if the source was revealed.
40 * @return true if the source was revealed.
  /external/chromium_org/ui/views/
mouse_constants.h 14 // activating controls, especially when some UI element is revealed under the
  /external/chromium_org/ash/wm/
immersive_fullscreen_controller_unittest.cc 154 // The top-of-window views can only be revealed via mouse hover or a gesture.
191 // Attempt to change the revealed state to |revealed| via |modality|.
192 void AttemptRevealStateChange(bool revealed, Modality modality) {
194 gfx::Point event_position(0, revealed ? 0 : top_container_->height() + 100);
212 ImmersiveFullscreenController::SwipeType swipe_type = revealed ?
230 // top-of-window views getting hidden and revealed.
266 // 1) Test acquiring and releasing a revealed state lock while immersive
274 // Immersive fullscreen should start in the revealed state due to the lock.
374 // Once revealed, a move just a little below the top container doesn't end
    [all...]
immersive_fullscreen_controller.h 77 // are revealed. GetVisibleBoundsInScreen() must return a valid value when
90 // top-of-window views revealed when a child of |top_container| has focus.
92 // top-of-window views revealed.
109 // Returns a lock which will keep the top-of-window views revealed for its
112 // keeping the top-of-window views revealed, the top-of-window views will be
166 REVEALED,
214 // keeping them revealed. Optionally animates.
254 // State machine for the revealed/closed animations.
270 // Lock which keeps the top-of-window views revealed based on the current
276 // Lock which keeps the top-of-window views revealed based on the focused vie
    [all...]
immersive_fullscreen_controller.cc 117 // Class which keeps the top-of-window views revealed as long as one of the
119 // views revealed based on the visibility of bubbles anchored to
123 // upon deactivation also keep the top-of-window views revealed for the
148 // Lock which keeps the top-of-window views revealed based on whether any of
282 // Reset the located event and the focus revealed locks so that they do not
290 if (reveal_state_ == REVEALED) {
291 // Reveal was unsuccessful. Reacquire the revealed locks if appropriate.
336 // top-of-window views revealed.
367 if (reveal_state_ == SLIDING_OPEN || reveal_state_ == REVEALED) {
404 // when the top-of-window views are revealed
    [all...]
immersive_revealed_lock.h 14 // Class which keeps the top-of-window views revealed for the duration of its
  /external/chromium/chrome/common/extensions/docs/js/
sidebar.js 55 * are hidden/revealed as appropriate given the control's state.
58 * revealed by default (it represents the current page).
  /external/chromium_org/chrome/browser/ui/passwords/
password_manager_presenter.h 55 // Requests the plain text password for entry at |index| to be revealed.
66 // password is revealed.
  /external/chromium_org/chrome/browser/ui/views/frame/
immersive_mode_controller.h 86 // Returns a lock which will keep the top-of-window views revealed for its
89 // the top-of-window views revealed, the top-of-window views will be closed.
browser_non_client_frame_view_ash.cc 120 // light bar style as when the top-of-window views are revealed.
164 // or without the top-of-window views revealed). When in immersive fullscreen
165 // and the top-of-window views are revealed, the TopContainerView paints the
416 // - The top-of-window views are revealed.
browser_non_client_frame_view_ash.h 85 // top-of-window views are not revealed.
  /external/chromium_org/chrome/browser/ui/views/location_bar/
zoom_bubble_view_browsertest.cc 88 // fullscreen and the top-of-window views are not revealed.
102 // and the top-of-window views are revealed.
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
DataGrid.js 846 if (!this.selectedNode.revealed) {
    [all...]
treeoutline.js 372 if (!this.selectedTreeElement.revealed()) {
415 TreeOutline.prototype.revealed = function()
791 TreeElement.prototype.revealed = function()
914 var element = skipUnrevealed ? (this.revealed() ? this.children[0] : null) : this.children[0];
924 element = skipUnrevealed ? (this.revealed() ? this.nextSibling : null) : this.nextSibling;
929 while (element && !element.root && !(skipUnrevealed ? (element.revealed() ? element.nextSibling : null) : element.nextSibling) && element.parent !== stayWithin) {
938 return (skipUnrevealed ? (element.revealed() ? element.nextSibling : null) : element.nextSibling);
948 var element = skipUnrevealed ? (this.revealed() ? this.previousSibling : null) : this.previousSibling;
952 while (element && (skipUnrevealed ? (element.revealed() && element.expanded ? element.children[element.children.length - 1] : null) : element.children[element.children.length - 1])) {
955 element = (skipUnrevealed ? (element.revealed() && element.expanded ? element.children[element.children.length - 1] : null) : element.children[e (…)
    [all...]
HeapSnapshotDataGrids.js 188 node.revealed = node._name.toLowerCase().indexOf(filter) !== -1;
240 var revealed = child.revealed;
242 child.revealed = revealed;
303 if (children[i].revealed) {
329 if (children[i].revealed) {
363 if (children[i].revealed) {
448 this.element.classList.add("revealed");
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/options/
password_manager_handler.h 56 // Requests the plain text password for an entry to be revealed.
  /external/chromium_org/v8/test/webkit/
dfg-double-use-of-post-simplification-double-prediction.js 25 "Tests stability of the DFG compiler when you have a double use of a variable that is not revealed to be a double until after CFG simplification."
  /external/chromium_org/chrome/browser/ui/cocoa/
fullscreen_mode_controller.h 48 // A Carbon event handler that tracks the revealed fraction of the menu bar.
  /external/chromium_org/third_party/icu/source/test/cintltst/
citertst.h 74 * Repeat TestBug672 with normalizatin enabled - this test revealed a bug
  /external/chromium_org/tools/valgrind/tsan/
ignores_win32.txt 51 # unrelated file in another thread. Revealed by DiskCacheBackendTest.DeleteOld.
  /external/chromium_org/v8/test/mjsunit/regress/
regress-1583.js 52 // Fixing the bug above introduced (revealed?) an inconsistency in named
  /external/icu4c/test/cintltst/
citertst.h 74 * Repeat TestBug672 with normalizatin enabled - this test revealed a bug
  /external/v8/test/mjsunit/regress/
regress-1583.js 52 // Fixing the bug above introduced (revealed?) an inconsistency in named
  /packages/apps/Email/tests/src/com/android/email/activity/
MessageViewTests.java 114 //// a.onClick(a.findViewById(R.id.download)); // not revealed yet, so unfair test
115 //// a.onClick(a.findViewById(R.id.view)); // not revealed yet, so unfair test
  /external/chromium_org/chrome/browser/ui/views/ash/
tab_scrubber.h 91 // Forces the tabs to be revealed if we are in immersive fullscreen.

Completed in 581 milliseconds

1 2 3 4 5