OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ActivityLogEnabledTest
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/extensions/activity_log/
activity_log.h
205
FRIEND_TEST_ALL_PREFIXES(
ActivityLogEnabledTest
, AppAndCommandLine);
206
FRIEND_TEST_ALL_PREFIXES(
ActivityLogEnabledTest
, CommandLineSwitch);
207
FRIEND_TEST_ALL_PREFIXES(
ActivityLogEnabledTest
, NoSwitch);
208
FRIEND_TEST_ALL_PREFIXES(
ActivityLogEnabledTest
, PrefSwitch);
209
FRIEND_TEST_ALL_PREFIXES(
ActivityLogEnabledTest
, WatchdogSwitch);
activity_log_enabled_unittest.cc
27
class
ActivityLogEnabledTest
: public ChromeRenderViewHostTestHarness {
50
TEST_F(
ActivityLogEnabledTest
, NoSwitch) {
64
TEST_F(
ActivityLogEnabledTest
, CommandLineSwitch) {
88
TEST_F(
ActivityLogEnabledTest
, PrefSwitch) {
123
TEST_F(
ActivityLogEnabledTest
, WatchdogSwitch) {
223
TEST_F(
ActivityLogEnabledTest
, AppAndCommandLine) {
Completed in 150 milliseconds