/external/webkit/WebCore/dom/ |
NodeIterator.idl | 27 readonly attribute Node root;
|
TreeWalker.idl | 27 readonly attribute Node root;
|
/external/webkit/WebCore/editing/ |
EditCommand.cpp | 165 Element* root = s.rootEditableElement(); local 168 cmd->m_startingRootEditableElement = root; 176 Element* root = s.rootEditableElement(); local 179 cmd->m_endingRootEditableElement = root;
|
VisibleSelection.cpp | 475 // If the start is outside the base's editable root, cap it at the start of that root. 476 // If the start is in non-editable content that is inside the base's editable root, put it 477 // at the first editable position after start inside the base's editable root. 486 // If the end is outside the base's editable root, cap it at the end of that root. 487 // If the end is in non-editable content that is inside the base's root, put it 488 // at the last editable position before the end inside the base's root. 512 Node* root = editableRootForPosition(p); local 513 shadowAncestor = root ? root->shadowAncestorNode() : 0 541 Node* root = editableRootForPosition(p); local [all...] |
/external/webkit/WebCore/manual-tests/ |
inline-input-marking.html | 26 <div contenteditable id="root" class="editing" style="width:400px;">
|
svg-animation-parseValues.svg | 4 <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" baseProfile="tiny" id="svg-root" width="100%" height="100%" viewBox="0 0 480 360">
|
/external/webkit/WebCore/rendering/ |
EllipsisBox.cpp | 76 IntPoint(m_x + tx, m_y + ty + root()->selectionTop()), root()->selectionHeight())); 92 int y = root()->selectionTop(); 93 int h = root()->selectionHeight();
|
/external/webkit/WebKit/chromium/src/ |
WebAccessibilityCacheImpl.cpp | 98 WebAccessibilityObject root = view->accessibilityObject(); local 99 if (root.isNull()) 102 RefPtr<AccessibilityObject> rootObject = toAccessibilityObject(root); 104 // Insert root in hashmaps.
|
/frameworks/base/core/java/android/preference/ |
package.html | 11 {@link android.preference.PreferenceScreen} object should be the root element of the layout.
|
/frameworks/base/docs/html/guide/topics/views/ |
intro.jd | 24 <p>To attach the tree to the screen for rendering, your Activity calls its setContentView() method and passes a reference to the root node object. Once the Android system has the reference to the root node object, it can work directly with the node to invalidate, measure, and draw the tree. When your Activity becomes active and receives focus, the system notifies your activity and requests the root node to measure and draw the tree. The root node then requests that its child nodes draw themselves — in turn, each viewgroup node in the tree is responsible for drawing its direct children. </p>
|
/frameworks/base/tests/TransformTest/src/com/google/android/test/transform/ |
TransformTestActivity.java | 52 LinearLayout root = new LinearLayout(this); local 53 root.setOrientation(LinearLayout.VERTICAL); 60 root.addView(view); 61 setContentView(root);
|
/ndk/ |
GNUmakefile | 26 # Find the NDK root installation path, should be this file's location.
|
/ndk/build/tools/ |
find-case-duplicates.sh | 22 # location of the root ndk directory. we assume this script is under build/tools
|
/packages/apps/Gallery/res/layout/ |
gallerypicker.xml | 18 android:id="@+id/root"
|
/packages/apps/IM/src/com/android/im/imps/ |
Primitive.java | 170 PrimitiveElement root = new PrimitiveElement(ImpsTags.WV_CSP_Message); local 172 root.setAttribute(ImpsTags.XMLNS, versionUri); 173 PrimitiveElement sessionElem = root.addChild(ImpsTags.Session); 198 return root;
|
/packages/apps/Mms/src/org/w3c/dom/smil/ |
ElementLayout.java | 18 * This interface is used by SMIL elements root-layout, top-layout and region.
|
SMILLayoutElement.java | 39 * Returns the root layout element of this document.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/gscripts/ |
android.widget.ListView.groovy | 22 * This is the "root" rule, that is used whenever there is not more specific rule to apply.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/parts/ |
UiDocumentTreeEditPart.java | 24 * Implementation of {@link UiElementTreeEditPart} for the document root.
|
/sdk/emulator/qtools/ |
bb_dump.cpp | 32 trace->SetRoot(root);
|
check_trace.cpp | 35 trace->SetRoot(root);
|
dump_regions.cpp | 30 trace->SetRoot(root);
|
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/scene/ |
ViewHierarchyLoader.java | 136 private static void updateIndices(ViewNode root) { 137 if (root == null) return; 139 root.computeIndex(); 141 for (ViewNode node : root.children) {
|
/dalvik/libcore/security/src/main/files/cacerts/ |
5cf9d536.0 | 6 Issuer: C=BM, O=QuoVadis Limited, OU=Root Certification Authority, CN=QuoVadis Root Certification Authority 10 Subject: C=BM, O=QuoVadis Limited, OU=Root Certification Authority, CN=QuoVadis Root Certification Authority 43 Explicit Text: Reliance on the QuoVadis Root Certificate by any party assumes acceptance of the then applicable standard terms and conditions of use, certification practices, and the QuoVadis Certificate Policy. 50 DirName:/C=BM/O=QuoVadis Limited/OU=Root Certification Authority/CN=QuoVadis Root Certification Authority
|
/external/freetype/src/truetype/ |
ttpload.c | 113 if ( face->num_locations != (FT_ULong)face->root.num_glyphs ) 116 face->num_locations, face->root.num_glyphs )); 119 if ( face->num_locations < (FT_ULong)face->root.num_glyphs ) 121 FT_Long new_loca_len = (FT_Long)face->root.num_glyphs << shift; 142 face->num_locations = face->root.num_glyphs; 226 FT_Stream stream = face->root.stream; 534 FT_Stream stream = face->root.stream;
|