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

  /external/clang/test/CodeGen/
pragma-pack-3.c 10 void *windowRef;
  /external/webkit/Source/WebKit/mac/Carbon/
CarbonWindowFrame.m 66 WindowRef windowRef = [carbonWindow windowRef];
68 GetWindowBounds (windowRef, kWindowTitleBarRgn, &globalBounds);
228 WindowRef windowRef;
232 windowRef = [carbonWindow windowRef];
233 osStatus = SetWindowTitleWithCFString(windowRef, (CFStringRef)title);
246 WindowRef windowRef
    [all...]
CarbonWindowAdapter.h 39 WindowRef _windowRef;
52 - (id)initWithCarbonWindowRef:(WindowRef)inWindowRef takingOwnership:(BOOL)inWindowRefIsOwned;
53 - (id)initWithCarbonWindowRef:(WindowRef)inWindowRef takingOwnership:(BOOL)inWindowRefIsOwned disableOrdering:(BOOL)inDisableOrdering carbon:(BOOL)inCarbon;
56 - (WindowRef)windowRef;
CarbonWindowAdapter.mm 137 - (id)initWithCarbonWindowRef:(WindowRef)inWindowRef takingOwnership:(BOOL)inWindowRefIsOwned disableOrdering:(BOOL)inDisableOrdering carbon:(BOOL)inCarbon {
280 - (id)initWithCarbonWindowRef:(WindowRef)inWindowRef takingOwnership:(BOOL)inWindowRefIsOwned {
305 - (WindowRef)windowRef {
317 // an NSCarbonWindow does not manage the windowRef. The windowRef manages the NSCarbonWindow
335 osStatus = GetWindowClass([self windowRef], &windowClass);
    [all...]
  /external/webkit/Source/WebKit/mac/Plugins/
WebNetscapePluginEventHandlerCarbon.mm 127 WindowRef windowRef = (WindowRef)[[m_pluginView window] windowRef];
128 event.message = (unsigned long)windowRef;
283 WindowRef windowRef = (WindowRef)[[m_pluginView window] windowRef];
285 SetUserFocusWindow(windowRef);
    [all...]
WebNetscapePluginView.mm 204 // The WindowRef created by -[NSWindow windowRef] has a QuickDraw GrafPort that covers
222 SetPort(GetWindowPort((WindowRef)[currentWindow windowRef]));
292 WindowRef windowRef = (WindowRef)[[self currentWindow] windowRef];
293 ASSERT(windowRef);
302 CGrafPtr port = GetWindowPort(windowRef);
    [all...]
WebNetscapePluginEventHandlerCocoa.mm 250 InstallEventHandler(GetWindowEventTarget((WindowRef)[[m_pluginView window] windowRef]),
  /external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/mac/
NetscapePluginMac.mm 182 typedef HashMap<WindowRef, NetscapePlugin*> WindowMap;
243 CreateNewWindow(kDocumentWindowClass, kWindowNoTitleBarAttribute, &bounds, reinterpret_cast<WindowRef*>(&m_npCGContext.window));
250 ASSERT(!windowMap().contains(windowRef()));
251 windowMap().set(windowRef(), this);
266 if (WindowRef window = windowRef()) {
304 NetscapePlugin* NetscapePlugin::netscapePluginFromWindow(WindowRef windowRef)
306 return windowMap().get(windowRef);
309 WindowRef NetscapePlugin::windowRef() cons
    [all...]
  /external/webkit/Source/WebKit2/PluginProcess/mac/
PluginProcessMac.mm 66 static bool windowCoversAnyScreen(WindowRef window)
141 static bool isWindowActive(WindowRef windowRef, bool& result)
144 if (NetscapePlugin* plugin = NetscapePlugin::netscapePluginFromWindow(windowRef)) {
172 static void carbonWindowShown(WindowRef window)
179 static void carbonWindowHidden(WindowRef window)
  /external/webkit/Source/WebCore/plugins/mac/
PluginViewMac.mm 102 static inline WindowRef nativeWindowFor(PlatformWidget widget)
107 return static_cast<WindowRef>([qt_mac_window_for(widget) windowRef]);
109 return static_cast<WindowRef>(qt_mac_window_for(widget));
113 return (WindowRef)widget->MacGetTopLevelWindowRef();
392 WindowRef newWindowRef = 0;
735 WindowRef windowRef = nativeWindowFor(platformPluginWidget());
738 GetWindowBounds(windowRef, kWindowStructureRgn, &structure);
739 GetWindowBounds(windowRef, kWindowContentRgn, &content)
    [all...]
  /external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
NetscapePlugin.h 62 WindowRef windowRef() const;
65 static NetscapePlugin* netscapePluginFromWindow(WindowRef);
  /external/webkit/WebKitLibraries/
WebKitSystemInterface.h 51 OSStatus WKSyncWindowWithCGAfterMove(WindowRef);
53 void *WKGetNativeWindowFromWindowRef(WindowRef);
185 NSEvent *WKCreateNSEventWithCarbonClickEvent(EventRef inEvent, WindowRef windowRef);
  /external/webkit/Source/WebKit/mac/WebView/
WebView.mm     [all...]

Completed in 321 milliseconds