OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:_cachedsnapshot
(Results
1 - 4
of
4
) sorted by null
/external/webkit/Source/WebKit/mac/Plugins/
WebBaseNetscapePluginView.h
79
RetainPtr<NSImage>
_cachedSnapshot
;
WebBaseNetscapePluginView.mm
591
_cachedSnapshot
.adoptNS(snapshot);
596
_cachedSnapshot
.clear();
WebNetscapePluginView.mm
[
all
...]
/external/webkit/Source/WebKit/mac/Plugins/Hosted/
WebHostedNetscapePluginView.mm
423
if (
_cachedSnapshot
) {
424
NSRect sourceRect = { NSZeroPoint, [
_cachedSnapshot
.get() size] };
425
[
_cachedSnapshot
.get() drawInRect:[self bounds] fromRect:sourceRect operation:NSCompositeSourceOver fraction:1];
Completed in 475 milliseconds