OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:createFromGradient
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8CanvasRenderingContext2DCustom.cpp
63
return CanvasStyle::
createFromGradient
(V8CanvasGradient::toNative(v8::Handle<v8::Object>::Cast(value)));
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
CanvasStyle.h
51
static PassRefPtr<CanvasStyle>
createFromGradient
(PassRefPtr<CanvasGradient>);
CanvasStyle.cpp
161
PassRefPtr<CanvasStyle> CanvasStyle::
createFromGradient
(PassRefPtr<CanvasGradient> gradient)
Completed in 46 milliseconds