OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:addPage
(Results
1 - 25
of
42
) sorted by null
1
2
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
ExtractStringWizard.java
47
addPage
(new ExtractStringInputPage(mProject));
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/exportgradle/
GradleExportWizard.java
58
addPage
(mFirstPage);
60
addPage
(mSecondPage);
62
addPage
(mFinalPage);
/external/chromium_org/third_party/WebKit/Source/core/page/
PageGroup.h
59
void
addPage
(Page*);
PageGroup.cpp
52
void PageGroup::
addPage
(Page* page)
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
TemplateTestWizard.java
52
addPage
(mSelectionPage);
67
addPage
(mMainPage);
TemplateWizard.java
84
addPage
(mUpdatePage);
100
addPage
(mPreviewPage);
110
addPage
(mIconPage);
123
addPage
(mDependencyPage);
NewActivityWizard.java
80
addPage
(mActivityPage);
95
addPage
(mTemplatePage);
NewProjectWizard.java
109
addPage
(mMainPage);
110
addPage
(mContentsPage);
111
addPage
(mActivityPage);
183
addPage
(mTemplatePage);
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
NewProjectWizard.java
87
addPage
(mNamePage);
91
addPage
(new TestTargetPage(mValues));
95
addPage
(mSdkPage);
101
addPage
(mSamplePage);
107
addPage
(mPropertiesPage);
ImportProjectWizard.java
56
addPage
(mImportPage);
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/export/
ExportEditor.java
68
addPage
(mExportPropsPage);
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/welcome/
WelcomeWizard.java
73
addPage
(mWelcomePage);
81
addPage
(mUsagePage);
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/export/
ExportWizard.java
189
addPage
(mPages[0] = new ProjectCheckPage(this, PAGE_PROJECT_CHECK));
190
addPage
(mKeystoreSelectionPage = mPages[1] = new KeystoreSelectionPage(this,
192
addPage
(mKeyCreationPage = mPages[2] = new KeyCreationPage(this, PAGE_KEY_CREATION));
193
addPage
(mKeySelectionPage = mPages[3] = new KeySelectionPage(this, PAGE_KEY_SELECTION));
194
addPage
(mKeyCheckPage = mPages[4] = new KeyCheckPage(this, PAGE_KEY_CHECK));
/external/chromium/chrome/browser/ui/cocoa/bookmarks/
bookmark_bar_folder_controller.h
195
- (IBAction)
addPage
:(id)sender;
bookmark_bar_controller.h
350
- (IBAction)
addPage
:(id)sender;
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/otherxml/
OtherXmlEditorDelegate.java
74
getEditor().
addPage
(new OtherXmlTreePage(getEditor()));
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/values/
ValuesEditorDelegate.java
82
getEditor().
addPage
(new ValuesTreePage(getEditor()));
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ExtractIncludeWizard.java
44
addPage
(new InputPage(mDelegate.getEditor().getProject(), sourceFile, initialName));
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/
ManifestEditor.java
214
addPage
(mOverviewPage = new OverviewPage(this));
215
addPage
(mAppPage = new ApplicationPage(this));
216
addPage
(mPermissionPage = new PermissionPage(this));
217
addPage
(mInstrumentationPage = new InstrumentationPage(this));
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/menu/
MenuEditorDelegate.java
79
getEditor().
addPage
(new MenuTreePage(getEditor()));
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/core/
RenameResourceWizard.java
69
addPage
(new RenameResourcePage(mType, name, mCanClear));
/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/wizards/
AddNativeWizard.java
59
addPage
(mAddNativeWizardPage);
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/assetstudio/
CreateAssetSetWizard.java
87
addPage
(mChooseAssetPage);
88
addPage
(mConfigureAssetPage);
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
AndroidXmlEditor.java
340
public int
addPage
(IFormPage page) throws PartInitException {
341
int index = super.
addPage
(page);
355
public int
addPage
(IEditorPart editor, IEditorInput input) throws PartInitException {
356
int index = super.
addPage
(editor, input);
818
int index =
addPage
(mTextEditor, getEditorInput());
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/
NewXmlFileWizard.java
121
addPage
(mMainPage);
122
addPage
(mConfigPage);
Completed in 363 milliseconds
1
2