/external/chromium_org/chrome/browser/resources/file_manager/js/ |
error_dialog.js | 11 function ErrorDialog(parentNode) { 15 ErrorDialog.prototype = { 23 ErrorDialog.prototype.initDom_ = function() {
|
butter_bar.js | 26 this.alert_ = new ErrorDialog(this.dialogDom_);
|
file_manager.js | 836 this.error = new ErrorDialog(this.dialogDom_); [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide/eclipse/monitor/actions/ |
SdkManagerAction.java | 24 import org.eclipse.jface.dialogs.ErrorDialog; 50 ErrorDialog.openError(
|
/packages/services/Telephony/src/com/android/phone/ |
ErrorDialogActivity.java | 73 final AlertDialog errorDialog = new AlertDialog.Builder(this) 77 errorDialog.show();
|
HfaActivity.java | 111 AlertDialog errorDialog = new AlertDialog.Builder(this) 131 errorDialog.show();
|
/packages/apps/Email/src/com/android/email/activity/setup/ |
AccountCheckSettingsFragment.java | 255 if (fm.findFragmentByTag(ErrorDialog.TAG) == null) { 256 ErrorDialog errorDialog = ErrorDialog.newInstance( 259 .add(errorDialog, ErrorDialog.TAG) [all...] |
/external/qemu/distrib/sdl-1.2.15/src/main/macos/ |
SDL_main.c | 398 DialogPtr errorDialog; 404 errorDialog = GetNewDialog (1001, nil, (WindowPtr)-1); 405 if (errorDialog == NULL) 407 DrawDialog (errorDialog); 409 GetDialogItem (errorDialog, kErr_Text, &dummyType, &dummyHandle, &dummyRect); 413 SetPort (GetDialogPort(errorDialog)); 415 SetPort (errorDialog); 421 DisposeDialog (errorDialog);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/widgets/ |
ImageCanvas.java | 22 import org.eclipse.jface.dialogs.ErrorDialog; 246 ErrorDialog.openError(getShell(), "Save Image", "Error saving image",
|
/frameworks/base/docs/html/training/location/ |
activity-recognition.jd | 175 Dialog errorDialog = GooglePlayServicesUtil.getErrorDialog( 181 if (errorDialog != null) { 186 errorFragment.setDialog(errorDialog); 472 Dialog errorDialog = GooglePlayServicesUtil.getErrorDialog( 477 if (errorDialog != null) { 482 errorFragment.setDialog(errorDialog);
|
retrieve-current.jd | 175 Dialog errorDialog = GooglePlayServicesUtil.getErrorDialog( 181 if (errorDialog != null) { 186 errorFragment.setDialog(errorDialog);
|
geofencing.jd | 176 Dialog errorDialog = GooglePlayServicesUtil.getErrorDialog( 182 if (errorDialog != null) { 187 errorFragment.setDialog(errorDialog); [all...] |
receive-location-updates.jd | 186 Dialog errorDialog = GooglePlayServicesUtil.getErrorDialog( 191 if (errorDialog != null) { 196 errorFragment.setDialog(errorDialog);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/editors/ |
StateViewPage.java | 37 import org.eclipse.jface.dialogs.ErrorDialog; 169 ErrorDialog.openError(shell,
|
GLFunctionTraceViewer.java | 40 import org.eclipse.jface.dialogs.ErrorDialog; 901 ErrorDialog.openError(mFrameTreeViewer.getTree().getShell(), [all...] |
/packages/apps/Browser/src/com/android/browser/ |
Tab.java | 253 private class ErrorDialog { 257 ErrorDialog(int title, String desc, int error) { 283 private LinkedList<ErrorDialog> mQueuedErrors; 287 mQueuedErrors = new LinkedList<ErrorDialog>(); 289 for (ErrorDialog d : mQueuedErrors) { 295 ErrorDialog errDialog = new ErrorDialog( 308 private void showError(ErrorDialog errDialog) { [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/views/ |
DeviceView.java | 70 import org.eclipse.jface.dialogs.ErrorDialog; 565 ErrorDialog.openError(shell, "UI Automator", 688 ErrorDialog.openError(parentShell, "Systrace", [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ |
AndroidTextEditor.java | 32 import org.eclipse.jface.dialogs.ErrorDialog; 521 ErrorDialog.openError(getSite().getShell(),
|
AndroidXmlEditor.java | 48 import org.eclipse.jface.dialogs.ErrorDialog; 843 ErrorDialog.openError(getSite().getShell(), [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/ |
bdist_msi.py | 432 # See "ErrorDialog Style Bit" 433 ("ErrorDialog", "ErrorDlg"), [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/ |
bdist_msi.py | 432 # See "ErrorDialog Style Bit" 433 ("ErrorDialog", "ErrorDlg"), [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar | |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/ |
NewProjectCreator.java | 78 import org.eclipse.jface.dialogs.ErrorDialog; 557 ErrorDialog.openError(AdtPlugin.getShell(), [all...] |
/prebuilts/devtools/tools/lib/ |
uiautomatorviewer.jar | |