HomeSort by relevance Sort by last modified time
    Searched defs:Protection (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebKit2/Platform/
SharedMemory.h 47 enum Protection {
82 // Create a shared memory object from the given handle and the requested protection. Will return 0 on failure.
83 static PassRefPtr<SharedMemory> create(const Handle&, Protection);
86 static PassRefPtr<SharedMemory> adopt(HANDLE, size_t, Protection);
91 bool createHandle(Handle&, Protection);
  /external/clang/lib/CodeGen/
CodeGenFunction.h     [all...]

Completed in 49 milliseconds