HomeSort by relevance Sort by last modified time
    Searched refs:currentWindow (Results 1 - 9 of 9) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.hierarchyviewer/src/com/android/ide/eclipse/hierarchyviewer/
HierarchyViewerPluginDirector.java 84 for (IWorkbenchWindow currentWindow : windows) {
85 IWorkbenchPage page = currentWindow.getActivePage();
  /external/webkit/Source/WebKit/mac/Plugins/
WebBaseNetscapePluginView.mm 422 ASSERT([self currentWindow]);
461 if ([self currentWindow])
744 if ([self currentWindow]) {
813 - (NSWindow *)currentWindow
876 sourcePointInScreenSpace = [[self currentWindow] convertBaseToScreen:sourcePointInScreenSpace];
880 sourcePointInScreenSpace = [[self currentWindow] convertBaseToScreen:sourcePoint];
884 sourcePoint.y = [[self currentWindow] frame].size.height - sourcePoint.y;
885 sourcePointInScreenSpace = [[self currentWindow] convertBaseToScreen:sourcePoint];
905 destPoint = [[self currentWindow] convertScreenToBase:sourcePointInScreenSpace];
910 destPoint = [[self currentWindow] convertScreenToBase:sourcePointInScreenSpace]
    [all...]
WebBaseNetscapePluginView.h 112 - (NSWindow *)currentWindow;
WebNetscapePluginView.mm 212 NSWindow *currentWindow = [self currentWindow];
213 if ([currentWindow isKindOfClass:objc_getClass("NSCarbonWindow")])
216 float windowHeight = [currentWindow frame].size.height;
217 NSView *contentView = [currentWindow contentView];
222 SetPort(GetWindowPort((WindowRef)[currentWindow windowRef]));
278 ASSERT([self currentWindow] != nil);
287 float borderViewHeight = [[self currentWindow] frame].size.height;
292 WindowRef windowRef = (WindowRef)[[self currentWindow] windowRef];
445 if ([NSGraphicsContext currentContext] == [[self currentWindow] graphicsContext])
    [all...]
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/
Workspace.java 156 private Window currentWindow = Window.FOCUSED_WINDOW;
    [all...]
  /external/webkit/Source/WebKit/mac/Plugins/Hosted/
WebHostedNetscapePluginView.mm 202 float borderViewHeight = [[self currentWindow] frame].size.height;
  /external/webkit/Source/WebKit2/UIProcess/API/mac/
WKView.mm     [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/
string-unpack-code.js     [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
string-unpack-code.js     [all...]

Completed in 755 milliseconds