Searched refs:GetPartBitmap (Results 1 - 1 of 1) sorted by relevance

/external/chromium/chrome/browser/ui/views/
H A Dconstrained_window_views.cc87 virtual SkBitmap* GetPartBitmap(views::FramePartBitmap part_id) const { function in class:XPWindowResources
117 virtual SkBitmap* GetPartBitmap(views::FramePartBitmap part_id) const { function in class:VistaWindowResources
430 SkBitmap* top_left_corner = resources_->GetPartBitmap(FRAME_TOP_LEFT_CORNER);
432 resources_->GetPartBitmap(FRAME_TOP_RIGHT_CORNER);
433 SkBitmap* top_edge = resources_->GetPartBitmap(FRAME_TOP_EDGE);
434 SkBitmap* right_edge = resources_->GetPartBitmap(FRAME_RIGHT_EDGE);
435 SkBitmap* left_edge = resources_->GetPartBitmap(FRAME_LEFT_EDGE);
437 resources_->GetPartBitmap(FRAME_BOTTOM_LEFT_CORNER);
439 resources_->GetPartBitmap(FRAME_BOTTOM_RIGHT_CORNER);
440 SkBitmap* bottom_edge = resources_->GetPartBitmap(FRAME_BOTTOM_EDG
[all...]

Completed in 17 milliseconds