OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:viewName
(Results
1 - 4
of
4
) sorted by null
/external/webkit/Source/WebCore/storage/
DatabaseAuthorizer.h
70
int createView(const String&
viewName
);
71
int createTempView(const String&
viewName
);
72
int dropView(const String&
viewName
);
73
int dropTempView(const String&
viewName
);
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/
DescriptorsUtils.java
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
ProjectCallback.java
466
String
viewName
= name.substring("android_widget_".length());
467
if (
viewName
.equals(EXPANDABLE_LIST_VIEW)) {
470
return
viewName
;
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
PaletteControl.java
[
all
...]
Completed in 5166 milliseconds