Searched refs:Holder (Results 1 - 25 of 134) sorted by relevance

123456

/external/chromium_org/mojo/public/cpp/bindings/lib/
H A Dshared_data.h21 SharedData() : holder_(new Holder()) {
24 explicit SharedData(const T& value) : holder_(new Holder(value)) {
42 holder_ = new Holder();
47 holder_ = new Holder(value);
61 class Holder { class in class:mojo::internal::SharedData
63 Holder() : value(), ref_count_(1) { function in class:mojo::internal::SharedData::Holder
65 Holder(const T& value) : value(value), ref_count_(1) { function in class:mojo::internal::SharedData::Holder
75 MOJO_DISALLOW_COPY_AND_ASSIGN(Holder);
78 Holder* holder_;
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/custom/
H A DV8DedicatedWorkerGlobalScopeCustom.cpp42 postMessageMethodCommon("WorkerGlobalScope", V8DedicatedWorkerGlobalScope::toImpl(info.Holder()), info);
H A DV8MessagePortCustom.cpp42 postMessageMethodCommon("MessagePort", V8MessagePort::toImpl(info.Holder()), info);
H A DV8WorkerCustom.cpp42 postMessageMethodCommon("Worker", V8Worker::toImpl(info.Holder()), info);
H A DV8JavaScriptCallFrameCustom.cpp40 JavaScriptCallFrame* impl = V8JavaScriptCallFrame::toImpl(info.Holder());
47 JavaScriptCallFrame* impl = V8JavaScriptCallFrame::toImpl(info.Holder());
53 JavaScriptCallFrame* impl = V8JavaScriptCallFrame::toImpl(info.Holder());
59 JavaScriptCallFrame* impl = V8JavaScriptCallFrame::toImpl(info.Holder());
66 JavaScriptCallFrame* impl = V8JavaScriptCallFrame::toImpl(info.Holder());
72 JavaScriptCallFrame* impl = V8JavaScriptCallFrame::toImpl(info.Holder());
H A DV8HistoryCustom.cpp46 History* history = V8History::toImpl(info.Holder());
48 v8::Handle<v8::Value> value = V8HiddenValue::getHiddenValue(info.GetIsolate(), info.Holder(), V8HiddenValue::state(info.GetIsolate()));
57 V8HiddenValue::setHiddenValue(info.GetIsolate(), info.Holder(), V8HiddenValue::state(info.GetIsolate()), value);
64 ExceptionState exceptionState(ExceptionState::ExecutionContext, "pushState", "History", info.Holder(), info.GetIsolate());
72 History* history = V8History::toImpl(info.Holder());
74 V8HiddenValue::deleteHiddenValue(info.GetIsolate(), info.Holder(), V8HiddenValue::state(info.GetIsolate()));
80 ExceptionState exceptionState(ExceptionState::ExecutionContext, "replaceState", "History", info.Holder(), info.GetIsolate());
88 History* history = V8History::toImpl(info.Holder());
90 V8HiddenValue::deleteHiddenValue(info.GetIsolate(), info.Holder(), V8HiddenValue::state(info.GetIsolate()));
H A DV8MessageChannelCustom.cpp49 v8::Local<v8::Object> wrapper = info.Holder();
54 V8HiddenValue::setHiddenValue(info.GetIsolate(), wrapper, V8HiddenValue::port1(info.GetIsolate()), toV8(obj->port1(), info.Holder(), info.GetIsolate()));
55 V8HiddenValue::setHiddenValue(info.GetIsolate(), wrapper, V8HiddenValue::port2(info.GetIsolate()), toV8(obj->port2(), info.Holder(), info.GetIsolate()));
H A DV8ErrorEventCustom.cpp48 v8::Handle<v8::Value> error = V8HiddenValue::getHiddenValue(info.GetIsolate(), info.Holder(), V8HiddenValue::error(info.GetIsolate()));
H A DV8EventCustom.cpp44 Event* event = V8Event::toImpl(info.Holder());
H A DV8HTMLOptionsCollectionCustom.cpp48 ExceptionState exceptionState(ExceptionState::ExecutionContext, "add", "HTMLOptionsCollection", info.Holder(), info.GetIsolate());
52 HTMLOptionsCollection* impl = V8HTMLOptionsCollection::toImpl(info.Holder());
71 HTMLOptionsCollection* impl = V8HTMLOptionsCollection::toImpl(info.Holder());
74 ExceptionState exceptionState(ExceptionState::SetterContext, "length", "HTMLOptionsCollection", info.Holder(), info.GetIsolate());
H A DV8MessageEventCustom.cpp47 MessageEvent* event = V8MessageEvent::toImpl(info.Holder());
52 result = V8HiddenValue::getHiddenValue(info.GetIsolate(), info.Holder(), V8HiddenValue::data(info.GetIsolate()));
79 result = V8HiddenValue::getHiddenValue(info.GetIsolate(), info.Holder(), V8HiddenValue::stringData(info.GetIsolate()));
88 result = toV8(event->dataAsBlob(), info.Holder(), info.GetIsolate());
92 result = V8HiddenValue::getHiddenValue(info.GetIsolate(), info.Holder(), V8HiddenValue::arrayBufferData(info.GetIsolate()));
94 result = toV8(event->dataAsArrayBuffer(), info.Holder(), info.GetIsolate());
101 info.Holder()->ForceSet(v8AtomicString(info.GetIsolate(), "data"), result, dataAttr);
107 ExceptionState exceptionState(ExceptionState::ExecutionContext, "initMessageEvent", "MessageEvent", info.Holder(), info.GetIsolate());
108 MessageEvent* event = V8MessageEvent::toImpl(info.Holder());
127 V8HiddenValue::setHiddenValue(info.GetIsolate(), info.Holder(), V8HiddenValu
[all...]
H A DV8ElementCustom.cpp50 ExceptionState exceptionState(ExceptionState::SetterContext, "scrollLeft", "Element", info.Holder(), info.GetIsolate());
51 Element* impl = V8Element::toImpl(info.Holder());
66 ExceptionState exceptionState(ExceptionState::SetterContext, "scrollTop", "Element", info.Holder(), info.GetIsolate());
67 Element* impl = V8Element::toImpl(info.Holder());
88 Element* impl = V8Element::toImpl(info.Holder());
96 ExceptionState exceptionState(ExceptionState::ExecutionContext, "animate", "Element", info.Holder(), info.GetIsolate());
97 Element* impl = V8Element::toImpl(info.Holder());
108 Element* impl = V8Element::toImpl(info.Holder());
117 Element* impl = V8Element::toImpl(info.Holder());
130 ExceptionState exceptionState(ExceptionState::ExecutionContext, "animate", "Element", info.Holder(), inf
[all...]
H A DV8CanvasRenderingContext2DCustom.cpp70 CanvasRenderingContext2D* impl = V8CanvasRenderingContext2D::toImpl(info.Holder());
71 v8SetReturnValue(info, toV8Object(impl->strokeStyle(), info.Holder(), info.GetIsolate()));
76 CanvasRenderingContext2D* impl = V8CanvasRenderingContext2D::toImpl(info.Holder());
87 CanvasRenderingContext2D* impl = V8CanvasRenderingContext2D::toImpl(info.Holder());
88 v8SetReturnValue(info, toV8Object(impl->fillStyle(), info.Holder(), info.GetIsolate()));
93 CanvasRenderingContext2D* impl = V8CanvasRenderingContext2D::toImpl(info.Holder());
H A DV8CustomEventCustom.cpp54 CustomEvent* event = V8CustomEvent::toImpl(info.Holder());
56 v8::Handle<v8::Value> result = V8HiddenValue::getHiddenValue(info.GetIsolate(), info.Holder(), V8HiddenValue::detail(info.GetIsolate()));
73 v8SetReturnValue(info, cacheState(info.Holder(), result, info.GetIsolate()));
77 v8SetReturnValue(info, cacheState(info.Holder(), v8::Null(info.GetIsolate()), info.GetIsolate()));
82 CustomEvent* event = V8CustomEvent::toImpl(info.Holder());
93 V8HiddenValue::setHiddenValue(info.GetIsolate(), info.Holder(), V8HiddenValue::detail(info.GetIsolate()), detailsArg);
H A DV8PopStateEventCustom.cpp51 v8::Handle<v8::Value> result = V8HiddenValue::getHiddenValue(info.GetIsolate(), info.Holder(), V8HiddenValue::state(info.GetIsolate()));
58 PopStateEvent* event = V8PopStateEvent::toImpl(info.Holder());
72 v8SetReturnValue(info, cacheState(info.Holder(), result, info.GetIsolate()));
85 v8::Handle<v8::Object> v8History = toV8(history, info.Holder(), info.GetIsolate()).As<v8::Object>();
89 v8SetReturnValue(info, cacheState(info.Holder(), result, info.GetIsolate()));
99 v8SetReturnValue(info, cacheState(info.Holder(), result, info.GetIsolate()));
H A DV8FileReaderCustom.cpp42 v8::Handle<v8::Object> holder = info.Holder();
H A DV8HTMLDocumentCustom.cpp56 HTMLDocument* htmlDocument = V8HTMLDocument::toImpl(info.Holder());
86 ExceptionState exceptionState(ExceptionState::ExecutionContext, "open", "Document", info.Holder(), info.GetIsolate());
91 v8SetReturnValue(info, info.Holder());
H A DV8XSLTProcessorCustom.cpp54 XSLTProcessor* impl = V8XSLTProcessor::toImpl(info.Holder());
66 XSLTProcessor* impl = V8XSLTProcessor::toImpl(info.Holder());
82 XSLTProcessor* impl = V8XSLTProcessor::toImpl(info.Holder());
H A DV8HTMLAllCollectionCustom.cpp53 return toV8(namedItems.at(0).release(), info.Holder(), info.GetIsolate());
66 return toV8(PassRefPtrWillBeRawPtr<NodeList>(StaticElementList::adopt(namedItems)), info.Holder(), info.GetIsolate());
84 return toV8(result.release(), info.Holder(), info.GetIsolate());
89 HTMLAllCollection* impl = V8HTMLAllCollection::toImpl(info.Holder());
98 HTMLAllCollection* impl = V8HTMLAllCollection::toImpl(info.Holder());
H A DV8WebGLRenderingContextCustom.cpp248 WebGLRenderingContext* context = V8WebGLRenderingContext::toImpl(info.Holder());
276 v8SetReturnValue(info, toV8Object(args, info.Holder(), info.GetIsolate()));
286 ExceptionState exceptionState(ExceptionState::ExecutionContext, "getBufferParameter", "WebGLRenderingContext", info.Holder(), info.GetIsolate());
292 ExceptionState exceptionState(ExceptionState::ExecutionContext, "getExtension", "WebGLRenderingContext", info.Holder(), info.GetIsolate());
293 WebGLRenderingContext* impl = V8WebGLRenderingContext::toImpl(info.Holder());
301 v8SetReturnValue(info, toV8Object(extension.get(), info.Holder(), info.GetIsolate()));
306 ExceptionState exceptionState(ExceptionState::ExecutionContext, "getFramebufferAttachmentParameter", "WebGLRenderingContext", info.Holder(), info.GetIsolate());
313 WebGLRenderingContext* context = V8WebGLRenderingContext::toImpl(info.Holder());
325 v8SetReturnValue(info, toV8Object(args, info.Holder(), info.GetIsolate()));
330 ExceptionState exceptionState(ExceptionState::ExecutionContext, "getParameter", "WebGLRenderingContext", info.Holder(), inf
[all...]
/external/chromium_org/third_party/WebKit/Source/bindings/modules/v8/custom/
H A DV8ServiceWorkerClientCustom.cpp16 postMessageMethodCommon("ServiceWorkerClient", V8ServiceWorkerClient::toImpl(info.Holder()), info);
H A DV8ServiceWorkerCustom.cpp16 postMessageMethodCommon("ServiceWorker", V8ServiceWorker::toImpl(info.Holder()), info);
H A DV8CryptoCustom.cpp40 ExceptionState exceptionState(ExceptionState::ExecutionContext, "getRandomValues", "Crypto", info.Holder(), info.GetIsolate());
54 Crypto* crypto = V8Crypto::toImpl(info.Holder());
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
H A DHolder.java12 * The Holder object.
17 * Holder ::= SEQUENCE {
40 public class Holder class in inherits:ASN1Object
54 public static Holder getInstance(Object obj)
56 if (obj instanceof Holder)
58 return (Holder)obj;
62 return new Holder(ASN1TaggedObject.getInstance(obj));
66 return new Holder(ASN1Sequence.getInstance(obj));
77 private Holder(ASN1TaggedObject tagObj) method in class:Holder
88 throw new IllegalArgumentException("unknown tag in Holder");
98 private Holder(ASN1Sequence seq) method in class:Holder
129 public Holder(IssuerSerial baseCertificateID) method in class:Holder
140 public Holder(IssuerSerial baseCertificateID, int version) method in class:Holder
161 public Holder(GeneralNames entityName) method in class:Holder
173 public Holder(GeneralNames entityName, int version) method in class:Holder
184 public Holder(ObjectDigestInfo objectDigestInfo) method in class:Holder
[all...]
/external/lldb/examples/customization/pwd-cd-and-system/
H A Dutils.py6 class Holder: class in inherits:
25 if not Holder.prev_dir():
30 new_dir = Holder.prev_dir()
32 Holder.swap(os.getcwd())

Completed in 3242 milliseconds

123456