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

  /external/chromium/chrome/browser/ui/views/
toolbar_view.cc 515 int top_spacing = PopupTopSpacing(); local
516 canvas->DrawBitmapInt(*kPopupBackgroundEdge, 0, top_spacing);
518 width() - kPopupBackgroundEdge->width(), top_spacing);
  /external/chromium_org/chrome/browser/extensions/
web_view_interactive_browsertest.cc 317 const int top_spacing = 50 + 26 + padding.y(); local
324 EXPECT_LE(std::abs(diff.y() - top_spacing), threshold_px);

Completed in 3181 milliseconds