OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:explicit
(Results
226 - 250
of
1588
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/v8/src/
scopeinfo.h
54
explicit
ScopeInfo(Scope* scope);
57
explicit
ScopeInfo(Code* code);
157
explicit
ZoneScopeInfo(Scope* scope)
161
explicit
ZoneScopeInfo(Code* code)
/external/webkit/JavaScriptCore/bytecompiler/
Label.h
42
explicit
Label(CodeBlock* codeBlock)
RegisterID.h
49
explicit
RegisterID(int index)
/external/webkit/JavaScriptCore/wtf/
OwnArrayPtr.h
32
explicit
OwnArrayPtr(T* ptr = 0) : m_ptr(ptr) { }
/external/webkit/WebCore/bindings/v8/
OwnHandle.h
42
explicit
OwnHandle(v8::Handle<T> handle) : m_handle(v8::Persistent<T>::New(handle)) { }
ScheduledAction.h
50
explicit
ScheduledAction(v8::Handle<v8::Context> context, const WebCore::String& code, const KURL& url = KURL())
ScriptState.h
68
explicit
ScriptState(v8::Handle<v8::Context>);
SerializedScriptValue.h
89
explicit
SerializedScriptValue(v8::Handle<v8::Value>);
SharedPersistent.h
71
explicit
SharedPersistent(v8::Persistent<T> value) : m_value(value) { }
/external/webkit/WebCore/loader/appcache/
ApplicationCacheResource.h
40
Explicit
= 1 << 2,
/external/webkit/WebCore/platform/chromium/
PlatformCursor.h
88
explicit
PlatformCursor(int type = 0) : m_type(TypePointer) {}
/external/webkit/WebCore/platform/graphics/chromium/
FontCustomPlatformData.h
57
explicit
FontCustomPlatformData(SkTypeface* typeface)
/external/webkit/WebCore/platform/network/
SocketStreamErrorBase.h
57
explicit
SocketStreamErrorBase(int errorCode)
/external/webkit/WebCore/platform/text/
StringBuffer.h
40
explicit
StringBuffer(unsigned length)
/external/webkit/WebCore/platform/text/mac/
TextCodecMac.h
43
explicit
TextCodecMac(TECTextEncodingID);
/external/webkit/WebCore/storage/
IDBRequest.h
68
explicit
IDBRequest(ScriptExecutionContext* context);
/external/webkit/WebCore/svg/
SVGTransform.h
47
explicit
SVGTransform(const AffineTransform&);
/external/webkit/WebKit/chromium/src/
WebSettingsImpl.h
45
explicit
WebSettingsImpl(WebCore::Settings*);
WebSharedWorkerImpl.h
50
explicit
WebSharedWorkerImpl(WebCommonWorkerClient* client);
WebWorkerImpl.h
52
explicit
WebWorkerImpl(WebWorkerClient* client);
/frameworks/base/include/private/media/
VideoFrame.h
34
explicit
MediaAlbumArt(const char* url) {
/frameworks/base/media/libdrm/mobile2/src/util/ustl-1.0/
ulist.h
32
inline
explicit
list (size_type n) : vector<T> (n) {}
uqueue.h
33
explicit
inline queue (const Sequence& s) : m_Storage (s), m_Front (0) { }
/bionic/libc/tzcode/
asctime.c
63
** seven
explicit
spaces, two
explicit
colons, a newline,
/build/tools/
merge-event-log-tags.py
67
#
Explicit
tag numbers must be unique. (If the tag name is also the
85
# Allow an
explicit
tag number to define an implicit tag number
Completed in 2368 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>