HomeSort by relevance Sort by last modified time
    Searched refs:loadManually (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/WebKit/public/web/
WebPluginParams.h 45 bool loadManually;
  /external/chromium_org/third_party/WebKit/Source/core/loader/
FrameLoaderClient.h 153 virtual PassRefPtr<Widget> createPlugin(HTMLPlugInElement*, const KURL&, const Vector<String>&, const Vector<String>&, const String&, bool loadManually, DetachedPluginPolicy) = 0;
  /external/chromium_org/third_party/WebKit/Source/web/
FrameLoaderClientImpl.cpp 645 bool loadManually,
656 params.loadManually = loadManually;
FrameLoaderClientImpl.h 124 const WTF::String&, bool loadManually, DetachedPluginPolicy) OVERRIDE;
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLPlugInElement.cpp 488 bool loadManually = document().isPluginDocument() && !document().containsPlugins();
490 widget = frame->loader().client()->createPlugin(this, url, paramNames, paramValues, mimeType, loadManually, policy);
  /external/chromium_org/content/renderer/pepper/
pepper_webplugin_impl.cc 61 full_frame_(params.loadManually),
  /external/chromium_org/content/renderer/npapi/
webplugin_impl.cc 542 load_manually_(params.loadManually),
    [all...]

Completed in 401 milliseconds