Searched defs:isPlaceholder (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/public/web/
H A DWebPlugin.h180 virtual bool isPlaceholder() { return true; } function in class:blink::WebPlugin
/external/chromium_org/content/renderer/pepper/
H A Dpepper_webplugin_impl.cc279 bool PepperWebPluginImpl::isPlaceholder() { return false; } function in class:content::PepperWebPluginImpl
/external/chromium_org/content/shell/renderer/test_runner/
H A Dtest_plugin.cc314 bool TestPlugin::isPlaceholder() { function in class:content::TestPlugin
/external/chromium_org/content/renderer/npapi/
H A Dwebplugin_impl.cc475 bool WebPluginImpl::isPlaceholder() { function in class:content::WebPluginImpl
/external/clang/lib/Sema/
H A DSemaCast.cpp111 bool isPlaceholder() const { function in struct:__anon18003::CastOperation
114 bool isPlaceholder(BuiltinType::Kind K) const { function in struct:__anon18003::CastOperation
134 if (!isPlaceholder() || isPlaceholder(BuiltinType::Overload))
539 else if (isPlaceholder())
699 else if (isPlaceholder())
812 if (ValueKind == VK_RValue && !isPlaceholder(BuiltinType::Overload))
851 if (isPlaceholder()) {
877 !isPlaceholder(BuiltinType::Overload)) {
2004 if (isPlaceholder()) {
[all...]

Completed in 523 milliseconds