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

  /external/chromium_org/content/renderer/media/crypto/
pepper_cdm_wrapper_impl.cc 36 DCHECK(!plugin->isPlaceholder()); // Prevented by Blink.
  /external/chromium_org/third_party/WebKit/Source/web/
WebHelperPluginImpl.cpp 85 return !getPlugin()->isPlaceholder();
  /external/chromium_org/third_party/WebKit/Source/web/tests/
FakeWebPlugin.h 67 virtual bool isPlaceholder() OVERRIDE { return false; }
WebHelperPluginTest.cpp 26 virtual bool isPlaceholder() OVERRIDE { return true; }
  /external/chromium_org/third_party/WebKit/public/web/
WebPlugin.h 180 virtual bool isPlaceholder() { return true; }
  /external/chromium_org/content/renderer/pepper/
pepper_webplugin_impl.h 86 virtual bool isPlaceholder() OVERRIDE;
pepper_webplugin_impl.cc 279 bool PepperWebPluginImpl::isPlaceholder() { return false; }
  /external/chromium_org/chrome/browser/resources/options/
search_engine_manager_engine_list.js 102 this.isPlaceholder = true;
108 this.currentlyValid_ = !this.isPlaceholder;
124 if (!this.isPlaceholder) {
186 if (this.isPlaceholder) {
269 this.currentlyValid_ = !this.isPlaceholder;
  /external/chromium_org/content/shell/renderer/test_runner/
test_plugin.h 85 virtual bool isPlaceholder();
test_plugin.cc 314 bool TestPlugin::isPlaceholder() {
  /external/clang/lib/Sema/
SemaCast.cpp 111 bool isPlaceholder() const {
114 bool isPlaceholder(BuiltinType::Kind K) const {
134 if (!isPlaceholder() || isPlaceholder(BuiltinType::Overload))
539 else if (isPlaceholder())
699 else if (isPlaceholder())
812 if (ValueKind == VK_RValue && !isPlaceholder(BuiltinType::Overload))
    [all...]
  /external/chromium_org/content/renderer/npapi/
webplugin_impl.h 94 virtual bool isPlaceholder() OVERRIDE;
webplugin_impl.cc 475 bool WebPluginImpl::isPlaceholder() {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/elements/
StylesSidebarPane.js 690 styleRules.push({ isStyleSeparator: true, isPlaceholder: true });
    [all...]

Completed in 491 milliseconds