OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getFrameAtIndex
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/public/web/
WebImageDecoder.h
79
BLINK_EXPORT WebImage
getFrameAtIndex
(int index) const;
/external/chromium_org/third_party/WebKit/Source/web/
WebImageDecoder.cpp
107
WebImage WebImageDecoder::
getFrameAtIndex
(int index = 0) const
/external/chromium_org/content/test/
image_decoder_test.cc
86
blink::WebImage web_image = decoder.
getFrameAtIndex
(frame_index);
205
SaveMD5Sum(md5_sum_path, decoder->
getFrameAtIndex
(desired_frame_index));
Completed in 387 milliseconds