Searched refs:isPlaceholder (Results 1 - 21 of 21) sorted by relevance

/external/chromium_org/chrome/common/extensions/docs/examples/extensions/plugin_settings/options/js/
H A Dinline_editable_list.js142 if (this.isPlaceholder)
171 get isPlaceholder() {
174 set isPlaceholder(isPlaceholder) {
175 this.isPlaceholder_ = isPlaceholder;
176 if (isPlaceholder)
214 * isPlaceholder is not true.
222 if (!this.isPlaceholder) {
233 if (!this.isPlaceholder) {
266 if (!staticLabel && !this.isPlaceholder)
[all...]
/external/chromium_org/chrome/browser/resources/options/
H A Dinline_editable_list.js149 if (this.isPlaceholder)
190 get isPlaceholder() {
193 set isPlaceholder(isPlaceholder) {
194 this.isPlaceholder_ = isPlaceholder;
195 if (isPlaceholder)
233 * isPlaceholder is not true.
242 if (!this.isPlaceholder) {
253 if (!this.isPlaceholder) {
305 if (!staticLabel && !this.isPlaceholder)
[all...]
H A Dbrowser_options_startup_page_list.js49 this.isPlaceholder = true;
59 if (!this.isPlaceholder) {
86 if (!this.isPlaceholder)
107 if (this.isPlaceholder)
214 dropTarget == this.draggedItem || dropTarget.isPlaceholder) {
H A Dsearch_engine_manager_engine_list.js102 this.isPlaceholder = true;
108 this.currentlyValid_ = !this.isPlaceholder;
124 if (!this.isPlaceholder) {
186 if (this.isPlaceholder) {
269 this.currentlyValid_ = !this.isPlaceholder;
H A Dautofill_options_list.js140 this.isPlaceholder = !this.value;
147 if (this.isPlaceholder) {
207 if (this.isPlaceholder) {
217 if (!this.isPlaceholder)
253 this.isPlaceholder = !this.first && !this.middle && !this.last;
271 if (this.isPlaceholder) {
H A Dlanguage_dictionary_overlay_word_list.js41 this.isPlaceholder = true;
52 if (this.isPlaceholder) {
H A Dcontent_settings_exceptions_area.js45 this.isPlaceholder = !this.pattern;
/external/chromium_org/content/renderer/media/crypto/
H A Dpepper_cdm_wrapper_impl.cc36 DCHECK(!plugin->isPlaceholder()); // Prevented by Blink.
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebHelperPluginImpl.cpp85 return !getPlugin()->isPlaceholder();
/external/chromium_org/third_party/WebKit/Source/web/tests/
H A DFakeWebPlugin.h67 virtual bool isPlaceholder() OVERRIDE { return false; }
H A DWebHelperPluginTest.cpp26 virtual bool isPlaceholder() OVERRIDE { return true; }
/external/chromium_org/content/renderer/pepper/
H A Dpepper_webplugin_impl.h86 virtual bool isPlaceholder() OVERRIDE;
H A Dpepper_webplugin_impl.cc279 bool PepperWebPluginImpl::isPlaceholder() { return false; } function in class:content::PepperWebPluginImpl
/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/shell/renderer/test_runner/
H A Dtest_plugin.h85 virtual bool isPlaceholder();
H A Dtest_plugin.cc314 bool TestPlugin::isPlaceholder() { function in class:content::TestPlugin
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/plugin_settings/js/
H A Drule_list.js106 this.isPlaceholder = !this.pattern;
/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...]
/external/chromium_org/content/renderer/npapi/
H A Dwebplugin_impl.h94 virtual bool isPlaceholder() OVERRIDE;
H A Dwebplugin_impl.cc475 bool WebPluginImpl::isPlaceholder() { function in class:content::WebPluginImpl
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/elements/
H A DStylesSidebarPane.js690 styleRules.push({ isStyleSeparator: true, isPlaceholder: true });
835 if (styleRule.isPlaceholder) {

Completed in 447 milliseconds