OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:willResizeImage
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/
PlatformInstrumentation.h
47
virtual void
willResizeImage
(bool shouldCache) = 0;
76
static void
willResizeImage
(bool shouldCache);
104
inline void PlatformInstrumentation::
willResizeImage
(bool shouldCache)
108
m_client->
willResizeImage
(shouldCache);
/external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorTimelineAgent.h
247
virtual void
willResizeImage
(bool shouldCache) OVERRIDE;
InspectorTimelineAgent.cpp
626
void InspectorTimelineAgent::
willResizeImage
(bool shouldCache)
[
all
...]
/external/chromium_org/third_party/WebKit/Source/platform/graphics/skia/
NativeImageSkia.cpp
298
PlatformInstrumentation::
willResizeImage
(shouldCache);
Completed in 718 milliseconds