HomeSort by relevance Sort by last modified time
    Searched defs:wrap (Results 1 - 25 of 331) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8AlgorithmCustom.cpp 43 v8::Handle<v8::Object> wrap(Algorithm* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) function in namespace:WebCore
47 // Wrap as the more derived type.
52 return wrap(static_cast<AesCbcParams*>(impl), creationContext, isolate);
54 return wrap(static_cast<AesKeyGenParams*>(impl), creationContext, isolate);
56 return wrap(static_cast<HmacParams*>(impl), creationContext, isolate);
58 return wrap(static_cast<RsaSsaParams*>(impl), creationContext, isolate);
60 return wrap(static_cast<RsaKeyGenParams*>(impl), creationContext, isolate);
V8AudioNodeCustom.cpp 70 v8::Handle<v8::Object> wrap(AudioNode* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) function in namespace:WebCore
75 return wrap(static_cast<AudioDestinationNode*>(impl), creationContext, isolate);
77 return wrap(static_cast<OscillatorNode*>(impl), creationContext, isolate);
79 return wrap(static_cast<AudioBufferSourceNode*>(impl), creationContext, isolate);
81 return wrap(static_cast<MediaElementAudioSourceNode*>(impl), creationContext, isolate);
83 return wrap(static_cast<MediaStreamAudioDestinationNode*>(impl), creationContext, isolate);
85 return wrap(static_cast<MediaStreamAudioSourceNode*>(impl), creationContext, isolate);
87 return wrap(static_cast<ScriptProcessorNode*>(impl), creationContext, isolate);
89 return wrap(static_cast<BiquadFilterNode*>(impl), creationContext, isolate);
91 return wrap(static_cast<PannerNode*>(impl), creationContext, isolate)
    [all...]
V8CSSRuleCustom.cpp 50 v8::Handle<v8::Object> wrap(CSSRule* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) function in namespace:WebCore
60 return wrap(static_cast<CSSStyleRule*>(impl), creationContext, isolate);
62 return wrap(static_cast<CSSCharsetRule*>(impl), creationContext, isolate);
64 return wrap(static_cast<CSSImportRule*>(impl), creationContext, isolate);
66 return wrap(static_cast<CSSMediaRule*>(impl), creationContext, isolate);
68 return wrap(static_cast<CSSFontFaceRule*>(impl), creationContext, isolate);
70 return wrap(static_cast<CSSPageRule*>(impl), creationContext, isolate);
72 return wrap(static_cast<CSSKeyframeRule*>(impl), creationContext, isolate);
74 return wrap(static_cast<CSSKeyframesRule*>(impl), creationContext, isolate);
76 return wrap(static_cast<CSSSupportsRule*>(impl), creationContext, isolate)
    [all...]
V8CSSValueCustom.cpp 45 v8::Handle<v8::Object> wrap(CSSValue* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) function in namespace:WebCore
49 return wrap(static_cast<CSSTransformValue*>(impl), creationContext, isolate);
51 return wrap(static_cast<CSSMixFunctionValue*>(impl), creationContext, isolate);
53 return wrap(static_cast<CSSFilterValue*>(impl), creationContext, isolate);
55 return wrap(toCSSValueList(impl), creationContext, isolate);
57 return wrap(toCSSPrimitiveValue(impl), creationContext, isolate);
59 return wrap(static_cast<SVGPaint*>(impl), creationContext, isolate);
61 return wrap(static_cast<SVGColor*>(impl), creationContext, isolate);
V8CanvasRenderingContextCustom.cpp 40 v8::Handle<v8::Object> wrap(CanvasRenderingContext* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) function in namespace:WebCore
44 return wrap(static_cast<CanvasRenderingContext2D*>(impl), creationContext, isolate);
46 return wrap(static_cast<WebGLRenderingContext*>(impl), creationContext, isolate);
V8ElementCustom.cpp 40 // This code is duplicated in V8Node::wrap for performance. It must be kept in sync.
41 v8::Handle<v8::Object> wrap(Element* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) function in namespace:WebCore
45 return wrap(toHTMLElement(impl), creationContext, isolate);
47 return wrap(toSVGElement(impl), creationContext, isolate);
V8EntryCustom.cpp 43 v8::Handle<v8::Object> wrap(Entry* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) function in namespace:WebCore
47 return wrap(static_cast<FileEntry*>(impl), creationContext, isolate);
50 return wrap(static_cast<DirectoryEntry*>(impl), creationContext, isolate);
V8EntrySyncCustom.cpp 43 v8::Handle<v8::Object> wrap(EntrySync* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) function in namespace:WebCore
47 return wrap(static_cast<FileEntrySync*>(impl), creationContext, isolate);
50 return wrap(static_cast<DirectoryEntrySync*>(impl), creationContext, isolate);
V8HTMLCollectionCustom.cpp 43 v8::Handle<v8::Object> wrap(HTMLCollection* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) function in namespace:WebCore
48 return wrap(static_cast<HTMLFormControlsCollection*>(impl), creationContext, isolate);
50 return wrap(static_cast<HTMLOptionsCollection*>(impl), creationContext, isolate);
52 return wrap(static_cast<HTMLAllCollection*>(impl), creationContext, isolate);
V8HTMLElementCustom.cpp 38 v8::Handle<v8::Object> wrap(HTMLElement* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) function in namespace:WebCore
V8PerformanceEntryCustom.cpp 48 v8::Handle<v8::Object> wrap(PerformanceEntry* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) function in namespace:WebCore
52 return wrap(static_cast<PerformanceResourceTiming*>(impl), creationContext, isolate);
55 return wrap(static_cast<PerformanceMark*>(impl), creationContext, isolate);
58 return wrap(static_cast<PerformanceMeasure*>(impl), creationContext, isolate);
V8SVGElementCustom.cpp 38 v8::Handle<v8::Object> wrap(SVGElement* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) function in namespace:WebCore
V8SVGPathSegCustom.cpp 59 v8::Handle<v8::Object> wrap(SVGPathSeg* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) function in namespace:WebCore
64 return wrap(static_cast<SVGPathSegClosePath*>(impl), creationContext, isolate);
66 return wrap(static_cast<SVGPathSegMovetoAbs*>(impl), creationContext, isolate);
68 return wrap(static_cast<SVGPathSegMovetoRel*>(impl), creationContext, isolate);
70 return wrap(static_cast<SVGPathSegLinetoAbs*>(impl), creationContext, isolate);
72 return wrap(static_cast<SVGPathSegLinetoRel*>(impl), creationContext, isolate);
74 return wrap(static_cast<SVGPathSegCurvetoCubicAbs*>(impl), creationContext, isolate);
76 return wrap(static_cast<SVGPathSegCurvetoCubicRel*>(impl), creationContext, isolate);
78 return wrap(static_cast<SVGPathSegCurvetoQuadraticAbs*>(impl), creationContext, isolate);
80 return wrap(static_cast<SVGPathSegCurvetoQuadraticRel*>(impl), creationContext, isolate)
    [all...]
V8StyleSheetCustom.cpp 40 v8::Handle<v8::Object> wrap(StyleSheet* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) function in namespace:WebCore
44 return wrap(static_cast<CSSStyleSheet*>(impl), creationContext, isolate);
V8TextCustom.cpp 39 v8::Handle<v8::Object> wrap(Text* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) function in namespace:WebCore
43 return wrap(static_cast<CDATASection*>(impl), creationContext, isolate);
V8NodeIteratorCustom.cpp 41 v8::Handle<v8::Object> wrap(NodeIterator* nodeIterator, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) function in namespace:WebCore
V8SVGDocumentCustom.cpp 41 v8::Handle<v8::Object> wrap(SVGDocument* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) function in namespace:WebCore
V8TreeWalkerCustom.cpp 41 v8::Handle<v8::Object> wrap(TreeWalker* treeWalker, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) function in namespace:WebCore
V8ImageDataCustom.cpp 38 v8::Handle<v8::Object> wrap(ImageData* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) function in namespace:WebCore
V8EventCustom.cpp 57 return wrap(static_cast<interfaceName*>(event), creationContext, isolate);
59 v8::Handle<v8::Object> wrap(Event* event, v8::Handle<v8::Object> creationContext, v8::Isolate *isolate) function in namespace:WebCore
  /external/clang/test/SemaTemplate/
dependent-class-member-operator.cpp 7 void wrap() { function
  /external/chromium_org/tools/telemetry/telemetry/unittest/
__init__.py 5 def wrap(func): function in function:RequiresBrowserOfType
8 return wrap
  /external/libvpx/libvpx/tools/
wrap-commit-msg.py 36 def wrap(text): function
53 output += wrap(text)
56 output += wrap(text)
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
CustomElementWrapper.cpp 89 v8::Handle<v8::Object> CustomElementWrapper<ElementType, WrapperType>::wrap(PassRefPtr<ElementType> element, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate, v8::Handle<v8::Object> (*createSpecificWrapper)(ElementType* element, v8::Handle<v8::Object> creationContext, v8::Isolate*)) function in class:WebCore::CustomElementWrapper
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/
Wrapper.java 14 public byte[] wrap(byte[] in, int inOff, int inLen); method in interface:Wrapper

Completed in 3752 milliseconds

1 2 3 4 5 6 7 8 91011>>