Searched refs:WebKit (Results 1 - 25 of 1793) sorted by last modified time

1234567891011>>

/external/webkit/Source/WebKit2/Platform/CoreIPC/
H A DConnection.h119 void setShouldCloseConnectionOnProcessTermination(WebKit::PlatformProcessIdentifier);
/external/webkit/Source/WebKit2/Platform/CoreIPC/unix/
H A DConnectionUnix.cpp202 RefPtr<WebKit::SharedMemory> oolMessageBody;
234 WebKit::SharedMemory::Handle handle;
241 oolMessageBody = WebKit::SharedMemory::create(handle, WebKit::SharedMemory::ReadOnly);
326 RefPtr<WebKit::SharedMemory> oolMessageBody = WebKit::SharedMemory::create(arguments->bufferSize());
330 WebKit::SharedMemory::Handle handle;
331 if (!oolMessageBody->createHandle(handle, WebKit::SharedMemory::ReadOnly))
395 void Connection::setShouldCloseConnectionOnProcessTermination(WebKit::PlatformProcessIdentifier process)
/external/webkit/Source/WebKit2/Platform/
H A DLogging.cpp31 namespace WebKit { namespace
60 } // namespace WebKit
H A DLogging.h37 namespace WebKit { namespace
48 } // namespace WebKit
H A DModule.cpp29 namespace WebKit { namespace
H A DModule.h44 namespace WebKit { namespace
H A DPlatformProcessIdentifier.h34 namespace WebKit { namespace
51 } // namespace WebKit
H A DRegion.cpp37 namespace WebKit { namespace
454 } // namespace WebKit
H A DRegion.h34 namespace WebKit { namespace
142 } // namespace WebKit
H A DSharedMemory.h43 namespace WebKit { namespace
H A DWorkQueue.h88 void scheduleWorkOnTermination(WebKit::PlatformProcessIdentifier, PassOwnPtr<WorkItem>);
92 void scheduleWorkOnTermination(WebKit::PlatformProcessIdentifier, PassOwnPtr<WorkItem>);
/external/webkit/Source/WebKit2/Platform/cg/
H A DCGUtilities.cpp31 namespace WebKit { namespace
56 } // namespace WebKit
H A DCGUtilities.h29 namespace WebKit { namespace
34 } // namespace WebKit
/external/webkit/Source/WebKit2/Platform/gtk/
H A DModuleGtk.cpp34 namespace WebKit { namespace
H A DSharedMemoryGtk.cpp32 namespace WebKit { namespace
H A DWorkQueueGtk.cpp215 void WorkQueue::scheduleWorkOnTermination(WebKit::PlatformProcessIdentifier process, PassOwnPtr<WorkItem> item)
/external/webkit/Source/WebKit2/Platform/mac/
H A DLogging.mac.mm29 namespace WebKit {
49 } // namespace WebKit
H A DModuleMac.mm29 namespace WebKit {
H A DSharedMemoryMac.cpp38 namespace WebKit { namespace
202 } // namespace WebKit
/external/webkit/Source/WebKit2/Platform/qt/
H A DModuleQt.cpp30 namespace WebKit { namespace
H A DWorkQueueQt.cpp121 void WorkQueue::scheduleWorkOnTermination(WebKit::PlatformProcessIdentifier process, PassOwnPtr<WorkItem> workItem)
/external/webkit/Source/WebKit2/Platform/unix/
H A DSharedMemoryUnix.cpp50 namespace WebKit { namespace
238 } // namespace WebKit
/external/webkit/Source/WebKit2/Platform/win/
H A DModuleWin.cpp31 namespace WebKit { namespace
56 } // namespace WebKit
H A DSharedMemoryWin.cpp33 namespace WebKit { namespace
216 } // namespace WebKit
/external/webkit/Source/WebKit2/PluginProcess/
H A DPluginControllerProxy.cpp47 namespace WebKit { namespace
519 } // namespace WebKit

Completed in 101 milliseconds

1234567891011>>