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

  /external/webkit/WebKit/mac/Panels/
WebPanelAuthenticationHandler.h 36 NSMutableDictionary *windowToPanel;
WebPanelAuthenticationHandler.m 53 windowToPanel = [[NSMutableDictionary alloc] init];
62 [windowToPanel release];
109 if ([windowToPanel objectForKey:window] != nil) {
126 [windowToPanel _webkit_setObject:panel forUncopiedKey:window];
140 WebAuthenticationPanel *panel = [windowToPanel objectForKey:window];
150 [windowToPanel removeObjectForKey:window];

Completed in 753 milliseconds