/external/webkit/Source/WebKit/chromium/src/ |
D | LocalFileSystemChromium.cpp | 69 …ystem::Type type, PassOwnPtr<AsyncFileSystemCallbacks> callbacks, bool synchronous, long long size… in openFileSystemHelper() argument 80 …eIfNotPresent, new WebFileSystemCallbacksImpl(callbacks, type, context, synchronous), synchronous); in openFileSystemHelper() 84 …text, AsyncFileSystem::Type type, PassOwnPtr<AsyncFileSystemCallbacks> callbacks, bool synchronous) in readFileSystem() argument 86 openFileSystemHelper(context, type, callbacks, synchronous, 0, OpenExisting); in readFileSystem() 89 …ystem::Type type, long long size, PassOwnPtr<AsyncFileSystemCallbacks> callbacks, bool synchronous) in requestFileSystem() argument 91 openFileSystemHelper(context, type, callbacks, synchronous, size, CreateIfNotPresent); in requestFileSystem()
|
D | WorkerAsyncFileSystemChromium.h | 55 …iptExecutionContext* context, AsyncFileSystem::Type type, const String& rootPath, bool synchronous) in create() argument 57 return adoptPtr(new WorkerAsyncFileSystemChromium(context, type, rootPath, synchronous)); in create() 78 …Chromium(ScriptExecutionContext*, AsyncFileSystem::Type, const String& rootPath, bool synchronous);
|
D | WebFileSystemCallbacksImpl.cpp | 50 … callbacks, AsyncFileSystem::Type type, WebCore::ScriptExecutionContext* context, bool synchronous) in WebFileSystemCallbacksImpl() argument 54 , m_synchronous(synchronous) in WebFileSystemCallbacksImpl()
|
D | WorkerAsyncFileSystemChromium.cpp | 59 …iptExecutionContext* context, AsyncFileSystem::Type type, const String& rootPath, bool synchronous) in WorkerAsyncFileSystemChromium() argument 64 , m_synchronous(synchronous) in WorkerAsyncFileSystemChromium()
|
D | WebFileSystemCallbacksImpl.h | 54 …bCore::AsyncFileSystem::Temporary, WebCore::ScriptExecutionContext* = 0, bool synchronous = false);
|
D | WebWorkerBase.cpp | 240 …ystem::Type type, long long size, bool create, WebFileSystemCallbacks* callbacks, bool synchronous) in openFileSystemForWorker() argument 253 if (synchronous) { in openFileSystemForWorker()
|
D | WebWorkerBase.h | 95 …orker(WebFileSystem::Type, long long size, bool create, WebFileSystemCallbacks*, bool synchronous);
|
/external/webkit/Source/WebCore/fileapi/ |
D | LocalFileSystem.h | 57 …onContext*, AsyncFileSystem::Type, PassOwnPtr<AsyncFileSystemCallbacks>, bool synchronous = false); 59 …cFileSystem::Type, long long size, PassOwnPtr<AsyncFileSystemCallbacks>, bool synchronous = false);
|
D | FileWriterSync.idl | 35 // synchronous write/modify methods
|
/external/chromium/chrome/browser/cocoa/ |
D | keystone_glue.h | 165 synchronous:(BOOL)synchronous;
|
D | keystone_glue.mm | 765 [self promoteTicketWithAuthorization:authorization.release() synchronous:NO]; 769 synchronous:(BOOL)synchronous { 774 // Starting a synchronous operation while an asynchronous one is pending 778 if (!synchronous && ![self wantsPromotion]) { 785 synchronousPromotion_ = synchronous; 803 // synchronous too, and this operation needs to happen before that one. 810 // if the synchronous parameter is NO. 876 // Short-circuit: if performing a synchronous promotion, the promotion
|
D | install_from_dmg.mm | 304 synchronous:YES];
|
/external/webkit/Source/WebCore/inspector/ |
D | InspectorBrowserDebuggerAgent.h | 80 … pauseOnNativeEventIfNeeded(const String& categoryType, const String& eventName, bool synchronous);
|
D | InspectorBrowserDebuggerAgent.cpp | 308 …::pauseOnNativeEventIfNeeded(const String& categoryType, const String& eventName, bool synchronous) in pauseOnNativeEventIfNeeded() argument 322 if (synchronous) in pauseOnNativeEventIfNeeded()
|
D | InspectorInstrumentation.cpp | 771 …pectorAgent* inspectorAgent, const String& categoryType, const String& eventName, bool synchronous) in pauseOnNativeEventIfNeeded() argument 775 browserDebuggerAgent->pauseOnNativeEventIfNeeded(categoryType, eventName, synchronous); in pauseOnNativeEventIfNeeded()
|
D | InspectorInstrumentation.h | 305 …ntIfNeeded(InspectorAgent*, const String& categoryType, const String& eventName, bool synchronous);
|
/external/chromium/chrome/browser/sessions/ |
D | session_restore.cc | 411 bool synchronous, in SessionRestoreImpl() argument 417 synchronous_(synchronous), in SessionRestoreImpl() 780 bool synchronous, in Restore() argument 800 new SessionRestoreImpl(profile, browser, synchronous, in Restore()
|
/external/ppp/pppd/plugins/rp-pppoe/ |
D | pppoe.h | 261 int synchronous; /* Use synchronous PPP */ member
|
/external/valgrind/main/docs/internals/ |
D | threads-syscalls-signals.txt | 74 signal-raising syscalls are considered to be synchronous with respect to 100 signals raised by kill(), and synchronous faults raised by an 130 be all the time. (And since synchronous signals are always the result of 135 synchronous faults as a result instruction fetch or something an
|
/external/libusb/ |
D | PORTING | 16 asynchronous transfers (synchronous transfers are implemented in the higher
|
D | ChangeLog | 417 Make synchronous transfer APIs robust against signal interruption 420 synchronous such that control is not returned until the transfer 424 patch changes these synchronous APIs so they do not abort in the case of 1211 sanitized error returns from synchronous I/O functions 1473 A synchronous function is missing, and I could do with writing a few 1581 Move synchronous I/O implementation to its own file
|
/external/webkit/Source/WebKit2/WebProcess/WebPage/ |
D | WebPage.messages.in | 171 // any synchronous messages, and should be removed when <rdar://problem/8775115> is fixed.
|
/external/llvm/lib/Support/Unix/ |
D | Signals.inc | 57 // KillSigs - Signals that are synchronous with the program that will cause it
|
/external/webkit/Source/WebCore/platform/network/mac/ |
D | ResourceHandleMac.mm | 521 …handle->delegate(), // A synchronous request cannot turn into a download, so there is no need to p… 1039 // Include synchronous url connection's mode as an acceptable run loopmode
|
/external/webkit/Source/WebKit2/ |
D | ChangeLog | 1538 methods require a synchronous call to the WebProcess to decide what to do. 1540 true. In order to minimize the number of synchronous calls, we send the request 1953 window) can result in synchronous window messages being sent between the processes. This can 1954 result in deadlocks if the UI process changes the input state while handling a synchronous 1962 state while handling a synchronous message; see the bug for details. 1998 a synchronous message, so we don't have anything to worry about here. 3005 Make gestureDidScroll synchronous, as once we scroll, we need to know 3537 (WebKit::WebPage::executeKeypressCommandsInternal): Send the synchronous 6215 …The assertion fired because during GC, the web process sends a synchronous NPObjectMessageReceiver… 6216 …o the plug-in process. Since this is a synchronous message, the web process needs to process incom… [all …]
|