Searched refs:m_profileSelectionMode (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/WebKit2-7600.1.25/Shared/
H A DSandboxInitializationParameters.h63 ProfileSelectionMode mode() const { return m_profileSelectionMode; }
67 m_profileSelectionMode = UseOverrideSandboxProfilePath;
73 ASSERT(m_profileSelectionMode == UseOverrideSandboxProfilePath);
79 m_profileSelectionMode = UseSandboxProfile;
85 ASSERT(m_profileSelectionMode == UseSandboxProfile);
100 ProfileSelectionMode m_profileSelectionMode; member in class:WebKit::SandboxInitializationParameters
/macosx-10.10.1/WebKit2-7600.1.25/Shared/mac/
H A DSandboxInitialiationParametersMac.mm32 : m_profileSelectionMode(UseDefaultSandboxProfilePath)

Completed in 166 milliseconds