Home
last modified time | relevance | path

Searched refs:windowToPanel (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebKit/mac/Panels/
DWebPanelAuthenticationHandler.m53 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];
DWebPanelAuthenticationHandler.h36 NSMutableDictionary *windowToPanel; variable