HomeSort by relevance Sort by last modified time
    Searched refs:TestApi (Results 1 - 25 of 40) sorted by null

1 2

  /external/chromium_org/ash/wm/
screen_dimmer.h 29 class TestApi {
31 explicit TestApi(ScreenDimmer* dimmer) : dimmer_(dimmer) {}
38 DISALLOW_COPY_AND_ASSIGN(TestApi);
53 friend class TestApi;
session_state_animator.h 104 class ASH_EXPORT TestApi {
106 explicit TestApi(SessionStateAnimator* animator)
121 DISALLOW_COPY_AND_ASSIGN(TestApi);
lock_state_controller.h 97 class ASH_EXPORT TestApi {
99 explicit TestApi(LockStateController* controller);
101 virtual ~TestApi();
141 DISALLOW_COPY_AND_ASSIGN(TestApi);
screen_dimmer_unittest.cc 26 test_api_.reset(new ScreenDimmer::TestApi(dimmer_));
32 scoped_ptr<ScreenDimmer::TestApi> test_api_;
lock_state_controller.cc 159 LockStateController::TestApi::TestApi(LockStateController* controller)
163 LockStateController::TestApi::~TestApi() {
  /external/chromium_org/ui/wm/core/
shadow_controller.h 37 class WM_EXPORT TestApi {
39 explicit TestApi(ShadowController* controller) : controller_(controller) {}
40 ~TestApi() {}
47 DISALLOW_COPY_AND_ASSIGN(TestApi);
shadow_controller_unittest.cc 70 ShadowController::TestApi api(shadow_controller());
111 ShadowController::TestApi api(shadow_controller());
126 ShadowController::TestApi api(shadow_controller());
159 ShadowController::TestApi api(shadow_controller());
187 ShadowController::TestApi api(shadow_controller());
shadow_controller.cc 102 friend class ShadowController::TestApi;
266 // ShadowController::TestApi ---------------------------------------------------
268 Shadow* ShadowController::TestApi::GetShadowForWindow(aura::Window* window) {
  /external/chromium_org/ui/keyboard/
keyboard_controller_proxy.h 38 class TestApi {
40 explicit TestApi(KeyboardControllerProxy* proxy) : proxy_(proxy) {}
49 DISALLOW_COPY_AND_ASSIGN(TestApi);
122 friend class TestApi;
  /external/chromium_org/ui/gfx/animation/
slide_animation_unittest.cc 15 class SlideAnimation::TestApi {
17 explicit TestApi(SlideAnimation* animation) : animation_(animation) {}
30 DISALLOW_COPY_AND_ASSIGN(TestApi);
57 SlideAnimation::TestApi test_api(&animation);
slide_animation.h 73 class TestApi;
  /external/chromium_org/components/web_modal/
web_contents_modal_dialog_manager.h 58 class TestApi {
60 explicit TestApi(WebContentsModalDialogManager* manager)
71 DISALLOW_COPY_AND_ASSIGN(TestApi);
web_contents_modal_dialog_manager_unittest.cc 106 test_api.reset(new WebContentsModalDialogManager::TestApi(manager));
125 scoped_ptr<WebContentsModalDialogManager::TestApi> test_api;
  /external/chromium_org/ash/frame/caption_buttons/
frame_caption_button_container_view.h 45 class TestApi {
47 explicit TestApi(FrameCaptionButtonContainerView* container_view)
66 DISALLOW_COPY_AND_ASSIGN(TestApi);
frame_caption_button_container_view_unittest.cc 112 FrameCaptionButtonContainerView::TestApi t1(&container1);
127 FrameCaptionButtonContainerView::TestApi t2(&container2);
140 FrameCaptionButtonContainerView::TestApi t3(&container3);
  /external/chromium_org/ui/display/chromeos/
display_configurator.h 113 class TestApi {
115 TestApi(DisplayConfigurator* configurator) : configurator_(configurator) {}
116 ~TestApi() {}
125 DISALLOW_COPY_AND_ASSIGN(TestApi);
  /external/chromium_org/chrome/browser/chromeos/login/users/wallpaper/
wallpaper_manager_unittest.cc 84 scoped_ptr<WallpaperManager::TestApi> test_api;
85 test_api.reset(new WallpaperManager::TestApi(WallpaperManager::Get()));
wallpaper_manager.h 94 class TestApi {
96 explicit TestApi(WallpaperManager* wallpaper_manager);
97 virtual ~TestApi();
112 DISALLOW_COPY_AND_ASSIGN(TestApi);
345 friend class TestApi;
wallpaper_manager_browsertest.cc 69 DesktopBackgroundController::TestAPI(controller_)
501 scoped_ptr<WallpaperManager::TestApi> test_api;
502 test_api.reset(new WallpaperManager::TestApi(wallpaper_manager));
525 scoped_ptr<WallpaperManager::TestApi> test_api;
526 test_api.reset(new WallpaperManager::TestApi(wallpaper_manager));
    [all...]
wallpaper_manager.cc 444 // TestApi. For testing purpose
445 WallpaperManager::TestApi::TestApi(WallpaperManager* wallpaper_manager)
449 WallpaperManager::TestApi::~TestApi() {
452 base::FilePath WallpaperManager::TestApi::current_wallpaper_path() {
456 bool WallpaperManager::TestApi::GetWallpaperFromCache(
461 void WallpaperManager::TestApi::SetWallpaperCache(const std::string& user_id,
467 void WallpaperManager::TestApi::ClearDisposableWallpaperCache() {
    [all...]
  /external/chromium_org/v8/test/mjsunit/
debug-set-variable-value.js 294 assertEquals(true, Debug.TestApi.CommandProcessorResolveValue({value: true}));
296 assertSame(null, Debug.TestApi.CommandProcessorResolveValue({type: "null"}));
298 Debug.TestApi.CommandProcessorResolveValue({type: "undefined"}));
300 assertSame("123", Debug.TestApi.CommandProcessorResolveValue(
302 assertSame(123, Debug.TestApi.CommandProcessorResolveValue(
305 assertSame(Number, Debug.TestApi.CommandProcessorResolveValue(
307 assertSame(RunClosureTest, Debug.TestApi.CommandProcessorResolveValue(
debug-liveedit-1.js 46 Debug.LiveEdit.TestApi.ApplySingleChunkPatch(script, patch_pos, orig_animal.length, new_animal_patch, change_log);
debug-liveedit-compile-error.js 48 Debug.LiveEdit.TestApi.ApplySingleChunkPatch(script, patch_pos,
debug-liveedit-2.js 58 Debug.LiveEdit.TestApi.ApplySingleChunkPatch(script, patch_pos, orig_animal.length, new_animal_patch, change_log);
debug-liveedit-stack-padding.js 57 Debug.LiveEdit.TestApi.ApplySingleChunkPatch(script, patch_pos,

Completed in 861 milliseconds

1 2