Searched refs:placeholder (Results 1 - 19 of 19) sorted by relevance

/external/iptables/include/linux/netfilter_ipv4/
H A Dipt_SAME.h14 u_int64_t placeholder; member in struct:ipt_same_info
H A Dipt_limit.h15 u_int64_t placeholder; member in struct:ipt_rateinfo
/external/iptables/include/linux/netfilter_ipv6/
H A Dip6t_limit.h15 u_int64_t placeholder; member in struct:ip6t_rateinfo
/external/webkit/WebCore/editing/
H A DInsertListCommand.cpp168 // When removing a list, we must always create a placeholder to act as a point of insertion
170 RefPtr<Element> placeholder = createBreakElement(document()); local
171 RefPtr<Element> nodeToInsert = placeholder;
176 appendNode(placeholder, nodeToInsert);
192 // between it and listNode. So, we split up to listNode before inserting the placeholder
200 VisiblePosition insertionPoint = VisiblePosition(Position(placeholder.get(), 0));
213 RefPtr<HTMLElement> placeholder = createBreakElement(document()); local
214 appendNode(placeholder, listItemElement);
239 // a placeholder and then recompute start and end.
240 RefPtr<Node> placeholder local
[all...]
H A DFormatBlockCommand.cpp111 RefPtr<Element> placeholder = createBreakElement(document()); local
124 appendNode(placeholder, blockNode);
126 VisiblePosition destination(Position(placeholder.get(), 0));
H A DInsertTextCommand.cpp127 Position placeholder; local
131 // If the caret is just before a placeholder, downstream will normalize the caret to it.
137 placeholder = downstream;
138 // Don't remove the placeholder yet, otherwise the block we're inserting into would collapse before
139 // we get a chance to insert into it. We check for a placeholder now, though, because doing so requires
162 if (placeholder.isNotNull())
163 removePlaceholderAt(placeholder);
168 if (placeholder.isNotNull())
169 removePlaceholderAt(placeholder);
H A DIndentOutdentCommand.cpp145 RefPtr<Element> placeholder = createBreakElement(document()); local
146 appendNode(placeholder, blockquote);
147 setEndingSelection(VisibleSelection(Position(placeholder.get(), 0), DOWNSTREAM));
235 RefPtr<Node> placeholder = createBreakElement(document()); local
236 insertNodeBefore(placeholder, splitBlockquoteNode);
237 moveParagraph(startOfParagraph(visibleStartOfParagraph), endOfParagraph(visibleEndOfParagraph), VisiblePosition(Position(placeholder.get(), 0)), true);
H A DDeleteSelectionCommand.cpp191 // and receive the placeholder after deletion.
543 // a placeholder, but not in this case.
613 // removals that it does cause the insertion of *another* placeholder.
682 // Apply style to the placeholder that is now holding open the empty paragraph.
689 // applyStyle can destroy the placeholder that was at m_endingPosition if it needs to
741 // Don't need a placeholder when deleting a selection that starts just before a table
759 // want to replace it with a placeholder BR!
776 RefPtr<Node> placeholder = m_needPlaceholder ? createBreakElement(document()).get() : 0; local
778 if (placeholder)
779 insertNodeAt(placeholder
[all...]
H A DCompositeEditCommand.cpp583 RefPtr<Node> placeholder = createBlockPlaceholderElement(document()); local
584 appendNode(placeholder, container);
585 return placeholder.release();
596 RefPtr<Node> placeholder = createBlockPlaceholderElement(document()); local
597 insertNodeAt(placeholder, pos);
598 return placeholder.release();
612 // append the placeholder to make sure it follows
621 // Assumes that the position is at a placeholder and does the removal without much checking.
799 // Deleting a paragraph will leave a placeholder. Remove it (and prune
809 // Normally deletion will leave a br as a placeholder
[all...]
H A DReplaceSelectionCommand.cpp700 // To avoid this, we add a placeholder node before the start of the paragraph.
702 RefPtr<Node> placeholder = createBreakElement(document()); local
703 insertNodeBefore(placeholder, startOfParagraphToMove.deepEquivalent().node());
704 destination = VisiblePosition(Position(placeholder.get(), 0));
807 // Insert content between the two blockquotes, but remove the br (since it was just a placeholder).
1060 // A br that was originally acting as a line break should still be acting as a line break, not as a placeholder.
/external/webkit/WebCore/html/
H A DHTMLTextAreaElement.idl34 attribute [ConvertNullToNullString, Reflect] DOMString placeholder;
H A DHTMLInputElement.idl46 attribute DOMString placeholder;
H A DHTMLInputElement.h153 virtual String placeholder() const;
H A DHTMLInputElement.cpp1873 String HTMLInputElement::placeholder() const function in class:WebCore::HTMLInputElement
/external/webkit/WebCore/css/
H A Dhtml.css387 input::-webkit-input-placeholder, isindex::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
H A Dwml.css139 input::-webkit-input-placeholder {
/external/protobuf/src/google/protobuf/
H A Ddescriptor.cc433 // Empty table, used with placeholder files.
1905 // on the DescriptorPool, this will generate a placeholder type if
1907 // placeholder_type parameter indicates what kind of placeholder should be
1925 // Like LookupSymbol() but will not return a placeholder even if
1931 // Creates a placeholder type suitable for return from LookupSymbol(). May
1935 // Creates a placeholder file. Never returns NULL. This is used when an
2395 // placeholder instead.
2432 tables_->AllocateString(*placeholder_full_name + ".placeholder.proto");
2503 FileDescriptor* placeholder = tables_->Allocate<FileDescriptor>(); local
2504 memset(placeholder,
[all...]
/external/libvpx/vp8/common/x86/
H A Dsubpixel_ssse3.asm1518 times 8 db 0, 0 ;placeholder
1527 times 8 db 0, 0 ;placeholder
1536 times 8 db 128, 0 ;placeholder
/external/webkit/WebCore/accessibility/
H A DAccessibilityRenderObject.cpp1082 const AtomicString& placeholder = getAttribute(placeholderAttr); local
1083 if (!placeholder.isEmpty())
1084 return placeholder;

Completed in 112 milliseconds