OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:toImageResource
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/fetch/
ImageResource.cpp
116
ImageResource* revalidatedImageResource =
toImageResource
(resourceToRevalidate());
ResourceFetcher.cpp
298
return
toImageResource
(requestResource(Resource::Image, request));
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/frame/animation/
CSSPropertyAnimation.cpp
239
ImageResource*
toImageResource
= static_cast<ImageResource*>(toStyleImage->data());
242
RefPtr<CSSImageValue> toImageValue = CSSImageValue::create(
toImageResource
->url(), toStyleImage);
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorPageAgent.cpp
510
if (
toImageResource
(cachedResource)->stillNeedsLoad())
[
all
...]
Completed in 171 milliseconds