OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:root_window_controller
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/ash/display/
virtual_keyboard_window_controller_unittest.cc
9
#include "ash/
root_window_controller
.h"
40
internal::RootWindowController*
root_window_controller
() {
function in class:ash::test::VirtualKeyboardWindowControllerTest
59
EXPECT_TRUE(
root_window_controller
());
61
EXPECT_TRUE(
root_window_controller
()->GetContainer(
/external/chromium_org/ash/wm/
root_window_layout_manager.cc
8
#include "ash/
root_window_controller
.h"
43
RootWindowController*
root_window_controller
=
local
46
root_window_controller
->wallpaper_controller();
48
if (!background &&
root_window_controller
->animating_wallpaper_controller()) {
49
background =
root_window_controller
->animating_wallpaper_controller()->
/external/chromium_org/ash/desktop_background/
desktop_background_widget_controller.cc
9
#include "ash/
root_window_controller
.h"
24
ShowWallpaperAnimationObserver(RootWindowController*
root_window_controller
,
27
: root_window_controller_(
root_window_controller
),
108
RootWindowController*
root_window_controller
) {
113
root_window_controller
, widget_,
desktop_background_controller_unittest.cc
13
#include "ash/
root_window_controller
.h"
114
internal::RootWindowController*
root_window_controller
=
variable
116
root_window_controller
->SetWallpaperController(NULL);
117
root_window_controller
->SetAnimatingWallpaperController(NULL);
319
internal::RootWindowController*
root_window_controller
=
local
321
EXPECT_TRUE(
root_window_controller
->animating_wallpaper_controller()->
326
EXPECT_FALSE(
root_window_controller
->wallpaper_controller());
332
EXPECT_FALSE(
root_window_controller
->animating_wallpaper_controller()->
334
EXPECT_TRUE(
root_window_controller
->wallpaper_controller());
361
internal::RootWindowController*
root_window_controller
local
403
internal::RootWindowController*
root_window_controller
=
local
[
all
...]
desktop_background_widget_controller.h
44
// Starts wallpaper fade in animation. |
root_window_controller
| is
47
void StartAnimating(RootWindowController*
root_window_controller
);
desktop_background_controller.cc
15
#include "ash/
root_window_controller
.h"
396
internal::RootWindowController*
root_window_controller
= *iter;
local
400
root_window_controller
->wallpaper_controller();
403
root_window_controller
->root_window(),
413
root_window_controller
->animating_wallpaper_controller() ?
414
root_window_controller
->animating_wallpaper_controller()->
419
root_window_controller
->root_window(),
desktop_background_view.cc
14
#include "ash/
root_window_controller
.h"
197
RootWindowController*
root_window_controller
=
local
206
root_window_controller
->animating_wallpaper_controller() ||
Completed in 72 milliseconds