Searched refs:impl (Results 176 - 200 of 825) sorted by relevance

1234567891011>>

/external/webkit/Source/WebCore/page/
H A DSecurityOriginHash.h42 origin->protocol().impl() ? origin->protocol().impl()->hash() : 0,
43 origin->host().impl() ? origin->host().impl()->hash() : 0,
/external/webkit/Source/WebCore/dom/
H A DQualifiedName.cpp44 return c.m_prefix == name->m_prefix.impl() && c.m_localName == name->m_localName.impl() && c.m_namespace == name->m_namespace.impl();
58 QualifiedNameComponents components = { p.impl(), l.impl(), n.isEmpty() ? nullAtom.impl() : n.impl() };
/external/jmdns/src/javax/jmdns/impl/tasks/state/
H A DProber.java5 package javax.jmdns.impl.tasks.state;
11 import javax.jmdns.impl.DNSOutgoing;
12 import javax.jmdns.impl.DNSQuestion;
13 import javax.jmdns.impl.DNSRecord;
14 import javax.jmdns.impl.JmDNSImpl;
15 import javax.jmdns.impl.ServiceInfoImpl;
16 import javax.jmdns.impl.constants.DNSConstants;
17 import javax.jmdns.impl.constants.DNSRecordClass;
18 import javax.jmdns.impl.constants.DNSRecordType;
19 import javax.jmdns.impl
[all...]
H A DDNSStateTask.java2 package javax.jmdns.impl.tasks.state;
11 import javax.jmdns.impl.DNSOutgoing;
12 import javax.jmdns.impl.DNSStatefulObject;
13 import javax.jmdns.impl.JmDNSImpl;
14 import javax.jmdns.impl.ServiceInfoImpl;
15 import javax.jmdns.impl.constants.DNSConstants;
16 import javax.jmdns.impl.constants.DNSState;
17 import javax.jmdns.impl.tasks.DNSTask;
20 * This is the root class for all state tasks. These tasks work with objects that implements the {@link javax.jmdns.impl.DNSStatefulObject} interface and therefore participate in the state machine.
/external/webkit/Source/WebCore/bindings/js/
H A DJSHTMLOptionsCollectionCustom.cpp40 HTMLOptionsCollection* imp = static_cast<HTMLOptionsCollection*>(impl());
46 HTMLOptionsCollection* imp = static_cast<HTMLOptionsCollection*>(impl());
65 HTMLOptionsCollection* imp = static_cast<HTMLOptionsCollection*>(impl());
72 HTMLOptionsCollection* imp = static_cast<HTMLOptionsCollection*>(impl());
93 HTMLOptionsCollection* imp = static_cast<HTMLOptionsCollection*>(impl());
H A DJSLocationCustom.cpp50 Frame* frame = impl()->frame();
91 Frame* frame = impl()->frame();
130 Frame* frame = impl()->frame();
158 if (!allowsAccessFromFrame(exec, impl()->frame()))
166 if (!allowsAccessFromFrame(exec, impl()->frame()))
183 impl()->setHref(ustringToString(href), activeDOMWindow(exec), firstDOMWindow(exec));
192 impl()->setProtocol(ustringToString(protocol), activeDOMWindow(exec), firstDOMWindow(exec), ec);
201 impl()->setHost(ustringToString(host), activeDOMWindow(exec), firstDOMWindow(exec));
209 impl()->setHostname(ustringToString(hostname), activeDOMWindow(exec), firstDOMWindow(exec));
217 impl()
[all...]
H A DJSWorkerContextCustom.cpp64 markDOMObjectWrapper(markStack, globalData, impl()->optionalLocation());
65 markDOMObjectWrapper(markStack, globalData, impl()->optionalNavigator());
67 impl()->markJSEventListeners(markStack);
118 impl()->importScripts(urls, ec);
130 return jsNumber(impl()->setTimeout(action.release(), delay));
140 return jsNumber(impl()->setInterval(action.release(), delay));
H A DJSDOMWindowBase.cpp77 return m_shell->window()->impl()->crossDomainAccessErrorMessage(asJSDOMWindow(other)->impl());
82 printErrorMessageForFrame(impl()->frame(), message);
89 if (Frame *frame = impl()->frame())
99 Frame* frame = impl()->frame();
118 Frame* frame = impl()->frame();
135 ASSERT(impl()->frame());
136 Page* page = impl()->frame()->page();
H A DJSFloat32ArrayCustom.cpp38 impl()->set(index, static_cast<float>(value.toNumber(exec)));
48 return setWebGLArrayHelper(exec, impl(), toFloat32Array);
H A DJSFloat64ArrayCustom.cpp38 impl()->set(index, value.toNumber(exec));
48 return setWebGLArrayHelper(exec, impl(), toFloat64Array);
H A DJSHTMLDocumentCustom.cpp62 HTMLDocument* document = static_cast<HTMLDocument*>(thisObj->impl());
93 return toJS(exec, static_cast<HTMLDocument*>(impl())->all().get());
108 Frame* frame = static_cast<HTMLDocument*>(impl())->frame();
125 Document* activeDocument = asJSDOMWindow(exec->lexicalGlobalObject())->impl()->document();
128 static_cast<HTMLDocument*>(impl())->open(activeDocument);
155 Document* activeDocument = asJSDOMWindow(exec->lexicalGlobalObject())->impl()->document();
161 documentWrite(exec, static_cast<HTMLDocument*>(impl()), DoNotAddNewline);
167 documentWrite(exec, static_cast<HTMLDocument*>(impl()), DoAddNewline);
H A DJSHTMLSelectElementCustom.cpp37 HTMLSelectElement& select = *static_cast<HTMLSelectElement*>(impl());
65 selectIndexSetter(static_cast<HTMLSelectElement*>(impl()), exec, index, value);
H A DJSInt16ArrayCustom.cpp38 impl()->set(index, static_cast<signed short>(value.toInt32(exec)));
48 return setWebGLArrayHelper(exec, impl(), toInt16Array);
/external/webkit/Source/WebCore/bindings/scripts/test/V8/
H A DV8TestSerializedScriptValueInterface.cpp76 v8::Handle<v8::Object> V8TestSerializedScriptValueInterface::wrapSlow(TestSerializedScriptValueInterface* impl) argument
80 wrapper = V8DOMWrapper::instantiateV8Object(proxy, &info, impl);
84 impl->ref();
85 SerializedScriptValue::deserializeAndSetProperty(wrapper, "value", static_cast<v8::PropertyAttribute>(v8::DontDelete | v8::ReadOnly), impl->value());
87 getDOMObjectMap().set(impl, wrapperHandle);
/external/webkit/Source/WebCore/bindings/v8/custom/
H A DV8LocationCustom.cpp54 Location* impl = V8Location::toNative(info.Holder()); local
60 impl->setHash(hash, state->activeWindow(), state->firstWindow());
66 Location* impl = V8Location::toNative(info.Holder()); local
72 impl->setHost(host, state->activeWindow(), state->firstWindow());
78 Location* impl = V8Location::toNative(info.Holder()); local
84 impl->setHostname(hostname, state->activeWindow(), state->firstWindow());
90 Location* impl = V8Location::toNative(info.Holder()); local
96 impl->setHref(href, state->activeWindow(), state->firstWindow());
102 Location* impl = V8Location::toNative(info.Holder()); local
108 impl
114 Location* impl = V8Location::toNative(info.Holder()); local
126 Location* impl = V8Location::toNative(info.Holder()); local
141 Location* impl = V8Location::toNative(info.Holder()); local
208 Location* impl = V8Location::toNative(args.Holder()); local
218 Location* impl = V8Location::toNative(args.Holder()); local
231 Location* impl = V8Location::toNative(args.Holder()); local
276 toV8(Location* impl) argument
[all...]
/external/webkit/Source/JavaScriptCore/wtf/text/
H A DStringHash.h89 static unsigned hash(const String& key) { return key.impl()->hash(); }
92 return equal(a.impl(), b.impl());
144 return hash(key.impl());
148 return hash(key.impl());
152 return equal(a.impl(), b.impl());
156 return (a == b) || equal(a.impl(), b.impl());
H A DWTFString.h110 String(StringImpl* impl) : m_impl(impl) { } argument
111 String(PassRefPtr<StringImpl> impl) : m_impl(impl) { } argument
112 String(RefPtr<StringImpl> impl) : m_impl(impl) { } argument
126 StringImpl* impl() const { return m_impl.get(); } function in class:WTF::String
167 { return m_impl ? m_impl->find(str.impl(), start) : notFound; }
177 { return m_impl ? m_impl->reverseFind(str.impl(), start) : notFound; }
183 { return m_impl ? m_impl->findIgnoringCase(str.impl(), star
[all...]
/external/qemu/android/
H A Dlooper-generic.c52 glooptimer_stop(void* impl) argument
54 GLoopTimer* tt = impl;
62 glooptimer_startAbsolute(void* impl, Duration deadline_ms) argument
64 GLoopTimer* tt = impl;
79 glooptimer_startRelative(void* impl, Duration timeout_ms) argument
81 GLoopTimer* tt = impl;
91 glooptimer_isActive(void* impl) argument
93 GLoopTimer* tt = impl;
98 glooptimer_free(void* impl) argument
100 GLoopTimer* tt = impl;
179 gloopio_wantRead(void* impl) argument
186 gloopio_wantWrite(void* impl) argument
193 gloopio_dontWantRead(void* impl) argument
200 gloopio_dontWantWrite(void* impl) argument
207 gloopio_poll(void* impl) argument
214 gloopio_free(void* impl) argument
[all...]
/external/webkit/Source/JavaScriptCore/wtf/
H A DBloomFilter.h59 void add(const AtomicString& string) { add(string.impl()->existingHash()); }
60 void add(const String& string) { add(string.impl()->hash()); }
61 void remove(const AtomicString& string) { remove(string.impl()->existingHash()); }
62 void remove(const String& string) { remove(string.impl()->hash()); }
64 bool mayContain(const AtomicString& string) const { return mayContain(string.impl()->existingHash()); }
65 bool mayContain(const String& string) const { return mayContain(string.impl()->hash()); }
/external/apache-http/src/org/apache/http/impl/
H A DAbstractHttpClientConnection.java2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/impl/AbstractHttpClientConnection.java $
32 package org.apache.http.impl;
44 import org.apache.http.impl.entity.EntityDeserializer;
45 import org.apache.http.impl.entity.EntitySerializer;
46 import org.apache.http.impl.entity.LaxContentLengthStrategy;
47 import org.apache.http.impl.entity.StrictContentLengthStrategy;
48 import org.apache.http.impl.io.HttpRequestWriter;
49 import org.apache.http.impl.io.HttpResponseParser;
50 import org.apache.http.impl.io.SocketInputBuffer;
/external/apache-http/src/org/apache/http/impl/conn/tsccm/
H A DBasicPoolEntry.java2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/impl/conn/tsccm/BasicPoolEntry.java $
31 package org.apache.http.impl.conn.tsccm;
39 import org.apache.http.impl.conn.AbstractPoolEntry;
/external/chromium/net/base/
H A Dmapped_host_resolver.cc14 MappedHostResolver::MappedHostResolver(HostResolver* impl) argument
15 : impl_(impl) {
/external/chromium/third_party/libjingle/source/talk/p2p/base/
H A Dtransportchannelproxy.h48 TransportChannelImpl* impl() const { return impl_; } function in class:cricket::TransportChannelProxy
51 void SetImplementation(TransportChannelImpl* impl);
/external/jmdns/src/javax/jmdns/impl/tasks/resolver/
H A DServiceInfoResolver.java5 package javax.jmdns.impl.tasks.resolver;
9 import javax.jmdns.impl.DNSOutgoing;
10 import javax.jmdns.impl.DNSQuestion;
11 import javax.jmdns.impl.DNSRecord;
12 import javax.jmdns.impl.JmDNSImpl;
13 import javax.jmdns.impl.ServiceInfoImpl;
14 import javax.jmdns.impl.constants.DNSRecordClass;
15 import javax.jmdns.impl.constants.DNSRecordType;
35 * @see javax.jmdns.impl.tasks.DNSTask#getName()
58 * @see javax.jmdns.impl
[all...]
/external/webkit/Source/JavaScriptCore/runtime/
H A DJSVariableObject.cpp39 if (symbolTable().contains(propertyName.impl()))
63 SymbolTableEntry entry = symbolTable().inlineGet(propertyName.impl());

Completed in 465 milliseconds

1234567891011>>