OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:initwithframe
(Results
1 - 7
of
7
) sorted by null
/external/skia/experimental/iOSSampleApp/Shared/
SkUIView.mm
21
- (id)
initWithFrame
:(CGRect)frame {
22
if (self = [super
initWithFrame
:frame]) {
SkUIDetailViewController.mm
41
initWithFrame
:CGRectMake(0, 0, 125, 45)];
SkOptionsTableViewController.mm
190
UISwitch* switchView = [[UISwitch alloc]
initWithFrame
:CGRectZero];
248
initWithFrame
:CGRectMake(0, 10, 150, 25)];
/external/deqp/framework/platform/ios/
tcuIOSAppDelegate.m
38
self.window = [[UIWindow alloc]
initWithFrame
:[[UIScreen mainScreen] bounds]];
tcuIOSViewController.m
41
tcuEAGLView *view = [[tcuEAGLView alloc]
initWithFrame
:[UIScreen mainScreen].applicationFrame];
/external/skia/src/views/mac/
SkNSView.mm
31
- (id)
initWithFrame
:(NSRect)frameRect {
32
if ((self = [super
initWithFrame
:frameRect])) {
/external/clang/unittests/Format/
FormatTest.cpp
[
all
...]
Completed in 86 milliseconds