OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getDefaultPageTitle
(Results
1 - 9
of
9
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ChangeLayoutAction.java
37
op.run(mWindow.getShell(), wizard.
getDefaultPageTitle
());
ChangeViewAction.java
37
op.run(mWindow.getShell(), wizard.
getDefaultPageTitle
());
ExtractIncludeAction.java
37
op.run(mWindow.getShell(), wizard.
getDefaultPageTitle
());
ExtractStyleAction.java
37
op.run(mWindow.getShell(), wizard.
getDefaultPageTitle
());
UnwrapAction.java
37
op.run(mWindow.getShell(), wizard.
getDefaultPageTitle
());
WrapInAction.java
37
op.run(mWindow.getShell(), wizard.
getDefaultPageTitle
());
RefactoringAssistant.java
246
op.run(window.getShell(), wizard.
getDefaultPageTitle
());
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
ExtractStringAction.java
128
op.run(mWindow.getShell(), wizard.
getDefaultPageTitle
());
ExtractStringProposal.java
68
op.run(window.getShell(), wizard.
getDefaultPageTitle
());
Completed in 77 milliseconds