HomeSort by relevance Sort by last modified time
    Searched full:settitle (Results 151 - 175 of 760) sorted by null

1 2 3 4 5 67 8 91011>>

  /development/samples/SoftKeyboard/src/com/android/inputmethodcommon/
InputMethodSettingsImpl.java 183 mSubtypeEnablerPreference.setTitle(mSubtypeEnablerTitleRes);
185 mSubtypeEnablerPreference.setTitle(mSubtypeEnablerTitle);
  /external/chromium/chrome/browser/ui/cocoa/
about_ipc_controller.mm 127 [startStopButton_ setTitle:@"Stop"];
129 [startStopButton_ setTitle:@"Start"];
  /external/chromium/chrome/browser/ui/cocoa/wrench_menu/
wrench_menu_controller.mm 48 [[controller_ zoomDisplay] setTitle:SysUTF16ToNSString(level)];
117 [[zoomItem_ viewWithTag:IDC_ZOOM_PERCENT_DISPLAY] setTitle:title];
  /external/chromium/chrome/common/extensions/docs/static/
browserAction.html 97 or call the <a href="#method-setTitle">setTitle()</a> method.
  /external/webkit/Source/WebCore/platform/
ContextMenuItem.h 264 void setTitle(const String& title) { m_title = title; }
277 void setTitle(const String&);
  /external/webkit/Source/WebCore/platform/mac/
ContextMenuItemMac.mm 140 void ContextMenuItem::setTitle(const String& title)
142 [m_platformDescription.get() setTitle:title];
  /external/webkit/Source/WebKit/chromium/src/
WebHistoryItem.cpp 123 void WebHistoryItem::setTitle(const WebString& title)
126 m_private->setTitle(title);
  /frameworks/base/core/java/com/android/internal/app/
ActionBarImpl.java 294 public void setTitle(int resId) {
295 setTitle(mContext.getString(resId));
332 public void setTitle(CharSequence title) {
333 mActionView.setTitle(title);
726 public void setTitle(CharSequence title) {
727 mContextView.setTitle(title);
731 public void setTitle(int resId) {
732 setTitle(mContext.getResources().getString(resId));
  /frameworks/base/core/java/com/android/internal/view/menu/
ActionMenuItem.java 191 public MenuItem setTitle(CharSequence title) {
196 public MenuItem setTitle(int title) {
ActionMenuItemView.java 92 setTitle(itemData.getTitleForItemView(this)); // Title only takes effect if there is no icon
164 public void setTitle(CharSequence title) {
ListMenuItemView.java 99 setTitle(itemData.getTitleForItemView(this));
110 public void setTitle(CharSequence title) {
  /frameworks/base/packages/VpnDialogs/src/com/android/vpndialogs/
ManageDialog.java 85 .setTitle(R.string.legacy_title)
95 .setTitle(app.loadLabel(pm))
  /frameworks/base/tests/BrowserPowerTest/src/com/android/browserpowertest/
PowerTestActivity.java 71 setTitle("Idle");
240 PowerTestActivity.this.setTitle(title);
  /frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
FileList.java 129 builder.setTitle("Select an Action");
179 setTitle(title);
  /frameworks/opt/inputmethodcommon/java/com/android/inputmethodcommon/
InputMethodSettingsImpl.java 177 mSubtypeEnablerPreference.setTitle(mSubtypeEnablerTitleRes);
179 mSubtypeEnablerPreference.setTitle(mSubtypeEnablerTitle);
  /packages/apps/Phone/src/com/android/phone/
TimeConsumingPreferenceActivity.java 45 dialog.setTitle(getText(R.string.updating_title));
95 b.setTitle(getText(titleId));
SipCallOptionHandler.java 226 .setTitle(R.string.pick_outgoing_call_phone_type)
235 .setTitle(R.string.pick_outgoing_sip_phone)
245 .setTitle(R.string.no_sip_account_found_title)
256 .setTitle(wifiOnly ? R.string.no_wifi_available_title
267 .setTitle(R.string.no_voip)
  /packages/apps/Settings/src/com/android/settings/
CryptKeeperSettings.java 93 .setTitle(R.string.crypt_keeper_dialog_need_password_title)
195 preference.setTitle(R.string.crypt_keeper_confirm_title);
  /packages/apps/Settings/src/com/android/settings/tts/
TtsEngineSettingsFragment.java 75 root.setTitle(getEngineLabel());
77 mEngineSettingsPreference.setTitle(getResources().getString(
  /packages/apps/Settings/src/com/android/settings/wifi/
WifiAPITest.java 105 alert.setTitle("Input");
125 alert.setTitle("Input");
  /packages/apps/VideoEditor/src/com/android/videoeditor/
AlertDialogs.java 61 builder.setTitle(title);
106 if (title != null) builder.setTitle(title);
  /sdk/ddms/app/src/com/android/ddms/
PrefsDialog.java 345 setTitle("Debugger");
393 setTitle("Info Panels");
429 setTitle("Logcat");
477 setTitle("Misc");
536 setTitle("Usage Stats");
  /external/webkit/Source/WebCore/page/
ContextMenuController.cpp     [all...]
  /external/chromium/chrome/common/extensions/docs/
samples.json 27 "chrome.browserAction.setTitle": "browserAction.html#method-setTitle",
58 "chrome.experimental.sidebar.setTitle": "experimental.sidebar.html#method-setTitle",
126 "chrome.pageAction.setTitle": "pageAction.html#method-setTitle",
272 "chrome.pageAction.setTitle",
289 "search_string": "ANIMATED PAGE ACTION THIS EXTENSION ADDS AN ANIMATED BROWSER ACTION TO THE TOOLBAR. BACKGROUND_PAGE PAGE_ACTION TABS CHROME.PAGEACTION.HIDE CHROME.PAGEACTION.ONCLICKED CHROME.PAGEACTION.SETICON CHROME.PAGEACTION.SETTITLE CHROME.PAGEACTION.SHOW CHROME.TABS.GET CHROME.TABS.GETSELECTED CHROME.TABS.ONSELECTIONCHANGED",
394 "chrome.browserAction.setTitle",
413 "search_string": "CHROMIUM BUILDBOT MONITOR DISPLAYS THE STATUS OF THE CHROMIUM BUILDBOT IN THE TOOLBAR. CLICK TO SEE MORE DETAILED STATUS IN A POPUP. BACKGROUND_PAGE BROWSER_ACTION NOTIFICATIONS OPTIONS_PAGE POPUP CHROME.BROWSERACTION.SETBADGEBACKGROUNDCOLOR CHROME.BROWSERACTION.SETBADGETEXT CHROME.BROWSERACTION.SETTITLE CHROME.EXTENSION.GETURL"
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
AlbumSetPage.java 431 actionBar.setTitle(id);
434 actionBar.setTitle(R.string.select_album);
444 selectItem.setTitle(R.string.select_album);
446 selectItem.setTitle(R.string.select_group);
456 actionBar.setTitle(mTitle);
569 mActionModeHandler.setTitle(getSelectedString());
578 mActionModeHandler.setTitle(getSelectedString());

Completed in 499 milliseconds

1 2 3 4 5 67 8 91011>>