Searched refs:setPreferences (Results 1 - 18 of 18) sorted by relevance

/macosx-10.10/AppleUSBIrDA-145.2.4/IrDADebugLog/
H A DAppController.h11 - (void)setPreferences:(Preferences *)newPreferences;
/macosx-10.10/AppleUSBIrDA-145.2.4/IrDAStatus/
H A DAppController.h11 - (void)setPreferences:(Preferences *)newPreferences;
/macosx-10.10/WebKit2-7600.1.25/UIProcess/API/C/
H A DWKPageGroup.cpp53 toImpl(pageGroupRef)->setPreferences(toImpl(preferencesRef));
/macosx-10.10/WebKit2-7600.1.25/UIProcess/
H A DWebPageGroup.cpp109 void WebPageGroup::setPreferences(WebPreferences* preferences) function in class:WebKit::WebPageGroup
117 webPageProxy->setPreferences(*m_preferences);
H A DWebPageGroup.h58 void setPreferences(WebPreferences*);
H A DWebPageProxy.h738 void setPreferences(WebPreferences&);
H A DWebPageProxy.cpp467 void WebPageProxy::setPreferences(WebPreferences& preferences) function in class:WebKit::WebPageProxy
/macosx-10.10/WebKit2-7600.1.25/UIProcess/API/gtk/
H A DWebKitWebViewGroup.cpp142 group->priv->pageGroup->setPreferences(webkitSettingsGetPreferences(group->priv->settings.get()));
/macosx-10.10/WebKit2-7600.1.25/UIProcess/API/Cocoa/
H A DWKWebViewConfiguration.mm142 - (void)setPreferences:(WKPreferences *)preferences
/macosx-10.10/IOGraphics-485/IOGraphicsFamily/
H A DIODisplayWrangler.cpp708 return (IOFramebuffer::setPreferences(this, prefs));
H A DIOFramebuffer.cpp9786 IOReturn IOFramebuffer::setPreferences( IOService * props, OSDictionary * prefs ) function in class:IOFramebuffer
/macosx-10.10/WebKit-7600.1.25/win/WebCoreSupport/
H A DWebInspectorClient.cpp151 if (FAILED(frontendWebView->setPreferences(preferences.get())))
/macosx-10.10/IOGraphics-485/IOGraphicsFamily/IOKit/graphics/
H A DIOFramebufferPrivate.h276 static IOReturn setPreferences( IOService * props, OSDictionary * prefs );
/macosx-10.10/WebKit-7600.1.25/win/Interfaces/
H A DIWebView.idl507 @method setPreferences:
510 - (void)setPreferences: (WebPreferences *)prefs;
512 HRESULT setPreferences([in] IWebPreferences* prefs);
/macosx-10.10/WebKit-7600.1.25/mac/WebCoreSupport/
H A DWebInspectorClient.mm412 [_webView setPreferences:preferences];
/macosx-10.10/WebKit-7600.1.25/win/
H A DWebView.h236 virtual HRESULT STDMETHODCALLTYPE setPreferences(
H A DWebView.cpp3327 HRESULT STDMETHODCALLTYPE WebView::setPreferences(
/macosx-10.10/WebKit-7600.1.25/mac/WebView/
H A DWebView.mm5045 [result setPreferences:preferences];
5370 - (void)setPreferences:(WebPreferences *)prefs
5406 [self setPreferences:prefs];

Completed in 317 milliseconds