Home
last modified time | relevance | path

Searched refs:synchronous (Results 1 – 25 of 58) sorted by relevance

123

/external/webkit/Source/WebKit/chromium/src/
DLocalFileSystemChromium.cpp69 …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()
DWorkerAsyncFileSystemChromium.h55 …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);
DWebFileSystemCallbacksImpl.cpp50 … callbacks, AsyncFileSystem::Type type, WebCore::ScriptExecutionContext* context, bool synchronous) in WebFileSystemCallbacksImpl() argument
54 , m_synchronous(synchronous) in WebFileSystemCallbacksImpl()
DWorkerAsyncFileSystemChromium.cpp59 …iptExecutionContext* context, AsyncFileSystem::Type type, const String& rootPath, bool synchronous) in WorkerAsyncFileSystemChromium() argument
64 , m_synchronous(synchronous) in WorkerAsyncFileSystemChromium()
DWebFileSystemCallbacksImpl.h54 …bCore::AsyncFileSystem::Temporary, WebCore::ScriptExecutionContext* = 0, bool synchronous = false);
DWebWorkerBase.cpp240 …ystem::Type type, long long size, bool create, WebFileSystemCallbacks* callbacks, bool synchronous) in openFileSystemForWorker() argument
253 if (synchronous) { in openFileSystemForWorker()
DWebWorkerBase.h95 …orker(WebFileSystem::Type, long long size, bool create, WebFileSystemCallbacks*, bool synchronous);
/external/webkit/Source/WebCore/fileapi/
DLocalFileSystem.h57 …onContext*, AsyncFileSystem::Type, PassOwnPtr<AsyncFileSystemCallbacks>, bool synchronous = false);
59 …cFileSystem::Type, long long size, PassOwnPtr<AsyncFileSystemCallbacks>, bool synchronous = false);
DFileWriterSync.idl35 // synchronous write/modify methods
/external/chromium/chrome/browser/cocoa/
Dkeystone_glue.h165 synchronous:(BOOL)synchronous;
Dkeystone_glue.mm765 [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
Dinstall_from_dmg.mm304 synchronous:YES];
/external/webkit/Source/WebCore/inspector/
DInspectorBrowserDebuggerAgent.h80 … pauseOnNativeEventIfNeeded(const String& categoryType, const String& eventName, bool synchronous);
DInspectorBrowserDebuggerAgent.cpp308 …::pauseOnNativeEventIfNeeded(const String& categoryType, const String& eventName, bool synchronous) in pauseOnNativeEventIfNeeded() argument
322 if (synchronous) in pauseOnNativeEventIfNeeded()
DInspectorInstrumentation.cpp771 …pectorAgent* inspectorAgent, const String& categoryType, const String& eventName, bool synchronous) in pauseOnNativeEventIfNeeded() argument
775 browserDebuggerAgent->pauseOnNativeEventIfNeeded(categoryType, eventName, synchronous); in pauseOnNativeEventIfNeeded()
DInspectorInstrumentation.h305 …ntIfNeeded(InspectorAgent*, const String& categoryType, const String& eventName, bool synchronous);
/external/chromium/chrome/browser/sessions/
Dsession_restore.cc411 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/
Dpppoe.h261 int synchronous; /* Use synchronous PPP */ member
/external/valgrind/main/docs/internals/
Dthreads-syscalls-signals.txt74 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/
DPORTING16 asynchronous transfers (synchronous transfers are implemented in the higher
DChangeLog417 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/
DWebPage.messages.in171 // any synchronous messages, and should be removed when <rdar://problem/8775115> is fixed.
/external/llvm/lib/Support/Unix/
DSignals.inc57 // KillSigs - Signals that are synchronous with the program that will cause it
/external/webkit/Source/WebCore/platform/network/mac/
DResourceHandleMac.mm521 …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/
DChangeLog1538 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 …]

123