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

  /external/chromium_org/content/test/plugin/
plugin_windowless_test.cc 91 NPBool supports_windowless = 0; local
93 &supports_windowless);
94 if ((result != NPERR_NO_ERROR) || (!supports_windowless)) {
  /external/chromium_org/content/child/npapi/
plugin_host.cc 753 NPBool* supports_windowless = reinterpret_cast<NPBool*>(value); local
754 *supports_windowless = true;
    [all...]

Completed in 386 milliseconds