Home
last modified time | relevance | path

Searched refs:Call (Results 1 – 25 of 94) sorted by relevance

1234

/external/webkit/WebCore/plugins/
DPluginMainThreadScheduler.h54 class Call; variable
56 void dispatchCallsForPlugin(NPP, const Deque<Call>& calls);
57 typedef HashMap<NPP, Deque<Call> > CallQueueMap;
61 class Call {
63 Call(MainThreadFunction* function, void* userData) in Call() function
DPluginMainThreadScheduler.cpp52 it->second.append(Call(function, userData)); in scheduleCall()
65 m_callQueueMap.set(npp, Deque<Call>()); in registerPlugin()
76 void PluginMainThreadScheduler::dispatchCallsForPlugin(NPP npp, const Deque<Call>& calls) in dispatchCallsForPlugin()
78 Deque<Call>::const_iterator end = calls.end(); in dispatchCallsForPlugin()
79 for (Deque<Call>::const_iterator it = calls.begin(); it != end; ++it) { in dispatchCallsForPlugin()
/external/ppp/pppd/plugins/radius/etc/
Ddictionary.ascend17 ATTRIBUTE Ascend-Call-Attempt-Limit 123 integer
18 ATTRIBUTE Ascend-Call-Block-Duration 124 integer
19 ATTRIBUTE Ascend-Maximum-Call-Duration 125 integer
71 ATTRIBUTE Ascend-Call-Type 177 integer
142 ATTRIBUTE Ascend-Call-By-Call 250 integer
176 VALUE Ascend-Call-Type Nailed 1
177 VALUE Ascend-Call-Type Nailed/Mpp 2
178 VALUE Ascend-Call-Type Perm/Switched 3
/external/icu4c/test/intltest/
Didnaconf.cpp224 void IdnaConfTest::Call(){ in Call() function in IdnaConfTest
300 Call(); in Test()
336 Call(); // for last record in Test()
Didnaconf.h46 void Call();
/external/libffi/src/s390/
Dsysv.S66 basr %r14,%r4 # Call ffi_prep_args
137 bas %r14,0(%r12,%r13) # Call helper
267 basr %r14,%r4 # Call ffi_prep_args
340 brasl %r14,ffi_closure_helper_SYSV # Call helper
/external/libffi/src/m68k/
Dsysv.S61 | Call ffi_prep_args
74 | Call the function
/external/openssl/crypto/pkcs7/
Ddoc2 Call to set the type of PKCS7 object we are working on
/external/openssl/crypto/perlasm/
Dreadme36 &function_end(name) Call at end of function.
38 &function_end_B(name) Call at end but with poping or 'ret'.
/external/webkit/WebCore/bridge/jni/
Djni_jsobject.h52 Call, enumerator
Djni_jsobject.mm212 case Call: {
302 // Call the function object.
647 context.type = Call;
/external/webkit/JavaScriptCore/
DChangeLog-2002-12-03628 * kjs/function.cpp: (FunctionImp::parameterString): Call ustring().
635 * kjs/reference.cpp: (Reference::getValue): Call ustring().
636 * kjs/regexp_object.cpp: (RegExpObjectImp::get): Call ustring().
779 (StringObjectImp::construct): Call new StringInstanceImp constructor. Don't try
872 (InterpreterImp::mark): Call appropriate List method to do marking of
928 (ArrayInstanceImp::sort): Call pushUndefinedObjectsToEnd.
1498 (ValueImp::dispatchToObject): Call NumberImp::toObject in a "non-virtual"
1501 (ValueImp::dispatchGetBase): Call ValueImp::getBase in a "non-virtual"
1503 (ValueImp::dispatchGetPropertyName): Call ValueImp::getPropertyName in a
1505 (ValueImp::dispatchPutValue): Call ValueImp::putValue in a "non-virtual"
[all …]
/external/zlib/old/
Dvisual-basic.txt78 'Call subCompressFile(<path with filename to compress> [, <path with
80 'Call subUncompressFile(<path with filename to compress>)
/external/qemu/distrib/sdl-1.2.12/src/video/ataricommon/
DSDL_ikbdinterrupt.S190 | Call old MIDI interrupt
/external/skia/xcode/ports/
Dskia_mac.cp86 // Call the event loop
/external/webkit/WebCore/bridge/qt/
Dqt_runtime.h211 virtual int qt_metacall(QMetaObject::Call, int, void **argv);
/external/grub/
DChangeLog269 * stage2/asm.S (stop_floppy): Call pusha and popa outside the
464 (get_diskinfo): Call get_cdinfo if the drive is greater than or
913 * stage2/stage2.c (run_menu): Call setcursor instead of
915 Call setcursor with 1 before starting a boot entry.
1241 [!STAGE1_5] (console_getkey): Call translate_keycode.
1555 * stage2/stage2.c (run_menu): Call cls outside the loop to run
1874 (boot_func) [SUPPORT_NETBOOT]: Call cleanup_net.
2630 * stage2/builtins.c (embed_func): Call open_partition() even for
3006 * stage2/stage2.c (run_menu): Call check_password to check password.
3238 [HAVE_LIBCURSES_H && REFRESH_IMMEDIATELY]: Call refresh, to ease
[all …]
/external/webkit/WebKit/mac/
DChangeLog429 Call the ProxyInstance method.
439 Call the plug-in host methods.
644 Call addValueToArray.
672 Call _WKPHNPObjectInvoke.
682 Call _WKPHNPObjectHasMethod to determine whether a method with the given name exists.
685 Call _WKPHNPObjectHasProperty to determine whether a property with the given name exists.
770 Call _WKPHGetScriptableNPObject and wait for a reply.
778 Call NetscapePluginInstanceProxy::createBindingsInstance.
953 Call _NPN_GetIntIdentifier.
959 Call identifierFromServerIdentifier.
[all …]
DChangeLog-2002-12-03983 (-[WebMainResourceClient handle:willSendRequest:]): Call super after we make our mods
1300 … (-[WebBridge reportClientRedirectTo:delay:fireDate:]): Call straight to the frame for all impl.
1301 (-[WebBridge reportClientRedirectCancelled]): Call straight to the frame for all impl.
1333 Call openURL: and pass headers in.
1447 (-[WebController _downloadURL:]): Call _downloadURL:toPath: with nil path.
1538 (-[WebHTMLView viewWillMoveToSuperview:]): Call removeSuperviewObservers.
1539 (-[WebHTMLView viewDidMoveToSuperview]): Call addSuperviewObservers.
1540 (-[WebHTMLView viewWillMoveToWindow:]): Call removeWindowObservers and
1542 (-[WebHTMLView viewDidMoveToWindow]): Call addWindowObservers and
1588 (-[WebHTMLView addMouseMovedObserver]): Call _frameOrBoundsChanged
[all …]
/external/libffi/src/mips/
Dn32.S85 # Call ffi_prep_args
407 # Call ffi_closure_mips_inner_N32 to do the real work.
/external/libffi/src/arm/
Dsysv.S161 @ Call ffi_prep_args(stack, &ecif)
/external/qemu/distrib/sdl-1.2.12/
DCREDITS8 * Scott Call, for making a home for SDL on the 'Net... Thanks! :)
/external/libffi/src/alpha/
Dosf.S160 # Call ffi_closure_osf_inner to do the bulk of the work.
/external/webkit/WebCore/
DChangeLog-2003-10-252430 (KHTMLPart::slotChildStarted): Call the frame function by its new name, childFrame.
2438 … * khtml/xml/dom_docimpl.cpp: (DocumentImpl::ownerElement): Call the frame function by its new
2462 Call setFocusNode(0) instead of explicitly sending a blur event, otherwise
2482 * khtml/rendering/render_form.cpp: (RenderTextArea::calcMinMaxWidth): Call the QTextEdit
2973 …* kwq/KWQPainter.mm: (QPainter::clearShadow): Call CGContextSetShadowWithColor with a color of NUL…
3156 (CSSMediaRuleImpl::append): Call insertRule.
3158 (CSSRuleListImpl::append): Call insertRule to cover all the relevant
3693 * kwq/KWQListBox.mm: (QListBox::QListBox): Call releaseGState on the clip view
4532 (-[KWQTextAreaTextView keyDown:]): Call interceptKeyEvent before handling each
4543 (-[KWQTextField textView:shouldHandleEvent:]): Call interceptKeyEvent before
[all …]
/external/webkit/WebKit/mac/WebCoreSupport/
DWebChromeClient.mm341 // Call the old version of the delegate method if it is implemented.
356 // Call the old version of the delegate method if it is implemented.
373 // Call the old version of the delegate method if it is implemented.

1234