HomeSort by relevance Sort by last modified time
    Searched refs:Relayout (Results 1 - 13 of 13) sorted by null

  /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 40 void Relayout(const InfolistWindowView::Entry& entry);
105 void InfolistEntryView::Relayout(const InfolistWindowView::Entry& entry) {
202 void InfolistWindowView::Relayout(const std::vector<Entry>& entries,
221 infolist_row->Relayout(entries[i]);
candidate_window_controller_impl.cc 233 view->Relayout(infolist_entries, focused_index);
  /external/chromium_org/ash/wm/panels/
panel_layout_manager.cc 298 Relayout();
303 Relayout();
340 Relayout();
375 Relayout();
399 Relayout();
404 Relayout();
438 Relayout();
445 // TODO: As this is called for every animation step now. Relayout needs to be
448 Relayout();
456 Relayout();
    [all...]
panel_layout_manager.h 141 // positioned. The first time Relayout is called the panel will slide into
152 void Relayout();
169 // Protect against recursive calls to Relayout().
panel_window_resizer_unittest.cc 74 manager->Relayout();
panel_layout_manager_unittest.cc 75 manager->Relayout();
  /external/chromium_org/ash/wm/dock/
docked_window_layout_manager.cc 434 Relayout();
440 Relayout();
468 Relayout();
567 Relayout();
575 Relayout();
596 Relayout();
617 Relayout();
628 Relayout();
649 Relayout();
662 // prevent Relayout from getting called multiple times during thi
    [all...]
docked_window_layout_manager.h 131 // Returns last known coordinates of |dragged_window_| after Relayout.
192 // Minimize / restore window and relayout.
212 void Relayout();
250 // Protect against recursive calls to Relayout().
264 // that was previously established in Relayout. This allows easier reordering.
docked_window_layout_manager_unittest.cc 83 manager->Relayout();
100 manager->Relayout();
    [all...]
docked_window_resizer_unittest.cc 91 manager->Relayout();
    [all...]
  /external/chromium_org/ash/wm/overview/
window_selector_panels.cc 42 // Trigger relayout
43 void Relayout();
  /external/chromium_org/chrome/browser/resources/file_manager/foreground/js/
scrollbar.js 81 this.view_.addEventListener('relayout', this.onRelayout_.bind(this));
97 * Relayout handler.

Completed in 1012 milliseconds