OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:willResizeImage
(Results
1 - 2
of
2
) 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.cpp
626
void InspectorTimelineAgent::
willResizeImage
(bool shouldCache)
[
all
...]
Completed in 28 milliseconds