HomeSort by relevance Sort by last modified time
    Searched refs:injectedBundlePathExtensionHandle (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/WebKit2/Shared/
WebProcessCreationParameters.h 53 SandboxExtension::Handle injectedBundlePathExtensionHandle;
WebProcessCreationParameters.cpp 49 encoder->encode(injectedBundlePathExtensionHandle);
88 if (!decoder->decode(parameters.injectedBundlePathExtensionHandle))
  /external/webkit/Source/WebKit2/UIProcess/
WebContext.cpp 229 SandboxExtension::createHandle(parameters.injectedBundlePath, SandboxExtension::ReadOnly, parameters.injectedBundlePathExtensionHandle);
  /external/webkit/Source/WebKit2/WebProcess/
WebProcess.cpp 173 m_injectedBundle->setSandboxExtension(SandboxExtension::create(parameters.injectedBundlePathExtensionHandle));

Completed in 52 milliseconds