HomeSort by relevance Sort by last modified time
    Searched refs:privateBrowsingEnabled (Results 1 - 25 of 27) sorted by null

1 2

  /external/webkit/WebCore/storage/
StorageAreaImpl.cpp 94 static bool privateBrowsingEnabled(Frame* frame)
107 return frame->page()->settings()->privateBrowsingEnabled();
141 if (privateBrowsingEnabled(frame)) {
171 if (privateBrowsingEnabled(frame))
193 if (privateBrowsingEnabled(frame))
  /external/webkit/WebKit/mac/WebView/
WebPreferences.h 364 @method privateBrowsingEnabled
366 - (BOOL)privateBrowsingEnabled;
WebPreferences.mm 724 - (BOOL)privateBrowsingEnabled
    [all...]
  /external/webkit/WebCore/loader/
HistoryController.cpp 226 page->setGlobalHistoryItem((!settings || settings->privateBrowsingEnabled()) ? 0 : targetItem);
292 bool needPrivacy = !settings || settings->privateBrowsingEnabled();
329 bool needPrivacy = !settings || settings->privateBrowsingEnabled();
380 bool needPrivacy = !settings || settings->privateBrowsingEnabled();
416 if (!settings || settings->privateBrowsingEnabled())
ResourceLoader.cpp 466 if (policy == StorageAllowed && m_frame->settings()->privateBrowsingEnabled())
DocLoader.cpp 287 if (!settings || settings->privateBrowsingEnabled())
FrameLoader.cpp     [all...]
  /external/webkit/WebKitTools/DumpRenderTree/wx/
LayoutTestControllerWx.cpp 163 void LayoutTestController::setPrivateBrowsingEnabled(bool privateBrowsingEnabled)
  /external/webkit/WebCore/page/
Settings.cpp 298 void Settings::setPrivateBrowsingEnabled(bool privateBrowsingEnabled)
300 m_privateBrowsingEnabled = privateBrowsingEnabled;
Settings.h 165 bool privateBrowsingEnabled() const { return m_privateBrowsingEnabled; }
PageGroup.cpp 152 if (p->settings()->privateBrowsingEnabled())
  /external/webkit/WebKit/mac/Plugins/Hosted/
WebKitPluginHost.defs 241 privateBrowsingEnabled :boolean_t);
  /external/webkit/WebKit/win/WebCoreSupport/
WebFrameLoaderClient.cpp 672 BOOL privateBrowsingEnabled = FALSE;
675 preferences->privateBrowsingEnabled(&privateBrowsingEnabled);
676 if (privateBrowsingEnabled)
    [all...]
  /external/webkit/WebKit/win/Interfaces/
IWebPreferences.idl 142 HRESULT privateBrowsingEnabled([out, retval] BOOL* enabled);
  /external/webkit/WebKit/mac/Misc/
WebIconDatabase.mm 296 iconDatabase()->setPrivateBrowsingEnabled([[WebPreferences standardPreferences] privateBrowsingEnabled]);
359 BOOL privateBrowsingEnabledNow = [[WebPreferences standardPreferences] privateBrowsingEnabled];
  /external/webkit/WebKitTools/DumpRenderTree/mac/
LayoutTestControllerMac.mm 317 void LayoutTestController::setPrivateBrowsingEnabled(bool privateBrowsingEnabled)
319 [[[mainFrame webView] preferences] setPrivateBrowsingEnabled:privateBrowsingEnabled];
  /external/webkit/WebKitTools/DumpRenderTree/TestNetscapePlugIn.subproj/
PluginObject.cpp 148 "privateBrowsingEnabled",
266 NPBool privateBrowsingEnabled = FALSE;
267 browser->getvalue(plugin->npp, NPNVprivateModeBool, &privateBrowsingEnabled);
268 BOOLEAN_TO_NPVARIANT(privateBrowsingEnabled, *result);
    [all...]
  /external/webkit/WebKit/mac/Plugins/
WebBaseNetscapePluginView.mm 620 _isPrivateBrowsingEnabled = [[[self webView] preferences] privateBrowsingEnabled];
718 BOOL isPrivateBrowsingEnabled = [preferences privateBrowsingEnabled];
  /external/webkit/WebKit/win/
WebPreferences.h 193 virtual HRESULT STDMETHODCALLTYPE privateBrowsingEnabled(
WebPreferences.cpp 928 HRESULT STDMETHODCALLTYPE WebPreferences::privateBrowsingEnabled(
    [all...]
  /external/webkit/WebCore/loader/appcache/
ApplicationCacheGroup.cpp 179 if (!frame->settings() || frame->settings()->privateBrowsingEnabled()) {
401 if (!frame->settings() || frame->settings()->privateBrowsingEnabled()) {
    [all...]
  /external/webkit/WebKitTools/DumpRenderTree/win/
LayoutTestControllerWin.cpp 345 void LayoutTestController::setPrivateBrowsingEnabled(bool privateBrowsingEnabled)
355 preferences->setPrivateBrowsingEnabled(privateBrowsingEnabled);
    [all...]
  /external/webkit/WebCore/bindings/js/
JSDOMBinding.cpp 762 if (settings->privateBrowsingEnabled())
  /external/webkit/WebCore/rendering/
RenderTextControlSingleLine.cpp 88 if (!settings || settings->privateBrowsingEnabled())
  /external/webkit/WebCore/dom/
Document.cpp     [all...]

Completed in 295 milliseconds

1 2