HomeSort by relevance Sort by last modified time
    Searched defs:privateBrowsingEnabled (Results 1 - 5 of 5) sorted by null

  /external/webkit/WebCore/storage/
StorageAreaImpl.cpp 94 static bool privateBrowsingEnabled(Frame* frame)
103 return frame->page()->settings()->privateBrowsingEnabled();
137 if (privateBrowsingEnabled(frame)) {
167 if (privateBrowsingEnabled(frame))
189 if (privateBrowsingEnabled(frame))
  /external/webkit/WebKit/win/WebCoreSupport/
WebFrameLoaderClient.cpp 672 BOOL privateBrowsingEnabled = FALSE;
675 preferences->privateBrowsingEnabled(&privateBrowsingEnabled);
676 if (privateBrowsingEnabled)
    [all...]
  /external/webkit/WebCore/page/
Settings.h 165 bool privateBrowsingEnabled() const { return m_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/win/
WebPreferences.cpp 928 HRESULT STDMETHODCALLTYPE WebPreferences::privateBrowsingEnabled(
    [all...]

Completed in 94 milliseconds