Searched refs:isPrivateBrowsingEnabled (Results 1 - 19 of 19) sorted by relevance

/macosx-10.10/WebKit2-7600.1.25/PluginProcess/
H A DPluginCreationParameters.cpp39 , isPrivateBrowsingEnabled(false)
53 encoder << isPrivateBrowsingEnabled; local
76 if (!decoder.decode(result.isPrivateBrowsingEnabled))
H A DPluginCreationParameters.h62 bool isPrivateBrowsingEnabled; member in struct:WebKit::PluginCreationParameters
H A DPluginControllerProxy.cpp61 , m_isPrivateBrowsingEnabled(creationParameters.isPrivateBrowsingEnabled)
373 bool PluginControllerProxy::isPrivateBrowsingEnabled() function in class:WebKit::PluginControllerProxy
596 void PluginControllerProxy::privateBrowsingStateChanged(bool isPrivateBrowsingEnabled) argument
598 m_isPrivateBrowsingEnabled = isPrivateBrowsingEnabled;
600 m_plugin->privateBrowsingStateChanged(isPrivateBrowsingEnabled);
H A DPluginControllerProxy.h112 virtual bool isPrivateBrowsingEnabled() override;
/macosx-10.10/WebCore-7600.1.25/loader/icon/wince/
H A DIconDatabaseWinCE.cpp72 bool IconDatabase::isPrivateBrowsingEnabled() const { return false; } function in class:WebCore::IconDatabase
/macosx-10.10/WebKit-7600.1.25/mac/Plugins/Hosted/
H A DNetscapePluginHostManager.h47 PassRefPtr<NetscapePluginInstanceProxy> instantiatePlugin(const String& pluginPath, cpu_type_t pluginArchitecture, const String& bundleIdentifier, WebHostedNetscapePluginView *, NSString *mimeType, NSArray *attributeKeys, NSArray *attributeValues, NSString *userAgent, NSURL *sourceURL, bool fullFrame, bool isPrivateBrowsingEnabled, bool isAcceleratedCompositingEnabled, bool hostLayersInWindowServer);
H A DNetscapePluginHostManager.mm217 PassRefPtr<NetscapePluginInstanceProxy> NetscapePluginHostManager::instantiatePlugin(const String& pluginPath, cpu_type_t pluginArchitecture, const String& bundleIdentifier, WebHostedNetscapePluginView *pluginView, NSString *mimeType, NSArray *attributeKeys, NSArray *attributeValues, NSString *userAgent, NSURL *sourceURL, bool fullFrame, bool isPrivateBrowsingEnabled, bool isAcceleratedCompositingEnabled, bool hostLayersInWindowServer)
241 [properties.get() setObject:[NSNumber numberWithBool:isPrivateBrowsingEnabled] forKey:@"privateBrowsingEnabled"];
H A DNetscapePluginInstanceProxy.h173 void privateBrowsingModeDidChange(bool isPrivateBrowsingEnabled);
H A DNetscapePluginInstanceProxy.mm1659 void NetscapePluginInstanceProxy::privateBrowsingModeDidChange(bool isPrivateBrowsingEnabled)
1661 _WKPHPluginInstancePrivateBrowsingModeDidChange(m_pluginHostProxy->port(), m_pluginID, isPrivateBrowsingEnabled);
/macosx-10.10/WebKit2-7600.1.25/WebProcess/Plugins/
H A DPluginController.h128 virtual bool isPrivateBrowsingEnabled() = 0;
H A DPluginProxy.cpp106 m_pendingPluginCreationParameters->isPrivateBrowsingEnabled = controller()->isPrivateBrowsingEnabled();
525 void PluginProxy::privateBrowsingStateChanged(bool isPrivateBrowsingEnabled) argument
527 m_connection->connection()->send(Messages::PluginControllerProxy::PrivateBrowsingStateChanged(isPrivateBrowsingEnabled), m_pluginInstanceID);
H A DPluginView.h210 virtual bool isPrivateBrowsingEnabled() override;
H A DPluginView.cpp1558 bool PluginView::isPrivateBrowsingEnabled() function in class:WebKit::PluginView
/macosx-10.10/WebCore-7600.1.25/loader/icon/
H A DIconDatabase.h99 bool isPrivateBrowsingEnabled() const;
H A DIconDatabase.cpp730 bool IconDatabase::isPrivateBrowsingEnabled() const function in class:WebCore::IconDatabase
/macosx-10.10/WebKit-7600.1.25/mac/Plugins/
H A DWebBaseNetscapePluginView.mm639 BOOL isPrivateBrowsingEnabled = [preferences privateBrowsingEnabled];
640 if (isPrivateBrowsingEnabled != _isPrivateBrowsingEnabled) {
641 _isPrivateBrowsingEnabled = isPrivateBrowsingEnabled;
/macosx-10.10/WebKit2-7600.1.25/WebProcess/Plugins/Netscape/
H A DNetscapePlugin.h105 bool isPrivateBrowsingEnabled();
H A DNetscapePlugin.cpp252 bool NetscapePlugin::isPrivateBrowsingEnabled() function in class:WebKit::NetscapePlugin
254 return controller()->isPrivateBrowsingEnabled();
H A DNetscapeBrowserFuncs.cpp442 *(NPBool*)value = plugin->isPrivateBrowsingEnabled();

Completed in 214 milliseconds