OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:testing
(Results
426 - 450
of
8489
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/chromium/chrome/browser/sync/protocol/
proto_enum_conversions_unittest.cc
11
#include "
testing
/gtest/include/gtest/gtest.h"
16
class ProtoEnumConversionsTest : public
testing
::Test {
/external/chromium/chrome/browser/sync/sessions/
test_util.h
12
#include "
testing
/gtest/include/gtest/gtest.h"
13
#include "
testing
/gmock/include/gmock/gmock.h"
/external/chromium/chrome/browser/sync/syncable/
nigori_util_unittest.cc
6
#include "
testing
/gtest/include/gtest/gtest.h"
10
typedef
testing
::Test NigoriUtilTest;
syncable_enum_conversions_unittest.cc
11
#include "
testing
/gtest/include/gtest/gtest.h"
16
class SyncableEnumConversionsTest : public
testing
::Test {
/external/chromium/chrome/browser/ui/cocoa/
about_ipc_controller_unittest.mm
11
#include "
testing
/gtest/include/gtest/gtest.h"
12
#include "
testing
/platform_test.h"
animatable_image_unittest.mm
10
#include "
testing
/gtest/include/gtest/gtest.h"
11
#include "
testing
/platform_test.h"
animatable_view_unittest.mm
11
#include "
testing
/gtest/include/gtest/gtest.h"
12
#include "
testing
/platform_test.h"
background_gradient_view_unittest.mm
10
#include "
testing
/gtest/include/gtest/gtest.h"
11
#include "
testing
/platform_test.h"
browser_frame_view_unittest.mm
10
#include "
testing
/gtest/include/gtest/gtest.h"
11
#include "
testing
/platform_test.h"
fullscreen_window_unittest.mm
8
#include "
testing
/gtest/include/gtest/gtest.h"
9
#include "
testing
/platform_test.h"
hung_renderer_controller_unittest.mm
11
#include "
testing
/gtest/include/gtest/gtest.h"
12
#include "
testing
/platform_test.h"
/external/chromium/chrome/browser/ui/cocoa/bookmarks/
bookmark_bar_folder_window_unittest.mm
8
#include "
testing
/gtest/include/gtest/gtest.h"
9
#include "
testing
/platform_test.h"
bookmark_bar_toolbar_view_unittest.mm
13
#include "
testing
/gmock/include/gmock/gmock.h"
14
#include "
testing
/gtest/include/gtest/gtest.h"
15
#include "
testing
/platform_test.h"
20
using ::
testing
::_;
21
using ::
testing
::DoAll;
22
using ::
testing
::Return;
23
using ::
testing
::SetArgumentPointee;
25
// When
testing
the floating drawing, we need to have a source of theme data.
/external/chromium/chrome/browser/ui/cocoa/extensions/
browser_actions_container_view_unittest.mm
8
#include "
testing
/gtest/include/gtest/gtest.h"
9
#include "
testing
/platform_test.h"
/external/chromium/chrome/browser/ui/cocoa/tabs/
tab_view_unittest.mm
10
#include "
testing
/gtest/include/gtest/gtest.h"
11
#include "
testing
/platform_test.h"
/external/chromium/chrome/browser/ui/cocoa/wrench_menu/
menu_tracked_root_view_unittest.mm
10
#include "
testing
/gtest/include/gtest/gtest.h"
11
#include "
testing
/platform_test.h"
wrench_menu_button_cell_unittest.mm
9
#include "
testing
/gtest/include/gtest/gtest.h"
10
#include "
testing
/platform_test.h"
/external/chromium/chrome/browser/ui/gtk/
gtk_chrome_shrinkable_hbox_unittest.cc
9
#include "
testing
/gtest/include/gtest/gtest.h"
18
class GtkChromeShrinkableHBoxTest : public
testing
::Test {
91
SCOPED_TRACE(
testing
::Message() << "Validate homogeneous child " << i
108
SCOPED_TRACE(
testing
::Message() << "Validate child " << i
135
SCOPED_TRACE(
testing
::Message() << "Shrink hide_child_directly = FALSE,"
148
SCOPED_TRACE(
testing
::Message() << "Expand hide_child_directly = FALSE,"
163
SCOPED_TRACE(
testing
::Message() << "Shrink hide_child_directly = TRUE,"
173
SCOPED_TRACE(
testing
::Message() << "Expand hide_child_directly = TRUE,"
/external/chromium/chrome/browser/ui/gtk/status_icons/
status_tray_gtk_unittest.cc
10
#include "
testing
/gmock/include/gmock/gmock.h"
11
#include "
testing
/gtest/include/gtest/gtest.h"
/external/chromium/chrome/browser/ui/tests/
ui_gfx_image_unittest.mm
9
#include "
testing
/gtest/include/gtest/gtest.h"
27
// to the calibrated color space before
testing
.
/external/chromium/chrome/browser/ui/webui/
shown_sections_handler_unittest.cc
12
#include "
testing
/gtest/include/gtest/gtest.h"
14
class ShownSectionsHandlerTest : public
testing
::Test {
/external/chromium/chrome/common/
json_schema_validator_unittest_base.h
8
#include "
testing
/gtest/include/gtest/gtest.h"
19
class JSONSchemaValidatorTestBase : public
testing
::Test {
/external/chromium/chrome/common/net/gaia/
gaia_authenticator_unittest.cc
11
#include "
testing
/gtest/include/gtest/gtest.h"
17
class GaiaAuthenticatorTest : public
testing
::Test { };
/external/chromium/crypto/
rsa_private_key_nss_unittest.cc
12
#include "
testing
/gtest/include/gtest/gtest.h"
16
class RSAPrivateKeyNSSTest : public
testing
::Test {
/external/chromium/net/url_request/
url_request_job_tracker_unittest.cc
18
#include "
testing
/gmock/include/gmock/gmock.h"
19
#include "
testing
/gtest/include/gtest/gtest.h"
20
#include "
testing
/platform_test.h"
22
using
testing
::Eq;
23
using
testing
::InSequence;
24
using
testing
::NotNull;
25
using
testing
::StrictMock;
157
testing
::StrictMock<MockJobObserver> observer;
Completed in 285 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>