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

/external/chromium_org/ui/native_theme/
H A Dnative_theme_win.cc345 get_theme_content_rect_(NULL),
360 get_theme_content_rect_ = reinterpret_cast<GetThemeContentRectPtr>(
754 if (handle && get_theme_content_rect_) {
755 get_theme_content_rect_(handle, hdc, part_id, state_id, rect, rect);
1605 // TODO(maruel): Need to be fixed if get_theme_content_rect_ is NULL.
1606 if (fill_content_area && get_theme_content_rect_) {
1608 hr = get_theme_content_rect_(handle, hdc, part_id, state_id, rect,
H A Dnative_theme_win.h341 GetThemeContentRectPtr get_theme_content_rect_; member in class:ui::NativeThemeWin

Completed in 31 milliseconds