/libcore/luni/src/main/java/libcore/io/ |
OsConstants.java | 38 public static final int AF_INET = placeholder(); 39 public static final int AF_INET6 = placeholder(); 40 public static final int AF_UNIX = placeholder(); 41 public static final int AF_UNSPEC = placeholder(); 42 public static final int AI_ADDRCONFIG = placeholder(); 43 public static final int AI_ALL = placeholder(); 44 public static final int AI_CANONNAME = placeholder(); 45 public static final int AI_NUMERICHOST = placeholder(); 46 public static final int AI_NUMERICSERV = placeholder(); 47 public static final int AI_PASSIVE = placeholder(); 757 private static int placeholder() { return 0; } method in class:OsConstants [all...] |
/external/chromium_org/third_party/WebKit/Source/core/html/shadow/ |
ShadowElementNames.h | 47 const AtomicString& placeholder();
|
DateTimeFieldElements.h | 54 static PassRefPtr<DateTimeDayFieldElement> create(Document&, FieldOwner&, const String& placeholder, const Range&); 57 DateTimeDayFieldElement(Document&, FieldOwner&, const String& placeholder, const Range&); 168 static PassRefPtr<DateTimeMonthFieldElement> create(Document&, FieldOwner&, const String& placeholder, const Range&); 171 DateTimeMonthFieldElement(Document&, FieldOwner&, const String& placeholder, const Range&); 233 String placeholder; member in struct:WebCore::FINAL::Parameters
|
DateTimeFieldElements.cpp | 81 DateTimeDayFieldElement::DateTimeDayFieldElement(Document& document, FieldOwner& fieldOwner, const String& placeholder, const Range& range) 82 : DateTimeNumericFieldElement(document, fieldOwner, range, Range(1, 31), placeholder) 86 PassRefPtr<DateTimeDayFieldElement> DateTimeDayFieldElement::create(Document& document, FieldOwner& fieldOwner, const String& placeholder, const Range& range) 89 RefPtr<DateTimeDayFieldElement> field = adoptRef(new DateTimeDayFieldElement(document, fieldOwner, placeholder.isEmpty() ? "--" : placeholder, range)); 406 DateTimeMonthFieldElement::DateTimeMonthFieldElement(Document& document, FieldOwner& fieldOwner, const String& placeholder, const Range& range) 407 : DateTimeNumericFieldElement(document, fieldOwner, range, Range(1, 12), placeholder) 411 PassRefPtr<DateTimeMonthFieldElement> DateTimeMonthFieldElement::create(Document& document, FieldOwner& fieldOwner, const String& placeholder, const Range& range) 414 RefPtr<DateTimeMonthFieldElement> field = adoptRef(new DateTimeMonthFieldElement(document, fieldOwner, placeholder.isEmpty() ? "--" : placeholder, range)) [all...] |
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
RenderFullScreen.h | 41 RenderBlock* placeholder() { return m_placeholder; } function in class:WebCore::FINAL
|
RenderFullScreen.cpp | 162 if (placeholder()) 163 placeholder()->remove(); 168 void RenderFullScreen::setPlaceholder(RenderBlock* placeholder) 170 m_placeholder = placeholder;
|
/external/chromium_org/tools/grit/grit/gather/ |
policy_json.py | 28 def _ParsePlaceholder(self, placeholder, msg): 29 '''Extracts a placeholder from a DOM node and adds it to a tclib Message. 32 placeholder: A DOM node of the form: 33 <ph name="PLACEHOLDER_NAME">Placeholder text<ex>Example value</ex></ph> 34 msg: The placeholder is added to this message. 38 for node1 in placeholder.childNodes: 46 raise Exception('Unexpected element inside a placeholder: ' + 51 msg.AppendPlaceholder(tclib.Placeholder( 52 placeholder.attributes['name'].value,
|
/external/chromium_org/tools/grit/grit/ |
tclib.py | 45 for placeholder in placeholders: 46 tag_map[placeholder.GetPresentation()] = [placeholder, 0] 61 tag_map[chunk][1] += 1 # increase placeholder use count 84 if isinstance(part, Placeholder): 90 def AppendPlaceholder(self, placeholder): 91 assert isinstance(placeholder, Placeholder) 94 if other.presentation == placeholder.presentation: 95 assert other.original == placeholder.origina [all...] |
/packages/apps/Browser/src/com/android/browser/ |
PageDialogsHandler.java | 345 final LinearLayout placeholder = local 346 (LinearLayout)certificateView.findViewById(com.android.internal.R.id.placeholder); 353 LinearLayout table = (LinearLayout)factory.inflate(R.layout.ssl_success, placeholder); 359 addError(factory, placeholder, R.string.ssl_untrusted); 362 addError(factory, placeholder, R.string.ssl_mismatch); 365 addError(factory, placeholder, R.string.ssl_expired); 368 addError(factory, placeholder, R.string.ssl_not_yet_valid); 371 addError(factory, placeholder, R.string.ssl_date_invalid); 374 addError(factory, placeholder, R.string.ssl_invalid); 381 if (placeholder.getChildCount() == 0) [all...] |
/external/chromium_org/chrome/common/extensions/docs/examples/api/infobars/sandwichbar/ |
infobar.js | 8 // Replace the placeholder text with the actual count.
|
/external/chromium_org/tools/gyp/test/assembly/src/ |
override_asm.asm | 5 ; This is a placeholder. It should not be referenced if overrides work
|
/external/markdown/markdown/extensions/ |
fenced_code.py | 96 placeholder = self.markdown.htmlStash.store(code, safe=True) 97 text = '%s\n%s\n%s'% (text[:m.start()], placeholder, text[m.end():])
|
/packages/apps/Camera2/src/com/android/camera/app/ |
PlaceholderManager.java | 36 public static final String PLACEHOLDER_MIME_TYPE = "application/placeholder-image"; 133 public Session insertPlaceholder(String title, byte[] placeholder, long timestamp) { 134 if (title == null || placeholder == null) { 141 BitmapFactory.decodeByteArray(placeholder, 0, placeholder.length, options); 151 placeholder, width, height, PLACEHOLDER_MIME_TYPE);
|
/external/chromium_org/chrome/browser/ui/views/autofill/ |
decorated_textfield.h | 28 const base::string16& placeholder, 87 // pieces of the textfield disappear (border, background, icon, placeholder
|
/external/chromium_org/chrome/common/extensions/docs/examples/api/fontSettings/css/ |
chrome_shared.css | 93 /* WebKit does not honor alignment for text specified via placeholder attribute. 97 html[dir='rtl'] input.weakrtl::-webkit-input-placeholder, 98 html[dir='rtl'] .weakrtl input::-webkit-input-placeholder {
|
/external/chromium_org/chrome/third_party/chromevox/chromevox/background/ |
chrome_shared2.css | 95 /* WebKit does not honor alignment for text specified via placeholder attribute. 99 html[dir='rtl'] input.weakrtl::-webkit-input-placeholder, 100 html[dir='rtl'] .weakrtl input::-webkit-input-placeholder {
|
/external/chromium_org/ui/webui/resources/css/ |
chrome_shared.css | 99 /* WebKit does not honor alignment for text specified via placeholder attribute. 103 html[dir='rtl'] input.weakrtl::-webkit-input-placeholder, 104 html[dir='rtl'] .weakrtl input::-webkit-input-placeholder {
|
/external/chromium_org/third_party/WebKit/Source/core/html/forms/ |
TextFieldInputType.cpp | 476 HTMLElement* placeholder = element().placeholderElement(); 479 if (placeholder) 480 placeholder->remove(ASSERT_NO_EXCEPTION); 483 if (!placeholder) { 485 placeholder = newElement.get(); 486 placeholder->setPseudo(AtomicString("-webkit-input-placeholder", AtomicString::ConstructFromLiteral)); 487 placeholder->setAttribute(idAttr, ShadowElementNames::placeholder()); 490 previous->parentNode()->insertBefore(placeholder, previous->nextSibling()) [all...] |
/external/chromium_org/third_party/WebKit/Source/core/editing/ |
InsertTextCommand.cpp | 155 Position placeholder; local 159 // If the caret is just before a placeholder, downstream will normalize the caret to it. 165 placeholder = downstream; 166 // Don't remove the placeholder yet, otherwise the block we're inserting into would collapse before 167 // we get a chance to insert into it. We check for a placeholder now, though, because doing so requires 190 if (placeholder.isNotNull()) 191 removePlaceholderAt(placeholder); 198 if (placeholder.isNotNull()) 199 removePlaceholderAt(placeholder);
|
InsertListCommand.cpp | 277 // When removing a list, we must always create a placeholder to act as a point of insertion 279 RefPtr<Element> placeholder = createBreakElement(document()); local 280 RefPtr<Element> nodeToInsert = placeholder; 285 appendNode(placeholder, nodeToInsert); 301 // between it and listNode. So, we split up to listNode before inserting the placeholder 309 VisiblePosition insertionPoint = VisiblePosition(positionBeforeNode(placeholder.get())); 342 RefPtr<HTMLElement> placeholder = createBreakElement(document()); local 343 appendNode(placeholder, listItemElement); 361 // a placeholder and then recompute start and end. 362 RefPtr<Node> placeholder = insertBlockPlaceholder(start.deepEquivalent()) local [all...] |
/external/chromium_org/third_party/WebKit/Source/core/html/ |
HTMLTextAreaElement.cpp | 513 HTMLElement* placeholder = placeholderElement(); local 516 if (placeholder) 517 userAgentShadowRoot()->removeChild(placeholder); 520 if (!placeholder) { 522 placeholder = newElement.get(); 523 placeholder->setPseudo(AtomicString("-webkit-input-placeholder", AtomicString::ConstructFromLiteral)); 524 placeholder->setAttribute(idAttr, ShadowElementNames::placeholder()); 525 userAgentShadowRoot()->insertBefore(placeholder, innerTextElement()->nextSibling()) [all...] |
/external/chromium_org/tools/grit/grit/extern/ |
tclib.py | 56 # The Placeholder class represents a placeholder in a message. 58 class Placeholder(object): 86 if type(other) is not Placeholder: 111 # placeholders = [Placeholder("NUM_BUGS", "%d", "33")], 123 # Append a placeholder to the message 124 def AppendPlaceholder(self, placeholder): 125 if not isinstance(placeholder, Placeholder): 126 raise MessageTranslationError, ("Invalid message placeholder %s in [all...] |
/external/chromium_org/chromeos/network/onc/ |
onc_utils_unittest.cc | 61 virtual bool GetSubstitute(const std::string& placeholder, 63 if (placeholder == ::onc::substitutes::kLoginIDField) 65 else if (placeholder ==::onc::substitutes::kEmailField)
|
/packages/apps/UnifiedEmail/src/com/android/mail/bitmap/ |
AttachmentGridDrawable.java | 38 public AttachmentGridDrawable(Resources res, Drawable placeholder, Drawable progress) { 41 mPlaceholder = placeholder;
|
/external/chromium_org/chrome/renderer/ |
chrome_content_renderer_client.cc | 461 ChromePluginPlaceholder* placeholder = local 463 return placeholder->plugin(); 497 ChromePluginPlaceholder* placeholder = NULL; local 519 placeholder = ChromePluginPlaceholder::CreateMissingPlugin( 633 placeholder = ChromePluginPlaceholder::CreateBlockedPlugin( 655 placeholder = ChromePluginPlaceholder::CreateBlockedPlugin( 664 placeholder->set_blocked_for_prerendering(true); 665 placeholder->set_allow_loading(true); 674 placeholder = ChromePluginPlaceholder::CreateBlockedPlugin( 690 placeholder = ChromePluginPlaceholder::CreateBlockedPlugin [all...] |