Searched refs:wrapper (Results 101 - 125 of 450) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/WebKit/Source/bindings/tests/results/core/
H A DV8TestInterfaceWillBeGarbageCollected.h73 v8::Handle<v8::Value> wrapper = DOMDataStore::getWrapper<V8TestInterfaceWillBeGarbageCollected>(impl, isolate);
74 if (!wrapper.IsEmpty())
75 return wrapper;
89 v8::Handle<v8::Object> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
90 v8SetReturnValue(callbackInfo, wrapper);
103 v8::Handle<v8::Value> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
104 v8SetReturnValue(callbackInfo, wrapper);
116 v8::Handle<v8::Object> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
117 v8SetReturnValue(callbackInfo, wrapper);
H A DV8TestNode.h66 v8::Handle<v8::Value> wrapper = DOMDataStore::getWrapper<V8TestNode>(impl, isolate);
67 if (!wrapper.IsEmpty())
68 return wrapper;
82 v8::Handle<v8::Object> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
83 v8SetReturnValue(callbackInfo, wrapper);
96 v8::Handle<v8::Value> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
97 v8SetReturnValue(callbackInfo, wrapper);
109 v8::Handle<v8::Object> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
110 v8SetReturnValue(callbackInfo, wrapper);
H A DV8TestTypedefs.h59 v8::Handle<v8::Value> wrapper = DOMDataStore::getWrapper<V8TestTypedefs>(impl, isolate);
60 if (!wrapper.IsEmpty())
61 return wrapper;
75 v8::Handle<v8::Object> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
76 v8SetReturnValue(callbackInfo, wrapper);
89 v8::Handle<v8::Value> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
90 v8SetReturnValue(callbackInfo, wrapper);
102 v8::Handle<v8::Object> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
103 v8SetReturnValue(callbackInfo, wrapper);
H A DV8TestObject.h99 v8::Handle<v8::Value> wrapper = DOMDataStore::getWrapper<V8TestObject>(impl, isolate);
100 if (!wrapper.IsEmpty())
101 return wrapper;
115 v8::Handle<v8::Object> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
116 v8SetReturnValue(callbackInfo, wrapper);
129 v8::Handle<v8::Value> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
130 v8SetReturnValue(callbackInfo, wrapper);
142 v8::Handle<v8::Object> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
143 v8SetReturnValue(callbackInfo, wrapper);
/external/chromium_org/third_party/WebKit/Source/modules/filesystem/
H A DLocalFileSystem.cpp90 CallbackWrapper* wrapper = new CallbackWrapper(callbacks); local
92 bind(&LocalFileSystem::resolveURLInternal, this, contextPtr, fileSystemURL, wrapper),
93 bind(&LocalFileSystem::fileSystemNotAllowedInternal, this, contextPtr, wrapper));
99 CallbackWrapper* wrapper = new CallbackWrapper(callbacks); local
101 bind(&LocalFileSystem::fileSystemAllowedInternal, this, contextPtr, type, wrapper),
102 bind(&LocalFileSystem::fileSystemNotAllowedInternal, this, contextPtr, wrapper));
111 CallbackWrapper* wrapper = new CallbackWrapper(callbacks); local
113 bind(&LocalFileSystem::deleteFileSystemInternal, this, contextPtr, type, wrapper),
114 bind(&LocalFileSystem::fileSystemNotAllowedInternal, this, contextPtr, wrapper));
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DV8GCController.cpp60 static void addReferencesForNodeWithEventListeners(v8::Isolate* isolate, Node* node, const v8::Persistent<v8::Object>& wrapper) argument
72 isolate->SetReference(wrapper, v8::Persistent<v8::Value>::Cast(v8listener->existingListenerObjectPersistentHandle()));
131 v8::Handle<v8::Object>* wrapper = reinterpret_cast<v8::Handle<v8::Object>*>(value); variable
132 ASSERT(V8DOMWrapper::isDOMWrapper(*wrapper));
133 ASSERT(V8Node::hasInstance(*wrapper, m_isolate));
134 Node* node = V8Node::toImpl(*wrapper);
136 // Note that node->wrapper().IsEmpty() returns true for nodes that
139 const WrapperTypeInfo* type = toWrapperTypeInfo(*wrapper);
140 ActiveDOMObject* activeDOMObject = type->toActiveDOMObject(*wrapper);
263 v8::Handle<v8::Object>* wrapper variable
[all...]
H A DScriptProfiler.cpp114 v8::Handle<v8::Value> wrapper = object->GetInternalField(v8DOMWrapperObjectIndex); local
115 // Skip wrapper boilerplates which are like regular wrappers but don't have
117 if (!wrapper.IsEmpty() && wrapper->IsUndefined())
245 static v8::RetainedObjectInfo* retainedDOMInfo(uint16_t classId, v8::Handle<v8::Value> wrapper) argument
248 if (!wrapper->IsObject())
250 Node* node = V8Node::toImpl(wrapper.As<v8::Object>());
283 v8::Handle<v8::Object>* wrapper = reinterpret_cast<v8::Handle<v8::Object>*>(value);
284 ASSERT_UNUSED(m_isolate, V8Node::hasInstance(*wrapper, m_isolate));
285 ASSERT((*wrapper)
[all...]
H A DV8EventListenerList.h94 // Non-callable attribute setter input is treated as null (no wrapper)
101 V8EventListener* wrapper = doFindWrapper(object, wrapperProperty, scriptState); local
102 if (wrapper)
103 return wrapper;
H A DV8ValueCache.cpp116 v8::UniquePersistent<v8::String> wrapper(isolate, newString);
119 wrapper.MarkIndependent();
120 m_stringCache.Set(stringImpl, wrapper.Pass(), &m_lastV8String);
/external/deqp/modules/gles2/functional/
H A Des2fRandomFragmentOpTests.cpp153 static void setGLState (glu::CallLogWrapper& wrapper, const RenderState& state, int viewportX, int viewportY)
157 wrapper.glEnable(GL_SCISSOR_TEST);
158 wrapper.glScissor(viewportX+state.scissorRectangle.left, viewportY+state.scissorRectangle.bottom,
162 wrapper.glDisable(GL_SCISSOR_TEST);
166 wrapper.glEnable(GL_STENCIL_TEST);
173 wrapper.glStencilFuncSeparate(glFace, sParams.function, sParams.reference, sParams.compareMask);
174 wrapper.glStencilOpSeparate(glFace, sParams.stencilFailOp, sParams.depthFailOp, sParams.depthPassOp);
175 wrapper.glStencilMaskSeparate(glFace, sParams.writeMask);
179 wrapper.glDisable(GL_STENCIL_TEST);
183 wrapper
[all...]
/external/deqp/modules/gles3/functional/
H A Des3fRandomFragmentOpTests.cpp153 static void setGLState (glu::CallLogWrapper& wrapper, const RenderState& state, int viewportX, int viewportY)
157 wrapper.glEnable(GL_SCISSOR_TEST);
158 wrapper.glScissor(viewportX+state.scissorRectangle.left, viewportY+state.scissorRectangle.bottom,
162 wrapper.glDisable(GL_SCISSOR_TEST);
166 wrapper.glEnable(GL_STENCIL_TEST);
173 wrapper.glStencilFuncSeparate(glFace, sParams.function, sParams.reference, sParams.compareMask);
174 wrapper.glStencilOpSeparate(glFace, sParams.stencilFailOp, sParams.depthFailOp, sParams.depthPassOp);
175 wrapper.glStencilMaskSeparate(glFace, sParams.writeMask);
179 wrapper.glDisable(GL_STENCIL_TEST);
183 wrapper
[all...]
/external/chromium_org/base/win/
H A Dwrapped_window_proc_unittest.cc71 TestWrappedExceptionFiter wrapper; local
76 EXPECT_TRUE(wrapper.called());
/external/chromium_org/sync/api/
H A Dsync_data.cc42 void SyncData::ImmutableSyncEntityTraits::InitializeWrapper(Wrapper* wrapper) { argument
43 *wrapper = new sync_pb::SyncEntity();
46 void SyncData::ImmutableSyncEntityTraits::DestroyWrapper(Wrapper* wrapper) { argument
47 delete *wrapper;
51 const Wrapper& wrapper) {
52 return *wrapper;
56 Wrapper* wrapper) {
57 return *wrapper;
50 Unwrap( const Wrapper& wrapper) argument
55 UnwrapMutable( Wrapper* wrapper) argument
/external/chromium_org/third_party/re2/re2/testing/
H A Drandom_test.cc25 const string& wrapper) {
35 maxstrlen, stralphabet, wrapper, "");
21 RandomTest(int maxatoms, int maxops, const vector<string>& alphabet, const vector<string>& ops, int maxstrlen, const vector<string>& stralphabet, const string& wrapper) argument
/external/chromium_org/tools/telemetry/telemetry/unittest/
H A Dprogress_reporter_unittest.py29 def wrapper(*_): function in function:LoggingProgressReporter.__getattr__
31 return wrapper
/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-crbug-3184.js35 wrap : function (wrapper) {
48 var value = function() { bmethod.call(this); retval = wrapper.apply(this, arguments); amethod.call(this); return retval; };
/external/lldb/examples/summaries/cocoa/
H A DCFDictionary.py169 class_data,wrapper =lldb.runtime.objc.objc_runtime.Utilities.prepare_class_detection(valobj,statistics)
170 if wrapper:
171 return wrapper
178 wrapper = NSCFDictionary_SummaryProvider(valobj, class_data.sys_params)
181 wrapper = NSDictionaryI_SummaryProvider(valobj, class_data.sys_params)
184 wrapper = NSDictionaryM_SummaryProvider(valobj, class_data.sys_params)
187 wrapper = NSDictionaryUnknown_SummaryProvider(valobj, class_data.sys_params)
189 return wrapper;
H A DCFBitVector.py129 class_data,wrapper =lldb.runtime.objc.objc_runtime.Utilities.prepare_class_detection(valobj,statistics)
130 if wrapper:
131 return wrapper
147 wrapper = CFBitVectorKnown_SummaryProvider(valobj, class_data.sys_params)
150 wrapper = CFBitVectorUnknown_SummaryProvider(valobj, class_data.sys_params)
153 wrapper = CFBitVectorUnknown_SummaryProvider(valobj, class_data.sys_params)
156 return wrapper;
H A DNSDate.py198 class_data,wrapper =lldb.runtime.objc.objc_runtime.Utilities.prepare_class_detection(valobj,statistics)
199 if wrapper:
200 return wrapper
207 wrapper = NSTaggedDate_SummaryProvider(valobj,class_data.info_bits(),class_data.value(), class_data.sys_params)
210 wrapper = NSUntaggedDate_SummaryProvider(valobj, class_data.sys_params)
213 wrapper = NSCalendarDate_SummaryProvider(valobj, class_data.sys_params)
216 wrapper = NSTimeZoneClass_SummaryProvider(valobj, class_data.sys_params)
219 wrapper = NSUnknownDate_SummaryProvider(valobj)
221 return wrapper;
H A DNSSet.py191 class_data,wrapper =lldb.runtime.objc.objc_runtime.Utilities.prepare_class_detection(valobj,statistics)
192 if wrapper:
193 return wrapper
199 wrapper = NSCFSet_SummaryProvider(valobj, class_data.sys_params)
202 wrapper = NSSetI_SummaryProvider(valobj, class_data.sys_params)
205 wrapper = NSSetM_SummaryProvider(valobj, class_data.sys_params)
208 wrapper = NSCountedSet_SummaryProvider(valobj, class_data.sys_params)
211 wrapper = NSSetUnknown_SummaryProvider(valobj, class_data.sys_params)
213 return wrapper;
/external/regex-re2/re2/testing/
H A Drandom_test.cc25 const string& wrapper) {
35 maxstrlen, stralphabet, wrapper, "");
21 RandomTest(int maxatoms, int maxops, const vector<string>& alphabet, const vector<string>& ops, int maxstrlen, const vector<string>& stralphabet, const string& wrapper) argument
/external/chromium_org/chrome/browser/resources/security_warnings/
H A Dinterstitial_v2.css106 .interstitial-wrapper {
120 .nav-wrapper {
124 .nav-wrapper::after {
215 .interstitial-wrapper {
221 .interstitial-wrapper {
249 .interstitial-wrapper {
257 .nav-wrapper {
/external/chromium_org/ppapi/native_client/src/trusted/plugin/
H A Dsrpc_client.cc66 SrpcClient* SrpcClient::New(nacl::DescWrapper* wrapper) { argument
68 if (!srpc_client->Init(wrapper)) {
75 bool SrpcClient::Init(nacl::DescWrapper* wrapper) { argument
76 PLUGIN_PRINTF(("SrpcClient::Init (this=%p, wrapper=%p)\n",
78 static_cast<void*>(wrapper)));
80 if (!NaClSrpcClientCtor(&srpc_channel_, wrapper->desc())) {
/external/chromium_org/chrome/browser/resources/google_now/
H A Dutility.js10 * (1) 'wrapper' is a module used to add error handling and other services to
21 * WrapperPlugins to add instrumentation code to 'wrapper' to determine
215 * wrapper.wrapCallback by adding code that executes before and after the call
229 var wrapper = (function() {
231 * Factory for wrapper plugins. If specified, it's used to generate an
245 * Registers a wrapper plugin factory.
259 * was instrumented by wrapper.wrapCallback() call.
280 * Gets diagnostic string with the status of the wrapper.
318 // This is the wrapper for the callback.
360 // This is the wrapper fo
[all...]
/external/chromium_org/tools/metrics/common/
H A Dpretty_print_xml.py74 wrapper = textwrap.TextWrapper()
75 wrapper.initial_indent = ' ' * indent
76 wrapper.subsequent_indent = ' ' * indent
77 wrapper.break_on_hyphens = False
78 wrapper.break_long_words = False
79 wrapper.width = WRAP_COLUMN
95 return '\n\n'.join([wrapper.fill('\n'.join(p)) for p in paragraphs])

Completed in 766 milliseconds

1234567891011>>