OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ShellTestApi
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ash/test/
shell_test_api.h
34
class
ShellTestApi
{
36
explicit
ShellTestApi
(Shell* shell);
56
DISALLOW_COPY_AND_ASSIGN(
ShellTestApi
);
shell_test_api.cc
19
ShellTestApi
::
ShellTestApi
(Shell* shell) : shell_(shell) {}
21
internal::RootWindowLayoutManager*
ShellTestApi
::root_window_layout() {
26
ShellTestApi
::input_method_event_filter() {
31
ShellTestApi
::system_gesture_event_filter() {
35
internal::WorkspaceController*
ShellTestApi
::workspace_controller() {
40
ShellTestApi
::screen_position_controller() {
44
AshNativeCursorManager*
ShellTestApi
::ash_native_cursor_manager() {
48
ShelfModel*
ShellTestApi
::shelf_model() {
52
internal::DragDropController*
ShellTestApi
::drag_drop_controller()
[
all
...]
Completed in 283 milliseconds