OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:adjustSizeWithContextEviction
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/graphics/gpu/
DrawingBuffer.h
167
IntSize
adjustSizeWithContextEviction
(const IntSize&, bool& evictContext);
DrawingBuffer.cpp
638
IntSize DrawingBuffer::
adjustSizeWithContextEviction
(const IntSize& size, bool& evictContext) {
666
adjustedSize =
adjustSizeWithContextEviction
(newSize, evictContext);
Completed in 29 milliseconds