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

  /external/webkit/Source/WebKit/mac/Plugins/
WebPluginContainerCheck.mm 60 _contextInfo = [contextInfo retain];
89 if (_contextInfo)
90 ((void (*)(id, SEL, BOOL, id))objc_msgSend)(_resultObject, _resultSelector, (policy == PolicyUse), _contextInfo);
182 [_contextInfo release];
183 _contextInfo = nil;
190 return _contextInfo;
WebPluginContainerCheck.h 50 id _contextInfo;

Completed in 53 milliseconds