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

  /external/webkit/Source/WebCore/editing/
InsertTextCommand.cpp 123 Position placeholder; local
127 // If the caret is just before a placeholder, downstream will normalize the caret to it.
133 placeholder = downstream;
134 // Don't remove the placeholder yet, otherwise the block we're inserting into would collapse before
135 // we get a chance to insert into it. We check for a placeholder now, though, because doing so requires
158 if (placeholder.isNotNull())
159 removePlaceholderAt(placeholder);
166 if (placeholder.isNotNull())
167 removePlaceholderAt(placeholder);
ApplyBlockElementCommand.cpp 103 RefPtr<Element> placeholder = createBreakElement(document()); local
104 appendNode(placeholder, blockquote);
105 setEndingSelection(VisibleSelection(positionBeforeNode(placeholder.get()), DOWNSTREAM));
IndentOutdentCommand.cpp 177 RefPtr<Node> placeholder = createBreakElement(document()); local
178 insertNodeBefore(placeholder, splitBlockquoteNode);
179 moveParagraph(startOfParagraph(visibleStartOfParagraph), endOfParagraph(visibleEndOfParagraph), positionBeforeNode(placeholder.get()), true);
InsertListCommand.cpp 273 // When removing a list, we must always create a placeholder to act as a point of insertion
275 RefPtr<Element> placeholder = createBreakElement(document()); local
276 RefPtr<Element> nodeToInsert = placeholder;
281 appendNode(placeholder, nodeToInsert);
297 // between it and listNode. So, we split up to listNode before inserting the placeholder
305 VisiblePosition insertionPoint = VisiblePosition(positionBeforeNode(placeholder.get()));
338 RefPtr<HTMLElement> placeholder = createBreakElement(document()); local
339 appendNode(placeholder, listItemElement);
357 // a placeholder and then recompute start and end.
358 RefPtr<Node> placeholder = insertBlockPlaceholder(start.deepEquivalent()) local
    [all...]
DeleteSelectionCommand.cpp 201 // and receive the placeholder after deletion.
384 // Make sure empty cell has some height, if a placeholder can be inserted.
576 // a placeholder, but not in this case.
646 // removals that it does cause the insertion of *another* placeholder.
810 RefPtr<Node> placeholder = m_needPlaceholder ? createBreakElement(document()).get() : 0; local
    [all...]
CompositeEditCommand.cpp 635 RefPtr<Node> placeholder = createBlockPlaceholderElement(document()); local
636 appendNode(placeholder, container);
637 return placeholder.release();
648 RefPtr<Node> placeholder = createBlockPlaceholderElement(document()); local
649 insertNodeAt(placeholder, pos);
650 return placeholder.release();
664 // append the placeholder to make sure it follows
673 // Assumes that the position is at a placeholder and does the removal without much checking.
830 // Deleting a paragraph will leave a placeholder. Remove it (and prune
840 // Normally deletion will leave a br as a placeholder
    [all...]
ReplaceSelectionCommand.cpp 113 // If we're already on a break, it's probably a placeholder and we shouldn't change our position.
741 // To avoid this, we add a placeholder node before the start of the paragraph.
743 RefPtr<Node> placeholder = createBreakElement(document()); local
744 insertNodeBefore(placeholder, startOfParagraphToMove.deepEquivalent().deprecatedNode());
745 destination = VisiblePosition(positionBeforeNode(placeholder.get()));
    [all...]
  /external/webkit/Source/WebKit/chromium/src/
WebInputElement.cpp 113 WebString WebInputElement::placeholder() const function in class:WebKit::WebInputElement
115 return constUnwrap<HTMLInputElement>()->placeholder();
  /external/chromium/chrome/common/extensions/
extension_message_bundle.cc 178 DictionaryValue* placeholder; local
183 &placeholder)) {
184 *error = base::StringPrintf("Invalid placeholder %s for key %s",
190 if (!placeholder->GetString(kContentKey, &content)) {
  /external/clang/test/CXX/temp/temp.decls/temp.variadic/
example-bind.cpp 332 template<int N> struct placeholder { }; struct
334 struct is_placeholder<placeholder<N>> {
345 placeholder<1> _1;
  /packages/apps/Browser/src/com/android/browser/
PageDialogsHandler.java 346 final LinearLayout placeholder = local
347 (LinearLayout)certificateView.findViewById(com.android.internal.R.id.placeholder);
354 LinearLayout table = (LinearLayout)factory.inflate(R.layout.ssl_success, placeholder);
360 addError(factory, placeholder, R.string.ssl_untrusted);
363 addError(factory, placeholder, R.string.ssl_mismatch);
366 addError(factory, placeholder, R.string.ssl_expired);
369 addError(factory, placeholder, R.string.ssl_not_yet_valid);
372 addError(factory, placeholder, R.string.ssl_date_invalid);
375 addError(factory, placeholder, R.string.ssl_invalid);
382 if (placeholder.getChildCount() == 0)
    [all...]
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/
SdkUpdaterChooserDialog.java 213 Label placeholder = new Label(mPackageRootComposite, SWT.NONE); local
214 placeholder.setLayoutData(new GridData(SWT.LEFT, SWT.CENTER, true, false, 1, 1));
  /bionic/libc/netbsd/isc/
eventlib_p.h 180 struct { const void *placeholder; } null; member in struct:evEvent_p::__anon601::__anon608
  /external/webkit/Source/WebCore/accessibility/
AccessibilityObject.cpp 986 const AtomicString& placeholder = getAttribute(placeholderAttr); local
    [all...]
  /external/webkit/Source/WebCore/html/
HTMLInputElement.cpp 964 String HTMLInputElement::placeholder() const function in class:WebCore::HTMLInputElement
    [all...]
  /external/protobuf/src/google/protobuf/
descriptor.cc 433 // Empty table, used with placeholder files.
2503 FileDescriptor* placeholder = tables_->Allocate<FileDescriptor>(); local
    [all...]
  /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();
719 private static int placeholder() { return 0; } method in class:OsConstants
    [all...]
  /prebuilts/tools/common/lombok-ast/
lombok-ast-0.2.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 

Completed in 711 milliseconds