OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sheet_controller
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/ui/cocoa/content_settings/
collected_cookies_mac_browsertest.mm
38
CollectedCookiesWindowController*
sheet_controller
=
39
dialog->
sheet_controller
();
41
EXPECT_TRUE([
sheet_controller
allowedTreeController]);
42
EXPECT_TRUE([
sheet_controller
blockedTreeController]);
43
EXPECT_TRUE([
sheet_controller
allowedOutlineView]);
44
EXPECT_TRUE([
sheet_controller
blockedOutlineView]);
45
EXPECT_TRUE([
sheet_controller
infoBar]);
46
EXPECT_TRUE([
sheet_controller
infoBarIcon]);
47
EXPECT_TRUE([
sheet_controller
infoBarText]);
48
EXPECT_TRUE([
sheet_controller
tabView])
[
all
...]
collected_cookies_mac.h
37
CollectedCookiesWindowController*
sheet_controller
() const {
function in class:CollectedCookiesMac
Completed in 49 milliseconds