Home
last modified time | relevance | path

Searched refs:isPlaceholder (Results 1 – 7 of 7) sorted by relevance

/external/chromium/chrome/browser/resources/options/
Dinline_editable_list.js168 get isPlaceholder() { getter in InlineEditableItem
171 set isPlaceholder(isPlaceholder) { argument
172 this.isPlaceholder_ = isPlaceholder;
173 if (isPlaceholder)
219 if (!this.isPlaceholder) {
230 if (!this.isPlaceholder) {
249 if (!staticLabel && !this.isPlaceholder)
253 this.isPlaceholder ? '' : staticLabel.textContent;
Dbrowser_options_startup_page_list.js49 this.isPlaceholder = true;
58 if (!this.isPlaceholder) {
102 if (this.isPlaceholder)
Dsearch_engine_manager_engine_list.js77 this.isPlaceholder = true;
83 this.currentlyValid_ = !this.isPlaceholder;
144 if (this.isPlaceholder) {
209 this.currentlyValid_ = !this.isPlaceholder;
Dautofill_options_list.js105 this.isPlaceholder = !this.value;
Dcontent_settings_exceptions_area.js42 this.isPlaceholder = !this.pattern;
/external/clang/lib/Sema/
DSemaCast.cpp109 bool isPlaceholder() const { in isPlaceholder() function
112 bool isPlaceholder(BuiltinType::Kind K) const { in isPlaceholder() function
132 if (!isPlaceholder() || isPlaceholder(BuiltinType::Overload)) in checkNonOverloadPlaceholders()
535 else if (isPlaceholder()) in CheckDynamicCast()
669 else if (isPlaceholder()) in CheckConstCast()
687 if (ValueKind == VK_RValue && !isPlaceholder(BuiltinType::Overload)) in CheckReinterpretCast()
723 if (isPlaceholder()) { in CheckStaticCast()
749 !isPlaceholder(BuiltinType::Overload)) { in CheckStaticCast()
1767 if (isPlaceholder()) { in CheckCXXCStyleCast()
1810 !isPlaceholder(BuiltinType::Overload)) { in CheckCXXCStyleCast()
/external/chromium/chrome/browser/ui/cocoa/tabs/
Dtab_strip_controller.mm886 BOOL isPlaceholder = [[tab view] isEqual:placeholderTab_];
902 if (isPlaceholder) {