HomeSort by relevance Sort by last modified time
    Searched refs:childRule (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/xml/
XSLStyleSheetLibxslt.cpp 236 RefPtr<XSLImportRule> childRule = XSLImportRule::create(this, href);
237 append(childRule);
238 childRule->loadSheet();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
RulesEngine.java 533 IViewRule childRule = loadRule(newUiNode);
534 if (childRule != null || parentRule != null) {
536 childRule, childNode);
543 final IViewRule childRule, final INode newNode) {
551 parentRule, parentNode, childRule, newNode);
565 if (childRule != null) {
566 childRule.onCreate(newNode, parentNode, insertType);
    [all...]

Completed in 107 milliseconds