/external/webkit/Source/WebCore/plugins/ |
IFrameShimSupport.cpp | 137 const HashSet<RefPtr<Widget> >* children = parentFrameView->children(); local 138 for (HashSet<RefPtr<Widget> >::const_iterator it = children->begin(); it != children->end(); ++it) {
|
/external/webkit/Source/WebCore/rendering/ |
RenderButton.cpp | 141 // Input elements can't have children, but button elements can. We'll 143 // can also have children. 173 m_inner->children()->updateBeforeAfterContent(m_inner, type, this); 175 children()->updateBeforeAfterContent(this, type);
|
RenderInline.h | 92 virtual RenderObjectChildList* virtualChildren() { return children(); } 93 virtual const RenderObjectChildList* virtualChildren() const { return children(); } 94 const RenderObjectChildList* children() const { return &m_children; } function in class:WebCore::RenderInline 95 RenderObjectChildList* children() { return &m_children; } function in class:WebCore::RenderInline
|
/external/webkit/Tools/android/webkitmerge/webkitmerge.xcodeproj/ |
project.pbxproj | 46 children = ( 56 children = ( 67 children = ( 75 children = (
|
/external/webkit/Tools/iExploder/iexploder-1.7.2/src/css-pseudo/ |
mozilla | 6 -moz-empty-except-children-with-localname
|
/frameworks/base/core/java/android/widget/ |
Advanceable.java | 21 * progressing through its set of children. The interface exists to give AppWidgetHosts a way of
|
/frameworks/base/core/tests/coretests/src/android/view/ |
ViewGroupChildren.java | 27 * Exercise ViewGroup's ability to add and remove children.
|
/frameworks/base/core/tests/coretests/src/android/widget/focus/ |
GoneParentFocusedChildTest.java | 26 * When a parent is GONE, key events shouldn't go to its children, even if they
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/ |
MediaPlayerStressTest.java | 126 String[] children = dir.list(); local 127 if (children == null) { 131 for (int i = 0; i < children.length; i++) { 134 String filename = children[i];
|
/frameworks/opt/vcard/java/com/android/vcard/ |
VCardEntryHandler.java | 34 * The method called when one vCard entry is created. Children come before their parent in
|
/packages/apps/Calculator/src/com/android/calculator2/ |
CalculatorViewPager.java | 34 * on its children, but in order to make the calc buttons more responsive
|
/packages/apps/Mms/src/org/w3c/dom/smil/ |
ElementTimeContainer.java | 24 * no timed children, the <code>Nodelist</code> is empty. An iterator
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/ |
MergeRule.java | 28 // The <merge> tag behaves a lot like the FrameLayout; all children are added
|
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/ |
LayoutRenderer.java | 114 for (ViewNode node : root.children) { 119 if (node.children.size() > 0) { 160 for (ViewNode node : root.children) { 169 if (node.children.size() > 0) {
|
/sdk/layoutlib_api/sample/src/com/example/android/render/ |
Main.java | 155 // display the children 156 List<ViewInfo> children = info.getChildren(); local 157 if (children != null) { 159 for (ViewInfo child : children) {
|
/sdk/layoutlib_api/src/com/android/layoutlib/api/ |
IStyleResourceValue.java | 22 * Represents an android style resources with a name and a list of children {@link IResourceValue}.
|
/sdk/lint/libs/lint_checks/tests/src/com/android/tools/lint/checks/ |
ChildCountDetectorTest.java | 30 "has_children.xml:3: Warning: A list/grid should have no children declared " +
|
UseCompoundDrawableDetectorTest.java | 30 "compound.xml:3: Warning: This tag and its children can be replaced by one " +
|
/system/extras/tests/sdcard/ |
sysutil.h | 51 // .waitForChildrenAndSignal Blocks until all the children have called 53 // Then unblock all the children. 136 // Wait for all the children to report their pids. 140 // Wait for 'num' children to complete.
|
/external/chromium/chrome/browser/bookmarks/ |
bookmark_pasteboard_helper_mac.mm | 75 ConvertPlistToElements([pboardBookmark objectForKey:@"Children"], 76 e.children); 161 NSArray* children = GetPlistForBookmarkList(element.children); 166 children, @"Children", 193 FillFlattenedArraysForBookmarks(element.children, titles, urls);
|
/external/chromium/testing/gtest/xcode/Samples/FrameworkSample/WidgetFramework.xcodeproj/ |
project.pbxproj | 111 children = ( 120 children = ( 133 children = ( 142 children = ( 150 children = ( 159 children = ( 167 children = (
|
/external/clang/include/clang/AST/ |
StmtObjC.h | 68 child_range children() { function in class:clang::ObjCForCollectionStmt 118 child_range children() { return child_range(&Body, &Body + 1); } function in class:clang::ObjCAtCatchStmt 149 child_range children() { function in class:clang::ObjCAtFinallyStmt 251 child_range children() { 307 child_range children() { function in class:clang::ObjCAtTryStmt 343 child_range children() { return child_range(&Throw, &Throw+1); } function in class:clang::ObjCAtThrowStmt 376 child_range children() { return child_range(&SubStmt, &SubStmt + 1); } function in class:clang::ObjCAutoreleasePoolStmt
|
/sdk/lint/libs/lint_checks/src/com/android/tools/lint/checks/ |
UselessViewDetector.java | 61 "A layout with children that has no siblings, is not a scrollview or " + 63 "its children moved directly into the parent for a flatter and more " + 75 "A layout that has no children or no background can often be removed (since it " + 144 // - The node has children 165 // This method is only called when we've already ensured that it has children 218 // - The node has no children 241 "This %1$s view is useless (no children, no background, no id, no style)", tag);
|
/external/bison/tests/ |
cxx-type.at | 46 union Node *children[3]; 240 node->nterm.children[0] = child0; 243 node->nterm.children[1] = child1; 246 node->nterm.children[2] = child2; 273 free_node (node->nterm.children[0]); 274 free_node (node->nterm.children[1]); 275 free_node (node->nterm.children[2]); 296 child0 = node_to_string (node->nterm.children[0]); 297 child1 = node_to_string (node->nterm.children[1]); 298 child2 = node_to_string (node->nterm.children[2]) [all...] |
/external/skia/include/views/ |
SkView.h | 102 transformations to the current view and in turn affect its children. 215 Iterator that will return each of this view's children, in 230 Iterator that will return each of this view's children, in 303 call postInflate on all of the view's children. 314 /** Override this if you want to handle an inval request from this view or one of its children. 319 //! called once before all of the children are drawn (or clipped/translated) 321 //! called once after all of the children are drawn (or clipped/translated) 332 /** Override this to decide if your children are targets for a click. 333 The default returns true, in which case your children views will be 334 candidates for onFindClickHandler. Returning false wil skip the children [all...] |