OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:welcomeView
(Results
1 - 2
of
2
) sorted by null
/external/webkit/WebCore/inspector/front-end/
ProfilesPanel.js
119
this.
welcomeView
= new WebInspector.
WelcomeView
("profiles", WebInspector.UIString("Welcome to the Profiles panel"));
120
this.element.appendChild(this.
welcomeView
.element);
207
this.
welcomeView
.show();
239
this.
welcomeView
.addMessage(container);
241
this.
welcomeView
.addMessage(message);
306
this.
welcomeView
.hide();
488
this.
welcomeView
.element.style.left = width + "px";
/packages/apps/Email/src/com/android/email/activity/setup/
AccountSetupBasics.java
197
TextView
welcomeView
= (TextView) findViewById(R.id.instructions);
203
welcomeView
.setText(alternateStrings
Completed in 97 milliseconds