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

1 2

  /external/chromium_org/chrome_frame/infobars/internal/
host_window_manager.h 28 // Triggers an immediate re-evaluation of the dimensions of the displaced
30 // natural dimensions of the displaced window.
37 // Finds the window to be displaced and instantiate a DisplacedWindowManager
42 // Subclasses and observes changes to the displaced window.
host_window_manager.cc 15 // Receives notification when the displaced window is destroyed, and forwards
16 // displaced window dimensions on to HostWindowManager::Delegate.
35 // Called when the displaced window is destroyed. Try to find a new displaced
56 // lparam must point to an HWND that is either NULL or the HWND of the displaced
58 // it, and update lparam to point to the new displaced window if it is found.
64 return TRUE; // Skip this, it's the old displaced window.
98 // the content). When the displaced window is destroyed, the new one might
99 // already exist, so we say "find a displaced window that is not this
displaced_window_manager.h 26 // Triggers an immediate re-evaluation of the dimensions of the displaced
28 // natural dimensions of the displaced window.
37 // The size of the displaced window is being calculated. Allow
displaced_window_manager.cc 11 // Call SetWindowPos with SWP_FRAMECHANGED for displaced window.
12 // Displaced window will receive WM_NCCALCSIZE to recalculate its client size.
infobar_window.h 33 // Triggers an immediate re-evaluation of the dimensions of the displaced
35 // dimensions of the displaced content.
55 // Receives the total space requested by the displaced content and subtracts
subclassing_window_with_delegate.h 21 // Allows clients to modify the dimensions of the displaced window.
29 // Receives the natural dimensions of the displaced window. Upon return,
infobar_window.cc 73 // Force a call to ReserveSpace, which will capture the width of the displaced
78 return false; // Might not be any displaced window.. then we can't display.
  /external/chromium_org/content/renderer/
external_popup_menu.h 53 // Popups may be displaced when screen metrics emulation is enabled.
  /packages/apps/Dialer/src/com/android/dialer/list/
OnDragDropListener.java 21 * @param itemIndex Index of the contact in the ListView which is currently being displaced
  /art/runtime/gc/accounting/
card_table.h 146 // Card table doesn't begin at the beginning of the mem_map_, instead it is displaced by offset
  /external/chromium/chrome/browser/ui/touch/tabs/
touch_tab_strip.h 120 // displaced beyond the minimum dragging threshold.
touch_tab_strip.cc 143 // limit the extent to which this tab can be displaced.
  /external/chromium_org/third_party/libwebp/enc/
analysis.c 170 int displaced; local
191 displaced = 0;
197 displaced += abs(centers[n] - new_center);
204 if (displaced < 5) break; // no need to keep on looping...
  /external/chromium_org/win8/metro_driver/
chrome_app_view.h 152 // window was displaced to ensure that the focused region is visible when
  /external/webp/src/enc/
analysis.c 170 int displaced; local
191 displaced = 0;
197 displaced += abs(centers[n] - new_center);
204 if (displaced < 5) break; // no need to keep on looping...
  /external/chromium_org/chrome/browser/ui/views/
password_generation_bubble_view.cc 88 // there is no overlap. It is also displaced down by the size of the border
  /prebuilts/gcc/linux-x86/x86/i686-linux-android-4.6/bin/
i686-linux-android-gdb 
i686-linux-android-gdbtui 
  /external/chromium_org/chrome_frame/test/
infobar_unittests.cc 223 // and subclasses the displaced window on demand.
  /external/chromium_org/third_party/skia/include/core/
SkDevice.h 158 * is invoked from setDevice (for the displaced device), restore and
  /external/skia/include/core/
SkDevice.h 158 * is invoked from setDevice (for the displaced device), restore and
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.6/bin/
mipsel-linux-android-gdb 
mipsel-linux-android-gdbtui 
  /external/chromium_org/third_party/mesa/src/src/mesa/x86/
assyntax.h 350 /* Displaced Scaled Index: */
354 /* Displaced Base: */
    [all...]
  /external/mesa3d/src/mesa/x86/
assyntax.h 350 /* Displaced Scaled Index: */
354 /* Displaced Base: */
    [all...]

Completed in 1963 milliseconds

1 2