OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:foptionscontroller
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/skia/experimental/iOSSampleApp/Shared/
SkUIDetailViewController.h
17
SkOptionsTableViewController*
fOptionsController
;
27
@property (nonatomic, retain) SkOptionsTableViewController*
fOptionsController
;
SkUIDetailViewController.mm
7
@synthesize fPrintButton, fOptionsButton, fPopOverController,
fOptionsController
;
32
fOptionsController
= [[SkOptionsTableViewController alloc]
34
fSkUIView.fOptionsDelegate =
fOptionsController
;
35
[
fOptionsController
registerMenus:fWind->getMenus()];
91
[
fOptionsController
release];
141
initWithRootViewController:
fOptionsController
];
161
[self.navigationController pushViewController:
fOptionsController
animated:YES];
/external/skia/experimental/iOSSampleApp/Shared/
SkUIDetailViewController.h
17
SkOptionsTableViewController*
fOptionsController
;
27
@property (nonatomic, retain) SkOptionsTableViewController*
fOptionsController
;
SkUIDetailViewController.mm
7
@synthesize fPrintButton, fOptionsButton, fPopOverController,
fOptionsController
;
32
fOptionsController
= [[SkOptionsTableViewController alloc]
34
fSkUIView.fOptionsDelegate =
fOptionsController
;
35
[
fOptionsController
registerMenus:fWind->getMenus()];
91
[
fOptionsController
release];
141
initWithRootViewController:
fOptionsController
];
161
[self.navigationController pushViewController:
fOptionsController
animated:YES];
Completed in 68 milliseconds