HomeSort by relevance Sort by last modified time
    Searched full:createwrapper (Results 1 - 25 of 97) sorted by null

1 2 3 4

  /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8EventCustom.cpp 67 return V8Event::createWrapper(event, creationContext, isolate);
71 return V8Event::createWrapper(event, creationContext, isolate);
V8CSSRuleCustom.cpp 58 return V8CSSRule::createWrapper(impl, creationContext, isolate);
86 return V8CSSRule::createWrapper(impl, creationContext, isolate);
V8ElementCustom.cpp 48 return V8Element::createWrapper(impl, creationContext, isolate);
V8SVGDocumentCustom.cpp 44 v8::Handle<v8::Object> wrapper = V8SVGDocument::createWrapper(impl, creationContext, isolate);
V8StyleSheetCustom.cpp 45 return V8StyleSheet::createWrapper(impl, creationContext, isolate);
V8TextCustom.cpp 45 return V8Text::createWrapper(impl, creationContext, isolate);
V8TypedArrayCustom.h 71 return V8TypedArray<TypedArray>::createWrapper(impl, creationContext, isolate);
127 static v8::Handle<v8::Object> createWrapper(PassRefPtr<TypedArray>, v8::Handle<v8::Object> creationContext, v8::Isolate*);
138 v8::Handle<v8::Object> V8TypedArray<TypedArray>::createWrapper(PassRefPtr<TypedArray> impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
V8AlgorithmCustom.cpp 50 return V8Algorithm::createWrapper(impl, creationContext, isolate);
V8CSSValueCustom.cpp 62 return V8CSSValue::createWrapper(impl, creationContext, isolate);
V8HTMLCollectionCustom.cpp 57 return V8HTMLCollection::createWrapper(impl, creationContext, isolate);
V8ImageDataCustom.cpp 41 v8::Handle<v8::Object> wrapper = V8ImageData::createWrapper(impl, creationContext, isolate);
V8NodeIteratorCustom.cpp 46 v8::Handle<v8::Object> wrapper = V8NodeIterator::createWrapper(nodeIterator, creationContext, isolate);
V8PerformanceEntryCustom.cpp 60 return V8PerformanceEntry::createWrapper(impl, creationContext, isolate);
V8TreeWalkerCustom.cpp 46 v8::Handle<v8::Object> wrapper = V8TreeWalker::createWrapper(treeWalker, creationContext, isolate);
  /external/chromium_org/ui/views/controls/menu/
menu_2.cc 14 wrapper_(MenuWrapper::CreateWrapper(model)) {
menu_wrapper.h 38 static MenuWrapper* CreateWrapper(ui::MenuModel* model);
  /external/chromium_org/ui/views/controls/scrollbar/
native_scroll_bar_wrapper.h 36 static NativeScrollBarWrapper* CreateWrapper(NativeScrollBar* button);
native_scroll_bar.cc 65 native_wrapper_ = NativeScrollBarWrapper::CreateWrapper(this);
  /external/chromium_org/ui/views/controls/combobox/
native_combobox_wrapper.h 68 static NativeComboboxWrapper* CreateWrapper(Combobox* combobox);
  /external/chromium_org/media/base/
audio_hash_unittest.cc 30 scoped_ptr<AudioBus> wrapped_bus = AudioBus::CreateWrapper(1);
83 scoped_ptr<AudioBus> swapped_ch_bus = AudioBus::CreateWrapper(channels);
134 scoped_ptr<AudioBus> half_bus = AudioBus::CreateWrapper(channels);
audio_bus.h 36 static scoped_ptr<AudioBus> CreateWrapper(int channels);
127 // Protect SetChannelData() and set_frames() for use by CreateWrapper().
  /external/chromium_org/content/renderer/media/
webaudio_capturer_source.cc 57 wrapper_bus_ = AudioBus::CreateWrapper(params.channels());
  /external/chromium_org/ui/views/controls/native/
native_view_host_aura.cc 107 NativeViewHostWrapper* NativeViewHostWrapper::CreateWrapper(
native_view_host_wrapper.h 67 static NativeViewHostWrapper* CreateWrapper(NativeViewHost* host);
  /external/chromium_org/third_party/WebKit/Source/bindings/templates/
interface.h 61 static v8::Handle<v8::Object> createWrapper(PassRefPtr<{{cpp_class_name}}>, v8::Handle<v8::Object> creationContext, v8::Isolate*);
75 return {{v8_class_name}}::createWrapper(impl, creationContext, isolate);

Completed in 180 milliseconds

1 2 3 4