OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:testing
(Results
676 - 700
of
8489
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/external/chromium/chrome/browser/extensions/
key_identifier_conversion_views_unittest.cc
11
#include "
testing
/gtest/include/gtest/gtest.h"
16
class KeyEventFromKeyIdentifierTest : public
testing
::Test {
/external/chromium/chrome/browser/
keychain_mac.h
14
// mocked out for
testing
.
20
// CFRelease (to aid in
testing
).
mach_broker_mac_unittest.cc
8
#include "
testing
/gtest/include/gtest/gtest.h"
10
class MachBrokerTest : public
testing
::Test {
spellcheck_message_filter_browsertest.cc
12
#include "
testing
/gtest/include/gtest/gtest.h"
19
// Fake filter for
testing
, which stores sent messages and
/external/chromium/chrome/browser/net/gaia/
token_service_unittest.h
20
#include "
testing
/gtest/include/gtest/gtest.h"
59
class TokenServiceTestHarness : public
testing
::Test {
/external/chromium/chrome/browser/policy/
cloud_policy_controller_unittest.cc
19
#include "
testing
/gmock/include/gmock/gmock.h"
20
#include "
testing
/gtest/include/gtest/gtest.h"
28
using ::
testing
::_;
29
using ::
testing
::AtLeast;
30
using ::
testing
::InSequence;
31
using ::
testing
::Mock;
32
using ::
testing
::Return;
76
class CloudPolicyControllerTest : public
testing
::Test {
configuration_policy_store_interface_unittest.cc
7
#include "
testing
/gtest/include/gtest/gtest.h"
9
using ::
testing
::_;
profile_policy_connector_unittest.cc
8
#include "
testing
/gtest/include/gtest/gtest.h"
10
using ::
testing
::_;
/external/chromium/chrome/browser/prefs/
pref_value_map_unittest.cc
7
#include "
testing
/gtest/include/gtest/gtest.h"
9
class PrefValueMapTest : public
testing
::Test {
/external/chromium/chrome/browser/resources/shared/js/cr/
link_controller_test.html
11
goog.require('goog.
testing
.MockControl');
12
goog.require('goog.
testing
.PropertyReplacer');
13
goog.require('goog.
testing
.jsunit');
14
goog.require('goog.
testing
.mockmatchers');
26
var ObjectEqualsMatcher = goog.
testing
.mockmatchers.ObjectEquals;
27
var SaveArgumentMatcher = goog.
testing
.mockmatchers.SaveArgument;
42
mockControl = new goog.
testing
.MockControl;
46
propertyReplacer = new goog.
testing
.PropertyReplacer;
/external/chromium/chrome/browser/rlz/
rlz_unittest.cc
9
#include "
testing
/gtest/include/gtest/gtest.h"
15
// Gets rid of registry leftovers from
testing
. Returns false if there
/external/chromium/chrome/browser/safe_browsing/
safe_browsing_store_unittest_helper.h
12
#include "
testing
/gtest/include/gtest/gtest.h"
14
// Helper code for
testing
that a SafeBrowsingStore implementation
/external/chromium/chrome/browser/sync/glue/
autofill_data_type_controller_unittest.cc
5
#include "
testing
/gtest/include/gtest/gtest.h"
24
#include "
testing
/gmock/include/gmock/gmock.h"
31
using
testing
::_;
32
using
testing
::DoAll;
33
using
testing
::Invoke;
34
using
testing
::Return;
35
using
testing
::SetArgumentPointee;
83
class AutofillDataTypeControllerTest : public
testing
::Test {
/external/chromium/chrome/browser/ui/cocoa/
base_view_unittest.mm
10
#include "
testing
/gtest/include/gtest/gtest.h"
11
#include "
testing
/platform_test.h"
event_utils_unittest.mm
10
#include "
testing
/gtest/include/gtest/gtest.h"
11
#include "
testing
/platform_test.h"
hover_image_button_unittest.mm
11
#include "
testing
/gtest/include/gtest/gtest.h"
12
#include "
testing
/platform_test.h"
/external/chromium/chrome/browser/ui/cocoa/download/
download_shelf_mac_unittest.mm
8
#include "
testing
/gtest/include/gtest/gtest.h"
9
#include "
testing
/platform_test.h"
/external/chromium/chrome/browser/ui/cocoa/location_bar/
selected_keyword_decoration_unittest.mm
10
#include "
testing
/gtest/include/gtest/gtest.h"
11
#import "
testing
/gtest_mac.h"
/external/chromium/chrome/browser/ui/gtk/
gtk_theme_service_unittest.cc
13
#include "
testing
/gtest/include/gtest/gtest.h"
26
class GtkThemeServiceTest : public
testing
::Test {
/external/chromium/chrome/browser/ui/views/extensions/
browser_action_drag_data_unittest.cc
9
#include "
testing
/gtest/include/gtest/gtest.h"
22
typedef
testing
::Test BrowserActionDragDataTest;
/external/chromium/chrome/browser/ui/views/
generic_info_view_unittest.cc
9
#include "
testing
/gtest/include/gtest/gtest.h"
25
class GenericInfoViewTest : public
testing
::Test {
/external/chromium/chrome/browser/ui/views/status_icons/
status_tray_win_unittest.cc
10
#include "
testing
/gmock/include/gmock/gmock.h"
11
#include "
testing
/gtest/include/gtest/gtest.h"
/external/chromium/chrome/common/
bzip2_unittest.cc
12
#include "
testing
/gtest/include/gtest/gtest.h"
15
class Bzip2Test : public
testing
::Test {
/external/chromium/chrome/common/extensions/
extension_localization_peer_unittest.cc
15
#include "
testing
/gmock/include/gmock/gmock.h"
16
#include "
testing
/gtest/include/gtest/gtest.h"
19
using
testing
::_;
20
using
testing
::DoAll;
21
using
testing
::Invoke;
22
using
testing
::StrEq;
23
using
testing
::Return;
81
class ExtensionLocalizationPeerTest : public
testing
::Test {
/external/chromium/chrome/common/net/gaia/
google_service_auth_error_unittest.cc
13
#include "
testing
/gtest/include/gtest/gtest.h"
19
class GoogleServiceAuthErrorTest : public
testing
::Test {};
Completed in 1043 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>