OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:platformprocessidentifier
(Results
1 - 15
of
15
) sorted by null
/external/webkit/Source/WebKit2/Platform/
PlatformProcessIdentifier.h
37
typedef pid_t
PlatformProcessIdentifier
;
39
typedef HANDLE
PlatformProcessIdentifier
;
41
typedef QProcess*
PlatformProcessIdentifier
;
48
typedef GPid
PlatformProcessIdentifier
;
WorkQueue.h
45
#include "
PlatformProcessIdentifier
.h"
49
#include "
PlatformProcessIdentifier
.h"
88
void scheduleWorkOnTermination(WebKit::
PlatformProcessIdentifier
, PassOwnPtr<WorkItem>);
92
void scheduleWorkOnTermination(WebKit::
PlatformProcessIdentifier
, PassOwnPtr<WorkItem>);
/external/webkit/Source/WebKit2/UIProcess/Launcher/
ProcessLauncher.h
30
#include "
PlatformProcessIdentifier
.h"
69
PlatformProcessIdentifier
processIdentifier() const { return m_processIdentifier; }
82
void didFinishLaunchingProcess(
PlatformProcessIdentifier
, CoreIPC::Connection::Identifier);
90
PlatformProcessIdentifier
m_processIdentifier;
ThreadLauncher.h
30
#include "
PlatformProcessIdentifier
.h"
ProcessLauncher.cpp
50
void ProcessLauncher::didFinishLaunchingProcess(
PlatformProcessIdentifier
processIdentifier, CoreIPC::Connection::Identifier identifier)
/external/webkit/Source/WebKit2/UIProcess/
WebProcessProxy.h
30
#include "
PlatformProcessIdentifier
.h"
77
PlatformProcessIdentifier
processIdentifier() const { return m_processLauncher->processIdentifier(); }
/external/webkit/Source/WebKit2/Platform/qt/
WorkQueueQt.cpp
121
void WorkQueue::scheduleWorkOnTermination(WebKit::
PlatformProcessIdentifier
process, PassOwnPtr<WorkItem> workItem)
/external/webkit/Source/WebKit2/Platform/CoreIPC/
Connection.h
50
#include "
PlatformProcessIdentifier
.h"
119
void setShouldCloseConnectionOnProcessTermination(WebKit::
PlatformProcessIdentifier
);
/external/webkit/Source/WebKit2/Platform/gtk/
WorkQueueGtk.cpp
215
void WorkQueue::scheduleWorkOnTermination(WebKit::
PlatformProcessIdentifier
process, PassOwnPtr<WorkItem> item)
/external/webkit/Source/WebKit2/Platform/CoreIPC/unix/
ConnectionUnix.cpp
395
void Connection::setShouldCloseConnectionOnProcessTermination(WebKit::
PlatformProcessIdentifier
process)
/external/webkit/Source/WebKit2/
WebKit2.pro
105
Platform/
PlatformProcessIdentifier
.h \
GNUmakefile.am
108
Source/WebKit2/Platform/
PlatformProcessIdentifier
.h \
[
all
...]
ChangeLog
[
all
...]
/external/webkit/Source/WebKit2/win/
WebKit2.vcproj
[
all
...]
/external/webkit/Source/WebKit2/WebKit2.xcodeproj/
project.pbxproj
[
all
...]
Completed in 1298 milliseconds