/external/chromium/chrome/browser/tab_contents/ |
render_view_context_menu.cc | 327 submenu_items = GetRelevantExtensionItems(item->children(), params_, 372 ExtensionMenuItem::List children = local 373 GetRelevantExtensionItems(item->children(), params_, 375 if (children.empty()) { 381 RecursivelyAppendExtensionItems(children, can_cross_incognito, [all...] |
/external/robolectric/lib/main/ |
xpp3-1.1.4c.jar | |
/external/smack/asmack-master/lib/ |
xpp3-1.1.4c.jar | |
/external/webkit/Source/WebCore/rendering/ |
RenderBlock.cpp | 86 // Our MarginInfo state used when laying out block children. 94 // Whether or not we can collapse our own margins with our children. We don't do this 104 // margins with our children's margins. To do otherwise would be to risk odd visual 105 // effects when the children overflow out of the parent block and yet still collapse 163 // Make sure to destroy anonymous children first while they are still connected to the rest of the tree, so that they will 165 children()->destroyLeftoverChildren(); 167 // Destroy our continuation before anything other than anonymous children. 168 // The reason we don't destroy it before anonymous children is that they may 169 // have continuations of their own that are anonymous children of our continuation. 185 // If we are an anonymous block, then our line boxes might have children [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar | |
org.eclipse.ui.views_3.5.0.I20100527-0800.jar | |
/packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/ |
ContactsSyncAdapter.java | 447 ArrayList<String> children = new ArrayList<String>(); local 568 childrenParser(children); 673 if (!children.isEmpty()) { 674 ops.addChildren(entity, children); 720 private void childrenParser(ArrayList<String> children) throws IOException { 724 if (children.size() < EasChildren.MAX_CHILDREN) { 725 children.add(getValue()); [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
GraphicalEditorPart.java | 536 Control[] children = mStructureFlyout.getFlyoutParent().getChildren(); local 537 if (children.length == 0) { 546 Control control = children[0]; 1533 List<UiElementNode> children = model.getUiChildren(); local [all...] |
/external/chromium/chrome/browser/sync/engine/ |
syncer_unittest.cc | 198 syncable::Directory::ChildHandles children; local 199 dir->GetChildHandles(&trans, trans.root_id(), &children); 200 ASSERT_TRUE(0 == children.size()); 1886 syncable::Directory::ChildHandles children; local 1982 Directory::ChildHandles children; local 3118 Directory::ChildHandles children; local 4306 syncable::Directory::ChildHandles children; local 4346 syncable::Directory::ChildHandles children; local 4428 syncable::Directory::ChildHandles children; local [all...] |
/external/chromium/chrome/browser/resources/net_internals/ |
socketpoolwrapper.js | 57 * children and adds them all to |socketPoolList|. |parent| is the
|
/external/chromium/chrome/common/ |
sandbox_policy.cc | 122 // If |children| is set to true, we need to add the wildcard rules to also 124 bool AddDirectory(int path, const wchar_t* sub_dir, bool children, 143 if (children)
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/lib/ |
pdebuild-ant.jar | |
/external/jmonkeyengine/engine/src/core/com/jme3/scene/ |
BatchNode.java | 109 if (!children.isEmpty()) { 116 for (Spatial child : children.getArray()) {
|
/external/libxml2/ |
xpath.c | 965 xmlXPathDebugDumpNodeList(output, cur->nodeTab[0]->children, depth + 1); [all...] |
/external/v8/tools/ |
tickprocessor.js | 399 this.printHeavyProfile(producersView.head.children); 435 var flatViewNodes = flatView.head.children; 467 this.printHeavyProfile(heavyView.head.children); 546 self.printHeavyProfile(rec.children, indent + 2);
|
/external/webkit/LayoutTests/dom/html/level1/core/ |
hc_nodereplacechildnewchilddiffdocument.js | 90 of its children with a node created from a different
|
/external/webkit/LayoutTests/dom/xhtml/level1/core/ |
hc_nodereplacechildnewchilddiffdocument.js | 90 of its children with a node created from a different
|
/external/webkit/LayoutTests/dom/xhtml/level3/core/ |
documentadoptnode06.js | 81 of the adopted node and the adopted children of the attribute node.
|
textreplacewholetext06.js | 85 nodes (whose replacement text is a character entity reference) appended as children of its parent element node.
|
/external/webkit/Source/WebCore/loader/archive/cf/ |
LegacyWebArchive.cpp | 445 unsigned children = frame->tree()->childCount(); local 446 for (unsigned i = 0; i < children; ++i) {
|
/external/webkit/Source/WebKit/chromium/src/js/ |
Tests.js | 241 var node = panel.visibleView.profileDataGridTree.children[0]; 284 var node = panel.visibleView.dataGrid.children[0];
|
/frameworks/support/v4/java/android/support/v4/app/ |
FragmentActivity.java | 124 HashMap<String, Object> children; field in class:FragmentActivity.NonConfigurationInstances 515 nci.children = null;
|
/libcore/luni/src/main/java/java/util/logging/ |
Logger.java | 160 final List<Logger> children = new ArrayList<Logger>(); field in class:Logger 232 for (Logger logger : children) { [all...] |
/libcore/luni/src/main/java/java/util/prefs/ |
AbstractPreferences.java | 233 * array if this node has no children. The names of cached children are not 236 * @return the names of this node's children. 719 final AbstractPreferences[] children = values.toArray(new AbstractPreferences[values.size()]); local 720 for (AbstractPreferences child : children) {
|
/ndk/build/core/ |
definitions-graph.mk | 146 # dependencies / children nodes. Here are a few helper functions that 153 # _ndk_mod_depends current graph node's children. 314 # $2: dependency function, i.e. $(call $2,<name>) returns the children 398 # $2: dependency function, i.e. $(call $2,<name>) returns the children
|