OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TestApi
(Results
1 - 25
of
54
) sorted by null
1
2
3
/external/chromium_org/ash/wm/
screen_dimmer.h
30
class
TestApi
{
32
explicit
TestApi
(ScreenDimmer* dimmer) : dimmer_(dimmer) {}
39
DISALLOW_COPY_AND_ASSIGN(
TestApi
);
54
friend class
TestApi
;
session_state_animator.h
105
class ASH_EXPORT
TestApi
{
107
explicit
TestApi
(SessionStateAnimator* animator)
122
DISALLOW_COPY_AND_ASSIGN(
TestApi
);
lock_state_controller.h
96
class ASH_EXPORT
TestApi
{
98
explicit
TestApi
(LockStateController* controller);
100
virtual ~
TestApi
();
140
DISALLOW_COPY_AND_ASSIGN(
TestApi
);
screen_dimmer_unittest.cc
26
test_api_.reset(new internal::ScreenDimmer::
TestApi
(dimmer_));
32
scoped_ptr<internal::ScreenDimmer::
TestApi
> test_api_;
lock_state_controller.cc
156
LockStateController::
TestApi
::
TestApi
(LockStateController* controller)
160
LockStateController::
TestApi
::~
TestApi
() {
lock_state_controller_unittest.cc
120
test_api_.reset(new LockStateController::
TestApi
(lock_state_controller_));
122
new SessionStateAnimator::
TestApi
(lock_state_controller_->
392
scoped_ptr<LockStateController::
TestApi
> test_api_;
393
scoped_ptr<SessionStateAnimator::
TestApi
> animator_api_;
[
all
...]
/external/chromium_org/ui/views/corewm/
shadow_controller.h
38
class VIEWS_EXPORT
TestApi
{
40
explicit
TestApi
(ShadowController* controller) : controller_(controller) {}
41
~
TestApi
() {}
48
DISALLOW_COPY_AND_ASSIGN(
TestApi
);
shadow_controller_unittest.cc
64
ShadowController::
TestApi
api(shadow_controller());
105
ShadowController::
TestApi
api(shadow_controller());
120
ShadowController::
TestApi
api(shadow_controller());
153
ShadowController::
TestApi
api(shadow_controller());
181
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/chrome/browser/chromeos/cros/
cros_library.cc
30
void CrosLibrary::
TestApi
::Set##class_prefix##Library( \
89
CrosLibrary::
TestApi
* CrosLibrary::GetTestApi() {
91
test_api_.reset(new
TestApi
(this));
95
void CrosLibrary::
TestApi
::SetUseStubImpl() {
99
void CrosLibrary::
TestApi
::ResetUseStubImpl() {
103
void CrosLibrary::
TestApi
::SetLibraryLoader(LibraryLoader* loader, bool own) {
cros_library.h
45
class
TestApi
{
76
explicit
TestApi
(CrosLibrary* library) : library_(library) {}
99
TestApi
* GetTestApi();
112
friend class CrosLibrary::
TestApi
;
181
scoped_ptr<
TestApi
> test_api_;
cros_mock.h
88
//
TestApi
gives access to CrosLibrary private members.
89
chromeos::CrosLibrary::
TestApi
* test_api();
/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/ash/wm/caption_buttons/
frame_caption_button_container_view.h
53
class
TestApi
{
55
explicit
TestApi
(FrameCaptionButtonContainerView* container_view)
74
DISALLOW_COPY_AND_ASSIGN(
TestApi
);
frame_caption_button_container_view_unittest.cc
140
FrameCaptionButtonContainerView::
TestApi
t1(&container1);
154
FrameCaptionButtonContainerView::
TestApi
t2(&container2);
166
FrameCaptionButtonContainerView::
TestApi
t3(&container3);
179
FrameCaptionButtonContainerView::
TestApi
t(&container);
268
FrameCaptionButtonContainerView::
TestApi
t(&container);
/external/chromium_org/components/web_modal/
web_contents_modal_dialog_manager.h
55
class
TestApi
{
57
explicit
TestApi
(WebContentsModalDialogManager* manager)
71
DISALLOW_COPY_AND_ASSIGN(
TestApi
);
web_contents_modal_dialog_manager_unittest.cc
91
test_api.reset(new WebContentsModalDialogManager::
TestApi
(manager));
114
scoped_ptr<WebContentsModalDialogManager::
TestApi
> test_api;
/external/chromium_org/chrome/browser/chromeos/login/
wallpaper_manager_unittest.cc
117
scoped_ptr<WallpaperManager::
TestApi
> test_api;
118
test_api.reset(new WallpaperManager::
TestApi
(WallpaperManager::Get()));
wallpaper_manager.h
71
class
TestApi
{
73
explicit
TestApi
(WallpaperManager* wallpaper_manager);
74
virtual ~
TestApi
();
81
DISALLOW_COPY_AND_ASSIGN(
TestApi
);
205
friend class
TestApi
;
/external/chromium_org/chromeos/display/
output_configurator.h
267
class
TestApi
{
269
TestApi
(OutputConfigurator* configurator, int xrandr_event_base)
272
~
TestApi
() {}
296
DISALLOW_COPY_AND_ASSIGN(
TestApi
);
/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);
/external/chromium/chrome/browser/chromeos/login/
cryptohome_op_unittest.cc
43
CrosLibrary::
TestApi
* test_api = CrosLibrary::Get()->GetTestApi();
62
chromeos::CrosLibrary::
TestApi
* test_api =
online_attempt_unittest.cc
43
CrosLibrary::
TestApi
* test_api = CrosLibrary::Get()->GetTestApi();
61
chromeos::CrosLibrary::
TestApi
* test_api =
Completed in 275 milliseconds
1
2
3