OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ShouldPaintAsActive
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/ash/wm/panels/
panel_frame_view.cc
117
bool paint_as_active =
ShouldPaintAsActive
();
/external/chromium_org/chrome/browser/ui/views/frame/
browser_non_client_frame_view_ash.cc
253
ShouldPaintAsActive
() ?
518
if (
ShouldPaintAsActive
()) {
526
if (
ShouldPaintAsActive
()) {
541
return
ShouldPaintAsActive
() ?
opaque_browser_frame_view.cc
[
all
...]
app_panel_browser_frame_view.cc
331
if (
ShouldPaintAsActive
()) {
/external/chromium_org/ui/views/window/
non_client_view.h
88
bool
ShouldPaintAsActive
() const;
non_client_view.cc
304
bool NonClientFrameView::
ShouldPaintAsActive
() const {
/external/chromium/chrome/browser/ui/views/frame/
opaque_browser_frame_view.cc
575
if (
ShouldPaintAsActive
()) {
590
if (
ShouldPaintAsActive
()) {
597
} else if (
ShouldPaintAsActive
()) {
628
canvas->DrawBitmapInt(*tp->GetBitmapNamed(
ShouldPaintAsActive
() ?
686
theme_frame = rb.GetBitmapNamed(
ShouldPaintAsActive
() ?
689
theme_frame = tp->GetBitmapNamed(
ShouldPaintAsActive
() ?
692
theme_frame = tp->GetBitmapNamed(
ShouldPaintAsActive
() ?
719
SkBitmap* theme_overlay = tp->GetBitmapNamed(
ShouldPaintAsActive
() ?
[
all
...]
app_panel_browser_frame_view.cc
337
if (
ShouldPaintAsActive
()) {
/external/chromium_org/ash/wm/
custom_frame_view_ash.cc
481
header_view_->set_paint_as_active(
ShouldPaintAsActive
());
/external/chromium_org/apps/ui/views/
shell_window_frame_view.cc
297
if (
ShouldPaintAsActive
()) {
Completed in 56 milliseconds