HomeSort by relevance Sort by last modified time
    Searched refs:placeholder (Results 1 - 24 of 24) sorted by null

  /external/iptables/include/linux/netfilter_ipv4/
ipt_SAME.h 14 u_int64_t placeholder; member in struct:ipt_same_info
ipt_limit.h 15 u_int64_t placeholder; member in struct:ipt_rateinfo
  /external/iptables/include/linux/netfilter_ipv6/
ip6t_limit.h 15 u_int64_t placeholder; member in struct:ip6t_rateinfo
  /external/webkit/WebCore/editing/
InsertListCommand.cpp 168 // 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 = insertBlockPlaceholder(start.deepEquivalent()) local
    [all...]
FormatBlockCommand.cpp 111 RefPtr<Element> placeholder = createBreakElement(document()); local
124 appendNode(placeholder, blockNode);
126 VisiblePosition destination(Position(placeholder.get(), 0));
InsertTextCommand.cpp 127 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);
IndentOutdentCommand.cpp 145 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);
DeleteSelectionCommand.cpp 191 // 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.
776 RefPtr<Node> placeholder = m_needPlaceholder ? createBreakElement(document()).get() : 0; local
    [all...]
CompositeEditCommand.cpp 583 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...]
ReplaceSelectionCommand.cpp 700 // 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));
    [all...]
  /external/webkit/WebCore/html/
HTMLTextAreaElement.idl 34 attribute [ConvertNullToNullString, Reflect] DOMString placeholder;
HTMLInputElement.idl 46 attribute DOMString placeholder;
HTMLInputElement.h 153 virtual String placeholder() const;
HTMLInputElement.cpp 1873 String HTMLInputElement::placeholder() const function in class:WebCore::HTMLInputElement
    [all...]
  /bionic/libc/netbsd/isc/
eventlib_p.h 180 struct { const void *placeholder; } null; member in struct:evEvent_p::__anon489::__anon496
  /external/webkit/WebCore/css/
html.css 387 input::-webkit-input-placeholder, isindex::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
wml.css 139 input::-webkit-input-placeholder {
  /packages/apps/Browser/src/com/android/browser/
Tab.java 706 final LinearLayout placeholder =
707 (LinearLayout)warningsView.findViewById(R.id.placeholder);
714 placeholder.addView(ll);
722 placeholder.addView(ll);
730 placeholder.addView(ll);
738 placeholder.addView(ll);
    [all...]
BrowserActivity.java 3152 final LinearLayout placeholder = local
3206 final LinearLayout placeholder = local
    [all...]
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/
UpdateChooserDialog.java 211 Label placeholder = new Label(mPackageRootComposite, SWT.NONE); local
212 placeholder.setLayoutData(new GridData(SWT.LEFT, SWT.CENTER, true, false, 1, 1));
  /external/protobuf/src/google/protobuf/
descriptor.cc 433 // Empty table, used with placeholder files.
2503 FileDescriptor* placeholder = tables_->Allocate<FileDescriptor>(); local
    [all...]
  /packages/apps/Gallery3D/src/com/cooliris/media/
GridDrawManager.java 193 Texture placeholder = (state == GridLayer.STATE_GRID_VIEW) ? drawables.mTexturePlaceholder : null; local
271 drawDisplayItem(view, gl, displayItem, texture, PASS_THUMBNAIL_CONTENT, placeholder,
    [all...]
  /external/libvpx/vp8/common/x86/
subpixel_ssse3.asm     [all...]
  /external/webkit/WebCore/accessibility/
AccessibilityRenderObject.cpp 1082 const AtomicString& placeholder = getAttribute(placeholderAttr); local
1083 if (!placeholder.isEmpty())
1084 return placeholder;
    [all...]

Completed in 534 milliseconds