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

1 2 3 4 5 6

  /external/chromium_org/chrome/common/extensions/docs/static/js/
scroll.js 16 function relayout() { function
42 window.addEventListener('scroll', relayout);
43 setTimeout(relayout, 0);
  /external/chromium_org/third_party/WebKit/ManualTests/
bugzilla-5768.html 5 <title>No relayout when all frames are fixed</title>
  /external/chromium_org/third_party/WebKit/PerformanceTests/Interactive/resources/
window-resize.js 24 description: "Exercising window resize and following relayout",
  /external/chromium/chrome/browser/ui/cocoa/
fast_resize_view.h 16 // amount of time to relayout and redraw when its size is changed.
fast_resize_view.mm 21 // Force a relayout when coming out of fast resize mode.
  /external/chromium_org/ash/wm/
status_area_layout_manager.h 17 // In any case when status area needs relayout it redirects this call to
  /external/chromium_org/chrome/browser/chromeos/input_method/
infolist_window_view.h 39 void Relayout(const std::vector<Entry>& entries, size_t focused_index);
infolist_window_view.cc 38 void Relayout(const InfolistWindowView::Entry& entry);
103 void InfolistEntryView::Relayout(const InfolistWindowView::Entry& entry) {
200 void InfolistWindowView::Relayout(const std::vector<Entry>& entries,
219 infolist_row->Relayout(entries[i]);
  /external/chromium_org/chrome/browser/ui/cocoa/
fast_resize_view.h 15 // amount of time to relayout and redraw when its size is changed.
fast_resize_view.mm 25 // Force a relayout when coming out of fast resize mode.
  /frameworks/base/core/java/android/view/
IWindowSession.aidl 80 * so complex relayout of the window should not happen based on them.
89 int relayout(IWindow window, int seq, in WindowManager.LayoutParams attrs,
96 * If a call to relayout() asked to have the surface destroy deferred,
117 * {@link #relayout relayout()} for windows behind this one.
IWindow.aidl 84 * from relayout(), this method will be called when the animation
  /external/chromium_org/ash/wm/dock/
docked_window_layout_manager.cc 146 Relayout();
180 Relayout();
264 Relayout();
281 Relayout();
311 Relayout();
327 Relayout();
338 Relayout();
365 Relayout();
392 Relayout();
435 // prevent Relayout from getting called multiple times during thi
    [all...]
docked_window_layout_manager.h 142 // Minimize / restore window and relayout.
150 void Relayout();
166 // Protect against recursive calls to Relayout().
  /external/chromium/chrome/browser/chromeos/status/
status_area_view.cc 100 // relayout. Also mark that this view's size has changed. This will let
101 // BrowserView know to relayout, which will reset the bounds of this view.
  /external/chromium_org/ash/wm/panels/
panel_layout_manager.h 134 // positioned. The first time Relayout is called the panel will slide into
145 void Relayout();
162 // Protect against recursive calls to Relayout().
panel_layout_manager.cc 302 Relayout();
307 Relayout();
336 Relayout();
369 Relayout();
392 Relayout();
397 Relayout();
431 Relayout();
438 // TODO: As this is called for every animation step now. Relayout needs to be
441 Relayout();
450 Relayout();
    [all...]
  /development/samples/Support7Demos/src/com/example/android/supportv7/media/
OverlayDisplayWindow.java 258 relayout(); method
266 private void relayout() { method in class:OverlayDisplayWindow.JellybeanMr1Impl
387 relayout();
461 relayout();
471 relayout();
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
SVGRenderStyle.cpp 132 // If kerning changes, we need a relayout, to force SVGCharacterData to be recalculated in the SVGRootInlineBox.
136 // If resources change, we need a relayout, as the presence of resources influences the repaint rect.
140 // If markers change, we need a relayout, as marker boundaries are cached in RenderSVGPath.
  /external/chromium/chrome/browser/ui/cocoa/tab_contents/
tab_contents_controller.h 47 // selected tab contents to do not trigger unnecessary content relayout.
  /external/chromium_org/chrome/browser/ui/cocoa/tab_contents/
tab_contents_controller.h 31 // selected tab contents to do not trigger unnecessary content relayout.
  /frameworks/base/services/java/com/android/server/display/
OverlayDisplayWindow.java 148 public void relayout() { method in class:OverlayDisplayWindow
284 relayout();
354 relayout();
364 relayout();
  /external/chromium_org/chrome/browser/resources/file_manager/js/
file_grid.js 81 FileGrid.prototype.relayout = function() {
94 cr.dispatchSimpleEvent(this, 'relayout');
  /external/chromium_org/third_party/WebKit/Source/core/page/
PrintContext.h 46 // Break up a page into rects without relayout.
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderMedia.cpp 70 // If the region chain has changed we also need to relayout the controls to update the region box info.

Completed in 757 milliseconds

1 2 3 4 5 6