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

  /external/webkit/WebKit/mac/Plugins/
WebBaseNetscapePluginView.mm 410 ASSERT([self currentWindow]);
449 if ([self currentWindow])
709 if ([self currentWindow]) {
778 - (NSWindow *)currentWindow
836 sourcePointInScreenSpace = [[self currentWindow] convertBaseToScreen:sourcePointInScreenSpace];
840 sourcePointInScreenSpace = [[self currentWindow] convertBaseToScreen:sourcePoint];
844 sourcePoint.y = [[self currentWindow] frame].size.height - sourcePoint.y;
845 sourcePointInScreenSpace = [[self currentWindow] convertBaseToScreen:sourcePoint];
865 destPoint = [[self currentWindow] convertScreenToBase:sourcePointInScreenSpace];
870 destPoint = [[self currentWindow] convertScreenToBase:sourcePointInScreenSpace]
    [all...]
WebBaseNetscapePluginView.h 102 - (NSWindow *)currentWindow;
WebNetscapePluginView.mm 208 NSWindow *currentWindow = [self currentWindow];
209 if ([currentWindow isKindOfClass:objc_getClass("NSCarbonWindow")])
212 float windowHeight = [currentWindow frame].size.height;
213 NSView *contentView = [currentWindow contentView];
218 SetPort(GetWindowPort((WindowRef)[currentWindow windowRef]));
274 ASSERT([self currentWindow] != nil);
281 float borderViewHeight = [[self currentWindow] frame].size.height;
286 WindowRef windowRef = (WindowRef)[[self currentWindow] windowRef];
439 if ([NSGraphicsContext currentContext] == [[self currentWindow] graphicsContext])
    [all...]
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/
Workspace.java 154 private Window currentWindow = Window.FOCUSED_WINDOW;
862 currentWindow = null
    [all...]
  /external/webkit/WebKit/mac/Plugins/Hosted/
WebHostedNetscapePluginView.mm 177 float borderViewHeight = [[self currentWindow] frame].size.height;
  /external/webkit/SunSpider/tests/sunspider-0.9/
string-unpack-code.js     [all...]
  /external/webkit/SunSpider/tests/sunspider-0.9.1/
string-unpack-code.js     [all...]

Completed in 448 milliseconds