HomeSort by relevance Sort by last modified time
    Searched refs:InvalidateLayout (Results 1 - 25 of 32) sorted by null

1 2

  /external/chromium_org/chrome/browser/ui/views/frame/
contents_layout_manager.cc 28 host_->InvalidateLayout();
37 host_->InvalidateLayout();
browser_non_client_frame_view.cc 71 InvalidateLayout();
browser_non_client_frame_view_ash.cc 392 InvalidateLayout();
393 frame()->client_view()->InvalidateLayout();
399 InvalidateLayout();
400 frame()->client_view()->InvalidateLayout();
immersive_mode_controller_ash.cc 144 widget->non_client_view()->frame_view()->InvalidateLayout();
145 browser_view_->InvalidateLayout();
  /external/chromium_org/athena/activity/
activity_frame_view.cc 175 InvalidateLayout();
176 frame_->client_view()->InvalidateLayout();
183 InvalidateLayout();
184 frame_->client_view()->InvalidateLayout();
  /external/chromium_org/chrome/browser/ui/views/toolbar/
back_button.cc 37 InvalidateLayout();
  /external/chromium_org/chrome/browser/ui/libgtk2ui/
gtk2_border.cc 131 owning_button_->InvalidateLayout();
  /external/chromium_org/ui/views/controls/button/
label_button.cc 163 InvalidateLayout();
214 InvalidateLayout();
473 InvalidateLayout();
  /external/chromium_org/athena/system/
network_selector.cc 124 InvalidateLayout();
232 InvalidateLayout();
  /external/chromium_org/ash/system/tray/
hover_highlight_view.cc 129 InvalidateLayout();
  /external/chromium_org/chrome/browser/ui/views/profiles/
new_avatar_button.cc 200 InvalidateLayout();
  /external/chromium_org/ui/message_center/views/
message_center_button_bar.cc 276 InvalidateLayout();
message_center_view.cc 706 scroller_->InvalidateLayout();
    [all...]
notifier_settings_view.cc 616 InvalidateLayout();
  /external/chromium_org/ui/views/examples/
multiline_example.cc 103 InvalidateLayout();
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/
TimelineFrameModel.js 227 WebInspector.TimelineModel.RecordType.InvalidateLayout,
368 WebInspector.TracingTimelineModel.RecordType.InvalidateLayout,
TracingTimelineModel.js 38 InvalidateLayout: "InvalidateLayout",
559 case recordTypes.InvalidateLayout:
866 case WebInspector.TracingTimelineModel.RecordType.InvalidateLayout:
    [all...]
TimelineModel.js 54 InvalidateLayout: "InvalidateLayout",
TimelineUIUtilsImpl.js 166 recordTypes.InvalidateLayout,
206 recordStyles[recordTypes.InvalidateLayout] = { title: WebInspector.UIString("Invalidate Layout"), category: categories["rendering"] };
  /external/chromium_org/chrome/browser/ui/views/infobars/
infobar_view.cc 366 InvalidateLayout();
  /external/chromium_org/ui/views/controls/menu/
submenu_view.cc 359 InvalidateLayout();
  /external/chromium_org/chrome/browser/ui/views/website_settings/
website_settings_popup_view.cc 602 connection_tab_->InvalidateLayout();
617 connection_tab_->InvalidateLayout();
  /external/chromium_org/ui/views/
view.h 376 void InvalidateLayout();
    [all...]
view.cc 557 void View::InvalidateLayout() {
562 parent_->InvalidateLayout();
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorTimelineAgent.cpp 86 static const char InvalidateLayout[] = "InvalidateLayout";
524 appendRecord(JSONObject::create(), TimelineRecordType::InvalidateLayout, true, frame);
    [all...]

Completed in 947 milliseconds

1 2