Searched refs:isDOMPasteAllowed (Results 1 - 7 of 7) sorted by relevance

/macosx-10.9.5/WebKit-7537.78.2/mac/WebView/
H A DWebPreferencesPrivate.h169 - (BOOL)isDOMPasteAllowed;
H A DWebPreferences.mm1308 - (BOOL)isDOMPasteAllowed
H A DWebView.mm1468 settings->setDOMPasteAllowed([preferences isDOMPasteAllowed]);
/macosx-10.9.5/WebKit-7537.78.2/win/Interfaces/
H A DIWebPreferences.idl175 HRESULT isDOMPasteAllowed([out, retval] BOOL *allowed);
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DWebPreferences.h286 virtual HRESULT STDMETHODCALLTYPE isDOMPasteAllowed(
H A DWebPreferences.cpp1328 HRESULT WebPreferences::isDOMPasteAllowed(BOOL* enabled) function in class:WebPreferences
H A DWebView.cpp4851 hr = preferences->isDOMPasteAllowed(&enabled);

Completed in 210 milliseconds