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

  /external/chromium_org/third_party/WebKit/public/web/
WebPluginParams.h 45 bool loadManually;
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLPlugInImageElement.cpp 264 bool loadManually = document()->isPluginDocument() && !frame->loader()->containsPlugins() && toPluginDocument(document())->shouldLoadPluginManually();
265 RefPtr<Widget> widget = frame->loader()->client()->createPlugin(contentSize, this, url, paramNames, paramValues, mimeType, loadManually);

Completed in 399 milliseconds