Searched +defs:source +defs:type (Results 1 - 25 of 224) sorted by relevance

123456789

/macosx-10.10/WebCore-7600.1.25/page/
H A DDragState.h37 RefPtr<Element> source; // Element that may be a drag source, for the current mouse gesture. member in struct:WebCore::DragState
39 DragSourceAction type; member in struct:WebCore::DragState
/macosx-10.10/WebCore-7600.1.25/dom/
H A DMessageEvent.cpp35 static inline bool isValidSource(EventTarget* source) argument
49 MessageEvent::MessageEvent(const AtomicString& type, const MessageEventInit& initializer) argument
60 MessageEvent(const Deprecated::ScriptValue& data, const String& origin, const String& lastEventId, PassRefPtr<EventTarget> source, std::unique_ptr<MessagePortArray> ports) argument
72 MessageEvent(PassRefPtr<SerializedScriptValue> data, const String& origin, const String& lastEventId, PassRefPtr<EventTarget> source, std::unique_ptr<MessagePortArray> ports) argument
112 initMessageEvent(const AtomicString& type, bool canBubble, bool cancelable, const Deprecated::ScriptValue& data, const String& origin, const String& lastEventId, DOMWindow* source, std::unique_ptr<MessagePortArray> ports) argument
127 initMessageEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<SerializedScriptValue> data, const String& origin, const String& lastEventId, DOMWindow* source, std::unique_ptr<MessagePortArray> ports) argument
158 initMessageEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<SerializedScriptValue> data, const String& origin, const String& lastEventId, DOMWindow* source, MessagePort* port) argument
[all...]
H A DMessageEvent.h50 RefPtr<EventTarget> source; member in struct:WebCore::MessageEventInit
80 static PassRefPtr<MessageEvent> create(const AtomicString& type, const MessageEventInit& initializer) argument
91 EventTarget* source() const { return m_source.get(); } function in class:WebCore::MessageEvent
[all...]
/macosx-10.10/JavaScriptCore-7600.1.17/inspector/
H A DConsoleMessage.h63 MessageSource source() const { return m_source; } function in class:Inspector::ConsoleMessage
65 MessageType type() const { return m_type; } function in class:Inspector::ConsoleMessage
H A DConsoleMessage.cpp48 ConsoleMessage::ConsoleMessage(MessageSource source, MessageType type, MessageLevel level, const String& message, unsigned long requestIdentifier) argument
61 ConsoleMessage::ConsoleMessage(MessageSource source, MessageType type, MessageLevel level, const String& message, const String& url, unsigned line, unsigned column, JSC::ExecState* state, unsigned long requestIdentifier) argument
75 ConsoleMessage(MessageSource source, MessageType type, MessageLevel level, const String& message, PassRefPtr<ScriptCallStack> callStack, unsigned long requestIdentifier) argument
96 ConsoleMessage(MessageSource source, MessageType type, MessageLevel level, const String& message, PassRefPtr<ScriptArguments> arguments, JSC::ExecState* state, unsigned long requestIdentifier) argument
134 messageSourceValue(MessageSource source) argument
151 messageTypeValue(MessageType type) argument
[all...]
/macosx-10.10/JavaScriptCore-7600.1.17/parser/
H A DParserError.h65 explicit ParserError(ErrorType type) argument
72 ParserError(ErrorType type, SyntaxErrorType syntaxError, JSToken token) argument
80 ParserError(ErrorType type, SyntaxErrorType syntaxError, JSToken token, String msg, int line) argument
89 JSObject* toErrorObject(JSGlobalObject* globalObject, const SourceCode& source) argument
[all...]
/macosx-10.10/JavaScriptCore-7600.1.17/tools/
H A DCodeProfile.h38 CodeProfile(const SourceCode& source, CodeProfile* parent) argument
73 CodeRecord(void* pc, CodeType type) argument
79 CodeType type; member in struct:JSC::CodeProfile::CodeRecord
/macosx-10.10/WebCore-7600.1.25/Modules/webaudio/
H A DBiquadProcessor.cpp100 void BiquadProcessor::process(const AudioBus* source, AudioBus* destination, size_t framesToProcess) argument
114 void BiquadProcessor::setType(FilterType type) argument
/macosx-10.10/WebCore-7600.1.25/inspector/
H A DInspectorConsoleInstrumentation.h42 inline void InspectorInstrumentation::addMessageToConsole(Page* page, MessageSource source, MessageType type, MessageLevel level, const String& message, PassRefPtr<Inspector::ScriptCallStack> callStack, unsigned long requestIdentifier) argument
58 inline void InspectorInstrumentation::addMessageToConsole(Page* page, MessageSource source, MessageType type, MessageLeve argument
75 addMessageToConsole(Page* page, MessageSource source, MessageType type, MessageLevel level, const String& message, const String& scriptID, unsigned lineNumber, unsigned columnNumber, JSC::ExecState* state, unsigned long requestIdentifier) argument
94 addMessageToConsole(WorkerGlobalScope* workerGlobalScope, MessageSource source, MessageType type, MessageLevel level, const String& message, PassRefPtr<Inspector::ScriptCallStack> callStack, unsigned long requestIdentifier) argument
110 addMessageToConsole(WorkerGlobalScope* workerGlobalScope, MessageSource source, MessageType type, MessageLevel level, const String& message, const String& scriptID, unsigned lineNumber, unsigned columnNumber, JSC::ExecState* state, unsigned long requestIdentifier) argument
[all...]
/macosx-10.10/apr-32/apr/apr/network_io/unix/
H A Dmulticast.c111 static apr_status_t do_mcast(int type, apr_socket_t *sock, argument
199 do_mcast_opt(int type, apr_socket_t *sock, apr_byte_t value) argument
[all...]
/macosx-10.10/ICU-531.30/icuSources/i18n/
H A Dformat.cpp141 Format::parseObject(const UnicodeString& source, argument
196 Format::getLocale(ULocDataLocaleType type, UErrorCode& status) const { argument
202 Format::getLocaleID(ULocDataLocaleType type, UErrorCode& status) const { argument
H A Ddcfmtsym.cpp105 DecimalFormatSymbols::DecimalFormatSymbols(const DecimalFormatSymbols &source) argument
426 DecimalFormatSymbols::getLocale(ULocDataLocaleType type, UErrorCode& status) const { argument
432 DecimalFormatSymbols::getPatternForCurrencySpacing(UCurrencySpacing type, argument
446 DecimalFormatSymbols::setPatternForCurrencySpacing(UCurrencySpacing type, argument
[all...]
/macosx-10.10/ICU-531.30/icuSources/samples/coll/
H A Dcoll.cpp61 enum {FLAG, NUM, STRING} type; member in struct:OptSpec
139 UChar source[100]; local
[all...]
/macosx-10.10/JavaScriptCore-7600.1.17/runtime/
H A DConsoleClient.cpp60 static void appendMessagePrefix(StringBuilder& builder, MessageSource source, MessageType type, MessageLevel level) argument
128 void ConsoleClient::printConsoleMessage(MessageSource source, MessageType type, MessageLevel level, const String& message, const String& url, unsigned lineNumber, unsigned columnNumber) argument
144 printConsoleMessageWithArguments(MessageSource source, MessageType type, MessageLevel level, JSC::ExecState* exec, PassRefPtr<ScriptArguments> prpArguments) argument
189 internalMessageWithTypeAndLevel(MessageType type, MessageLevel level, JSC::ExecState* exec, PassRefPtr<ScriptArguments> prpArguments, ArgumentRequirement argumentRequirement) argument
[all...]
/macosx-10.10/Security-57031.1.35/Security/include/security_cdsa_client/
H A Ddliterators.cpp59 TableBase::TableBase(DLAccess &source, CSSM_DB_RECORDTYPE type, bool getData /* = true */) argument
/macosx-10.10/Security-57031.1.35/Security/libsecurity_cdsa_client/lib/
H A Ddliterators.cpp59 TableBase::TableBase(DLAccess &source, CSSM_DB_RECORDTYPE type, bool getData /* = true */) argument
/macosx-10.10/WebCore-7600.1.25/platform/mediastream/
H A DMediaStreamTrackPrivate.cpp39 PassRefPtr<MediaStreamTrackPrivate> MediaStreamTrackPrivate::create(PassRefPtr<MediaStreamSource> source) argument
58 MediaStreamTrackPrivate::MediaStreamTrackPrivate(PassRefPtr<MediaStreamSource> source) argument
77 void MediaStreamTrackPrivate::setSource(PassRefPtr<MediaStreamSource> source) argument
234 MediaStreamSource::Type MediaStreamTrackPrivate::type() cons function in class:WebCore::MediaStreamTrackPrivate
[all...]
/macosx-10.10/bootp-298/bootplib/
H A DIPConfigurationControlPrefs.c110 CFRunLoopSourceRef source; local
157 IPConfigurationControlPrefsChanged(SCPreferencesRef prefs, SCPreferencesNotification type, void * info) argument
/macosx-10.10/configd-699.1.5/Plugins/common/
H A DIPMonitorControlPrefs.c104 CFRunLoopSourceRef source; local
136 IPMonitorControlPrefsChanged(SCPreferencesRef prefs, SCPreferencesNotification type, void * info) argument
/macosx-10.10/eap8021x-198/EAP8021X.fproj/
H A DEAPOLControlPrefs.c114 CFRunLoopSourceRef source; local
161 EAPOLControlPrefsChanged(SCPreferencesRef prefs, SCPreferencesNotification type, argument
/macosx-10.10/llvmCore-3425.0.34/lib/Analysis/
H A DPathProfileVerifier.cpp137 BasicBlock* source = nextEdge->getSource(); local
184 unsigned type local
[all...]
/macosx-10.10/tcl-105/tk84/tk/macosx/
H A DtkMacOSXBitmap.c32 long int type; /* Type of icon. */ member in struct:__anon13815
41 long int type; /* Type of icon. */ member in struct:__anon13816
138 TkpCreateNativeBitmap( Display *display, CONST char *source) argument
207 int type = -1, destWrote; local
[all...]
/macosx-10.10/ksh-23/ksh/lib/package/
H A Dpackage.mk105 type = macro
254 source = $(PACKAGEDIR)/$(name).$(version)$(release:?.$(release)??).$(suffix) macro
471 type := source macro
495 source := $(B:D:B:S=.$(release).$(suffix)) macro
511 source := $(B) macro
591 source = $(PACKAGEDIR)/$(name)-$(version)$(release:?.$(release)??).$(suffix) macro
1091 type := binary macro
1370 type := runtime macro
[all...]
/macosx-10.10/ksh-23/ksh/src/cmd/INIT/
H A Dpackage.mk105 type = macro
254 source = $(PACKAGEDIR)/$(name).$(version)$(release:?.$(release)??).$(suffix) macro
471 type := source macro
495 source := $(B:D:B:S=.$(release).$(suffix)) macro
511 source := $(B) macro
591 source = $(PACKAGEDIR)/$(name)-$(version)$(release:?.$(release)??).$(suffix) macro
1091 type := binary macro
1370 type := runtime macro
[all...]
/macosx-10.10/ICU-531.30/icuSources/samples/strsrch/
H A Dstrsrch.cpp62 UChar source[100]; variable
70 enum {FLAG, NUM, STRING} type; member in struct:OptSpec
[all...]

Completed in 432 milliseconds

123456789