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

  /external/webkit/LayoutTests/storage/
test-authorizer.js 18 tx.executeSql("DROP VIEW IF EXISTS TestView;");
57 executeStatement(tx, "CREATE TEMP VIEW TestTempView AS SELECT COUNT(*) FROM Test;", "SQLITE_CREATE_TEMP_VIEW");
59 executeStatement(tx, "CREATE VIEW TestView AS SELECT COUNT(*) FROM Test;", "SQLITE_CREATE_VIEW");
97 executeStatement(tx, "DROP VIEW TestTempView;", "SQLITE_DROP_TEMP_VIEW");
99 executeStatement(tx, "DROP VIEW TestView;", "SQLITE_DROP_VIEW");
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
LayoutConstants.java 32 /** The element name in a {@code <view class="...">} element. */
33 public static final String VIEW = "view"; //$NON-NLS-1$
35 /** The attribute name in a {@code <view class="...">} element. */
170 /** The android.view. package prefix */
171 public static final String ANDROID_VIEW_PKG = ANDROID_PKG_PREFIX + "view."; //$NON-NLS-1$
182 /** The fully qualified class name of an EditText view */
185 /** The fully qualified class name of a LinearLayout view */
188 /** The fully qualified class name of a RelativeLayout view */
191 /** The fully qualified class name of a RelativeLayout view */
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactoring/changes/
AndroidLayoutChange.java 138 TextEdit edit = createTextEdit(LayoutConstants.VIEW,
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactoring/core/
AndroidTypeRenameParticipant.java 246 .getElementsByTagName(LayoutConstants.VIEW);
AndroidPackageRenameParticipant.java 358 NodeList nodes = xmlDoc.getElementsByTagName(LayoutConstants.VIEW);
AndroidTypeMoveParticipant.java 284 NodeList nodes = xmlDoc.getElementsByTagName(LayoutConstants.VIEW);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/xml/
Hyperlinks.java 24 import static com.android.ide.common.layout.LayoutConstants.VIEW;
176 /** Regular expression matching a FQCN for a view class */
191 // We could also allow to jump into custom attributes in custom view
329 * Returns true if this represents a {@code <view class="foo.bar.Baz">} class
339 return ATTR_CLASS.equals(attributeName) && (VIEW.equals(tag) || VIEW_FRAGMENT.equals(tag))
352 /** Returns true if this represents a {@code <foo.bar.Baz>} custom view class element */
358 // If the element looks like a fully qualified class name (e.g. it's a custom view
597 // method signature (public and has a single View parameter), and narrowing the scope
609 && ("Qandroid.view.View;".equals(parameterTypes[0]) //$NON-NLS-1
    [all...]
  /external/webkit/Source/WebKit/android/nav/
CachedFrame.cpp 43 DBG_NAV_LOGV("node=%p [%d] rect=(%d,%d,w=%d,h=%d) view=(%d,%d,w=%d,h=%d)"
    [all...]

Completed in 85 milliseconds