OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:create
(Results
351 - 375
of
4624
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
EXTShaderTextureLOD.h
17
static PassRefPtrWillBeRawPtr<EXTShaderTextureLOD>
create
(WebGLRenderingContextBase*);
EXTTextureFilterAnisotropic.h
38
static PassRefPtrWillBeRawPtr<EXTTextureFilterAnisotropic>
create
(WebGLRenderingContextBase*);
OESElementIndexUint.h
38
static PassRefPtrWillBeRawPtr<OESElementIndexUint>
create
(WebGLRenderingContextBase*);
OESStandardDerivatives.h
38
static PassRefPtrWillBeRawPtr<OESStandardDerivatives>
create
(WebGLRenderingContextBase*);
OESTextureFloat.h
38
static PassRefPtrWillBeRawPtr<OESTextureFloat>
create
(WebGLRenderingContextBase*);
OESTextureFloatLinear.h
38
static PassRefPtrWillBeRawPtr<OESTextureFloatLinear>
create
(WebGLRenderingContextBase*);
OESTextureHalfFloat.h
38
static PassRefPtrWillBeRawPtr<OESTextureHalfFloat>
create
(WebGLRenderingContextBase*);
OESTextureHalfFloatLinear.h
38
static PassRefPtrWillBeRawPtr<OESTextureHalfFloatLinear>
create
(WebGLRenderingContextBase*);
Path2D.h
47
static PassRefPtrWillBeRawPtr<Path2D>
create
() { return adoptRefWillBeNoop(new Path2D); }
function in class:blink::FINAL
48
static PassRefPtrWillBeRawPtr<Path2D>
create
(const String& pathData) { return adoptRefWillBeNoop(new Path2D(pathData)); }
function in class:blink::FINAL
49
static PassRefPtrWillBeRawPtr<Path2D>
create
(Path2D* path) { return adoptRefWillBeNoop(new Path2D(path)); }
function in class:blink::FINAL
51
static PassRefPtrWillBeRawPtr<Path2D>
create
(const Path& path) { return adoptRefWillBeNoop(new Path2D(path)); }
function in class:blink::FINAL
WebGLCompressedTextureATC.h
40
static PassRefPtrWillBeRawPtr<WebGLCompressedTextureATC>
create
(WebGLRenderingContextBase*);
WebGLCompressedTextureETC1.h
19
static PassRefPtrWillBeRawPtr<WebGLCompressedTextureETC1>
create
(WebGLRenderingContextBase*);
WebGLCompressedTexturePVRTC.h
38
static PassRefPtrWillBeRawPtr<WebGLCompressedTexturePVRTC>
create
(WebGLRenderingContextBase*);
WebGLCompressedTextureS3TC.h
40
static PassRefPtrWillBeRawPtr<WebGLCompressedTextureS3TC>
create
(WebGLRenderingContextBase*);
WebGLDebugRendererInfo.cpp
46
PassRefPtrWillBeRawPtr<WebGLDebugRendererInfo> WebGLDebugRendererInfo::
create
(WebGLRenderingContextBase* context)
function in class:blink::WebGLDebugRendererInfo
WebGLDebugRendererInfo.h
43
static PassRefPtrWillBeRawPtr<WebGLDebugRendererInfo>
create
(WebGLRenderingContextBase*);
WebGLDebugShaders.h
40
static PassRefPtrWillBeRawPtr<WebGLDebugShaders>
create
(WebGLRenderingContextBase*);
WebGLDepthTexture.h
38
static PassRefPtrWillBeRawPtr<WebGLDepthTexture>
create
(WebGLRenderingContextBase*);
WebGLDrawBuffers.h
38
static PassRefPtrWillBeRawPtr<WebGLDrawBuffers>
create
(WebGLRenderingContextBase*);
WebGLLoseContext.h
40
static PassRefPtrWillBeRawPtr<WebGLLoseContext>
create
(WebGLRenderingContextBase*);
WebGLUniformLocation.h
40
static PassRefPtrWillBeRawPtr<WebGLUniformLocation>
create
(WebGLProgram*, GLint location);
/external/chromium_org/third_party/WebKit/Source/core/html/forms/
ButtonInputType.h
40
static PassRefPtrWillBeRawPtr<InputType>
create
(HTMLInputElement&);
ResetInputType.h
40
static PassRefPtrWillBeRawPtr<InputType>
create
(HTMLInputElement&);
TelephoneInputType.cpp
39
PassRefPtrWillBeRawPtr<InputType> TelephoneInputType::
create
(HTMLInputElement& element)
function in class:blink::TelephoneInputType
TelephoneInputType.h
40
static PassRefPtrWillBeRawPtr<InputType>
create
(HTMLInputElement&);
TextInputType.h
40
static PassRefPtrWillBeRawPtr<InputType>
create
(HTMLInputElement&);
Completed in 259 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>