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

  /external/webkit/Source/WebKit/mac/Carbon/
CarbonWindowAdapter.mm 127 _windowRef = NULL;
152 _windowRef = inWindowRef;
153 //_auxiliaryStorage->_windowRef = inWindowRef;
180 osStatus = GetWindowModality(_windowRef, &windowModality, NULL);
215 osStatus = InstallEventHandler( GetWindowEventTarget(_windowRef), NSCarbonWindowHandleEvent, GetEventTypeCount( kEvents ), kEvents, (void*)self, &_eventHandler);
221 osStatus = InstallEventHandler( GetControlEventTarget( HIViewGetRoot( _windowRef ) ), NSCarbonWindowHandleEvent, 1, &kControlBoundsChangedEvent, (void*)self, &_eventHandler);
227 HIViewFindByID( HIViewGetRoot( _windowRef ), kHIViewWindowContentID, &contentView );
237 osStatus = SetWindowProperty(_windowRef, WKCarbonWindowPropertyCreator(), WKCarbonWindowPropertyTag(), sizeof(NSWindow *), &windowAsProperty);
247 [self _setVisible:(BOOL)IsWindowVisible( _windowRef )];
308 return _windowRef;
    [all...]
CarbonWindowAdapter.h 39 WindowRef _windowRef;

Completed in 39 milliseconds