OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CocoaTest
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/ui/cocoa/
cocoa_test_helper.h
54
class
CocoaTest
: public PlatformTest {
57
// from
CocoaTest
but are going to be using any AppKit features directly,
62
CocoaTest
();
63
virtual ~
CocoaTest
();
68
// to close them before
CocoaTest
::TearDown is called. A standard way of doing
69
// this would be to create them in SetUp (after calling
CocoaTest
::Setup) and
70
// then close them in TearDown before calling
CocoaTest
::TearDown.
75
// in
CocoaTest
::TearDown. Note that it is a CocoaTestHelperWindow which
/external/chromium/chrome/browser/ui/cocoa/applescript/
bookmark_applescript_utils_unittest.h
41
class BookmarkAppleScriptTest : public
CocoaTest
{
Completed in 51 milliseconds