Searched defs:title (Results 76 - 100 of 814) sorted by relevance

1234567891011>>

/external/jdiff/src/jdiff/
H A DDiffOutput.java23 /** The title for this difference. */
31 String title, String text) {
35 title_ = title;
30 DiffOutput(String pkgName, String className, String id, String title, String text) argument
/external/linux-tools-perf/perf-3.12.0/tools/perf/ui/gtk/
H A Dprogress.c10 static void gtk_progress_update(u64 curr, u64 total, const char *title) argument
17 GtkWidget *label = gtk_label_new(title);
/external/proguard/src/proguard/gui/
H A DTabbedPane.java66 * Adds a component with a given title to the tabbed pane.
68 * @param title the title that will be used in the tab button.
71 public Component add(final String title, Component component) argument
80 JToggleButton button = new JToggleButton(title);
122 cardLayout.show(cardPanel, title);
137 cardPanel.add(title, component);
/external/qemu/distrib/sdl-1.2.15/src/video/bwindow/
H A DSDL_syswm.cc31 void BE_SetWMCaption(_THIS, const char *title, const char *icon) argument
33 SDL_Win->SetTitle(title);
/external/qemu/distrib/sdl-1.2.15/src/video/gem/
H A DSDL_gemwm.c43 void GEM_SetCaption(_THIS, const char *title, const char *icon) argument
45 if (title) {
46 GEM_title_name = title;
/external/qemu/distrib/sdl-1.2.15/src/video/photon/
H A DSDL_ph_wm.c44 void ph_SetCaption(_THIS, const char *title, const char *icon) argument
51 PtSetResource(window, Pt_ARG_WINDOW_TITLE, title, 0);
/external/replicaisland/src/com/replica/replicaisland/
H A DConversationUtils.java34 public String title; field in class:ConversationUtils.ConversationPage
70 if (parser.getAttributeName(i).equals("title")) {
71 page.title = context.getString(value);
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowOverlayItem.java15 private String title; field in class:ShadowOverlayItem
18 public void __constructor__(GeoPoint geoPoint, String title, String snippet) { argument
20 this.title = title;
31 return title;
49 return Strings.equals(title, that.title)
58 result = title == null ? result : 19 * result + title.hashCode();
H A DShadowProgressDialog.java18 public static ProgressDialog show(Context context, CharSequence title, CharSequence message) { argument
19 return show(context, title, message, false);
23 public static ProgressDialog show(Context context, CharSequence title, CharSequence message, boolean indeterminate) { argument
24 return show(context, title, message, indeterminate, false, null);
28 public static ProgressDialog show(Context context, CharSequence title, CharSequence message, boolean indeterminate, boolean cancelable) { argument
29 return show(context, title, message, indeterminate, cancelable, null);
33 public static ProgressDialog show(Context context, CharSequence title, CharSequence message, boolean indeterminate, boolean cancelable, ProgressDialog.OnCancelListener onCancelListener) { argument
35 progressDialog.setTitle(title);
/external/wpa_supplicant_8/wpa_supplicant/
H A Dnfc_pw_token.c18 static void print_bin(const char *title, const struct wpabuf *buf) argument
26 printf("%s=", title);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/components/
H A DPanel.js208 title: function() {},
224 this._title = WebInspector.UIString(extension.descriptor()["title"]);
240 title: function()
/external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
H A DMediaAccessPermissionRequestTest.java39 "window.document.title = 'grant';" +
47 "window.document.title = 'deny';" +
117 private void pollTitleAs(final String title, final AwContents awContents) argument
122 return title.equals(getTitleOnUiThread(awContents));
/external/chromium_org/chrome/browser/drive/
H A Ddrive_service_interface.h88 // New title of the file.
90 std::string title; member in struct:drive::DriveServiceInterface::InitiateUploadExistingFileOptions
178 // Searches the resources with the |title|.
186 // |title| must not be empty, and |callback| must not be null.
188 const std::string& title,
368 const std::string& title,
/external/chromium_org/chrome/browser/feedback/system_logs/log_sources/
H A Dchrome_internal_log_source.cc78 std::string title; local
79 dict->GetString("title", &title);
80 if (title == kIdentityTitle) {
/external/chromium_org/chrome/browser/notifications/
H A Dnotification.cc13 const base::string16& title,
21 title,
34 icon_url, title, body, dir));
40 const base::string16& title,
51 title,
67 const base::string16& title,
75 title,
11 Notification(const GURL& origin_url, const GURL& icon_url, const base::string16& title, const base::string16& body, blink::WebTextDirection dir, const base::string16& display_source, const base::string16& replace_id, NotificationDelegate* delegate) argument
37 Notification( message_center::NotificationType type, const GURL& origin_url, const base::string16& title, const base::string16& body, const gfx::Image& icon, blink::WebTextDirection dir, const message_center::NotifierId& notifier_id, const base::string16& display_source, const base::string16& replace_id, const message_center::RichNotificationData& rich_notification_data, NotificationDelegate* delegate) argument
65 Notification(const GURL& origin_url, const gfx::Image& icon, const base::string16& title, const base::string16& body, blink::WebTextDirection dir, const base::string16& display_source, const base::string16& replace_id, NotificationDelegate* delegate) argument
/external/chromium_org/chrome/browser/status_icons/
H A Ddesktop_notification_balloon.cc75 const base::string16& title,
86 GURL(), title, contents, gfx::Image(icon), base::string16(),
73 DisplayBalloon( const gfx::ImageSkia& icon, const base::string16& title, const base::string16& contents) argument
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/
H A Ddrive_uploader_on_worker.cc34 const std::string& title,
47 title,
31 UploadNewFile( const std::string& parent_resource_id, const base::FilePath& local_file_path, const std::string& title, const std::string& content_type, const UploadNewFileOptions& options, const drive::UploadCompletionCallback& callback, const google_apis::ProgressCallback& progress_callback) argument
/external/chromium_org/chrome/browser/ui/bookmarks/
H A Dbookmark_editor.h37 // title for this edit operation.
48 const base::string16& title);
86 // If type == NEW_URL this gives the URL/title.
88 base::string16 title; member in class:BookmarkEditor::EditDetails
90 // If type == NEW_FOLDER, this is the urls/title pairs to add to the
/external/chromium_org/chrome/browser/ui/views/
H A Dopen_pdf_in_reader_bubble_view.cc40 base::string16 title = model_->GetMessageText(); local
41 views::Label* title_label = new views::Label(title);
/external/chromium_org/chrome/browser/ui/views/status_icons/
H A Dstatus_icon_linux_wrapper.cc34 const base::string16& title,
36 notification_.DisplayBalloon(icon, title, contents);
33 DisplayBalloon(const gfx::ImageSkia& icon, const base::string16& title, const base::string16& contents) argument
/external/chromium_org/chrome/browser/ui/views/tabs/
H A Dtab_renderer_data.h43 base::string16 title; member in struct:TabRendererData
/external/chromium_org/chrome/common/importer/
H A Dprofile_import_process_messages.h87 WriteParam(m, p.title);
95 base::string16 title; local
100 !ReadParam(m, iter, &title) ||
107 p->title = title;
118 LogParam(p.title, l);
140 WriteParam(m, p.title);
149 (ReadParam(m, iter, &p->title)) &&
162 LogParam(p.title, l);
/external/chromium_org/components/bookmarks/browser/
H A Dbookmark_node_data.h57 base::string16 title; member in struct:BookmarkNodeData::Element
104 // Creates a single-bookmark DragData from url/title pair.
105 bool ReadFromTuple(const GURL& url, const base::string16& title);
116 // the URL and title are written to the clipboard in a format other apps can
/external/chromium_org/components/sessions/
H A Dserialized_navigation_entry_test_helper.cc35 const std::string& title) {
42 navigation.title_ = base::UTF8ToUTF16(title);
33 CreateNavigation( const std::string& virtual_url, const std::string& title) argument
/external/chromium_org/content/child/
H A Dchild_process.cc111 std::string title = "Google Chrome"; local
113 std::string title = "Chromium";
115 title += " ";
116 title += label; // makes attaching to process easier
121 base::UTF8ToWide(title).c_str(),

Completed in 675 milliseconds

1234567891011>>