HomeSort by relevance Sort by last modified time
    Searched full:custom_frame_border (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/ui/gtk/
browser_window_gtk.cc 359 static NineBox* custom_frame_border = NULL; local
360 if (!custom_frame_border) {
361 custom_frame_border = new NineBox(IDR_WINDOW_TOP_LEFT_CORNER,
371 custom_frame_border->RenderToWidget(widget);
    [all...]
  /external/chromium/chrome/browser/ui/gtk/
browser_window_gtk.cc 392 static NineBox custom_frame_border(
403 custom_frame_border.RenderToWidget(widget);
    [all...]

Completed in 239 milliseconds