HomeSort by relevance Sort by last modified time
    Searched refs:findChild (Results 1 - 25 of 27) sorted by null

1 2

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
XmlStringFileHelper.java 121 Node root = findChild(doc, null, SdkConstants.TAG_RESOURCES);
123 for (Node strNode = findChild(root, null,
126 strNode = findChild(null, strNode,
169 private Node findChild(Node parent, Node lastChild, String elementName) {
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/sources/
SdkRepoSource.java 280 while ((element = findChild(oldRoot, element, prefix, elementNames)) != null) {
307 Node revision = findChild(element, null, prefix, RepoConstants.NODE_REVISION);
308 Node archives = findChild(element, null, prefix, RepoConstants.NODE_ARCHIVES);
327 Node minPTRev = findChild(element, null, prefix,
348 while ((archive = findChild(archives,
366 Node node = findChild(archive, null, prefix, RepoConstants.NODE_URL);
372 node = findChild(archive, null, prefix, RepoConstants.NODE_SIZE);
383 node = findChild(archive, null, prefix, RepoConstants.NODE_CHECKSUM);
430 private Element findChild(Node rootNode, Node after, String prefix, String[] nodeNames) {
454 private Node findChild(Node rootNode, Node after, String prefix, String nodeName)
    [all...]
  /tools/motodev/src/plugins/android/src/com/motorola/studio/android/adt/
FileListingReceiver.java 57 FileEntry entry = fileentry.findChild(theSegment);
DDMSFacade.java     [all...]
DDMSUtils.java 202 temp1 = temp2.findChild(theSegment);
    [all...]
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/
LayoutRenderer.java 152 ViewNode hit = findChild(root, root, x, y);
158 private ViewNode findChild(ViewNode root, ViewNode besthit, int x, int y) {
170 hit = findChild(node, hit,
  /external/webkit/Source/WebKit/qt/tests/qdeclarativewebview/
tst_qdeclarativewebview.cpp 291 QObject* wv = rootItem->findChild<QObject*>("webView");
317 QObject* wv = rootItem->findChild<QObject*>("webView");
321 QDeclarativeItem* oldWindowParent = rootItem->findChild<QDeclarativeItem*>("oldWindowParent");
325 QDeclarativeItem* newWindowParent = rootItem->findChild<QDeclarativeItem*>("newWindowParent");
397 QObject* wv = rootItem->findChild<QObject*>("webView");
421 QObject* wv = rootItem->findChild<QObject*>("webView");
  /external/webkit/Source/WebCore/inspector/front-end/
ProfileDataGridTree.js 178 findChild: function(/*Node*/ node)
334 findChild: WebInspector.ProfileDataGridNode.prototype.findChild,
BottomUpProfileDataGridTree.js 101 var child = this.findChild(ancestor);
  /external/webkit/Source/JavaScriptCore/profiler/
ProfileNode.h 103 ProfileNode* findChild(ProfileNode*) const;
ProfileNode.cpp 123 ProfileNode* ProfileNode::findChild(ProfileNode* node) const
  /external/v8/tools/
profile.js 739 CallTree.Node.prototype.findChild = function(label) {
751 return this.findChild(label) || this.addChild(label);
788 var child = curr.findChild(labels[pos]);
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
FileListingService.java 310 public FileEntry findChild(String name) {
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/explorer/
DeviceExplorer.java 265 FileEntry dataEntry = parentEntry.findChild(dataName);
278 FileEntry keyEntry = parentEntry.findChild(keyName);
    [all...]
  /external/webkit/Source/WebKit/qt/tests/qwebframe/
tst_qwebframe.cpp 603 void findChild();
    [all...]
  /external/webkit/Source/WebKit/qt/declarative/
qdeclarativewebview.cpp 893 webview = item->findChild<QDeclarativeWebView*>();
    [all...]
  /external/webkit/Tools/DumpRenderTree/qt/
DumpRenderTreeQt.cpp 963 QWebPage* page = qobject_cast<QWebPage*>(widget->findChild<QWebPage*>());
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/thirdparty/
BeautifulSoup.py 772 findChild = find
    [all...]
  /tools/build/builder/prebuilts/
sdklib.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.registry_3.5.0.v20100503.jar 
  /prebuilts/misc/common/ddmlib/
ddmlib-prebuilt.jar 
  /tools/motodev/src/plugins/android/
commons-net-1.4.1.jar 
  /tools/motodev/src/plugins/common/
commons-net-1.4.1.jar 
  /tools/motodev/src/plugins/emulator/lib/
commons-net-1.4.1.jar 
  /tools/motodev/src/plugins/translation/
commons-net-1.4.1.jar 

Completed in 742 milliseconds

1 2