OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:theWindow
(Results
1 - 3
of
3
) sorted by null
/external/chromium/chrome/browser/ui/cocoa/
base_bubble_controller.h
63
- (id)initWithWindow:(NSWindow*)
theWindow
/external/webkit/Source/WebKit/mac/Plugins/
WebBaseNetscapePluginView.mm
388
NSWindow *
theWindow
= [self window];
392
name:NSWindowWillCloseNotification object:
theWindow
];
394
name:NSWindowDidBecomeKeyNotification object:
theWindow
];
396
name:NSWindowDidResignKeyNotification object:
theWindow
];
398
name:NSWindowDidMiniaturizeNotification object:
theWindow
];
400
name:NSWindowDidDeminiaturizeNotification object:
theWindow
];
/frameworks/base/core/java/android/app/
SearchDialog.java
145
Window
theWindow
= getWindow();
146
WindowManager.LayoutParams lp =
theWindow
.getAttributes();
154
theWindow
.setAttributes(lp);
Completed in 79 milliseconds