Searched defs:title (Results 176 - 200 of 814) sorted by relevance

1234567891011>>

/external/chromium_org/ui/app_list/views/
H A Dapp_list_item_view.h58 const views::Label* title() const { return title_; } function in class:app_list::AppListItemView
96 // having something dropped onto it, enables subpixel AA for the title.
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
H A DTimeLineGraphItem.java22 String title; field in class:TimeLineGraphItem
33 TimeLineGraphItem(String title, String description,double value,Color color,boolean display, long timestamp, boolean isSpecial,boolean isBaseline) { argument
34 this(title, description, value, color,display, timestamp,isSpecial);
38 TimeLineGraphItem(String title, String description,double value,Color color,boolean display, long timestamp, boolean isSpecial) { argument
39 this(title, description, value, color,display, timestamp);
43 TimeLineGraphItem(String title, String description,double value,Color color,boolean display, long timestamp) { argument
44 this(title, description, value, color,timestamp);
48 TimeLineGraphItem(String title, String description, double value, Color color,long timestamp) { argument
49 this.title= title;
[all...]
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/editor/structure/
H A DPageSiteComposite.java44 // title
68 * Sets the {@link Image} for title;
75 * Sets the text for title.
77 public void setTitleText(String title) { argument
78 m_title.setText(title);
/external/fio/
H A Dgerror.c61 void gfio_report_info(struct gui *ui, const char *title, const char *message) argument
65 dialog = gtk_dialog_new_with_buttons(title, GTK_WINDOW(ui->window),
/external/libexif/libexif/
H A Dexif-log.c40 const char *title; member in struct:__anon22861
57 for (i = 0; codes[i].title; i++) if (codes[i].code == code) break;
58 return _(codes[i].title);
/external/linux-tools-perf/perf-3.12.0/tools/perf/ui/
H A Dbrowser.h22 const char *title; member in struct:ui_browser
44 void __ui_browser__show_title(struct ui_browser *browser, const char *title);
45 void ui_browser__show_title(struct ui_browser *browser, const char *title);
46 int ui_browser__show(struct ui_browser *self, const char *title,
60 int ui_browser__input_window(const char *title, const char *text, char *input,
/external/pdfium/core/src/fpdfdoc/
H A Ddoc_bookmark.cpp57 CFX_WideString title = pString->GetUnicodeText(); local
58 FX_LPWSTR buf = title.LockBuffer();
59 int len = title.GetLength(), i;
64 title.ReleaseBuffer(len);
65 return title;
/external/skia/include/views/
H A DSkWindow.h55 void setTitle(const char title[]);
64 virtual void onPDFSaved(const char title[], const char desc[], argument
76 virtual void onSetTitle(const char title[]) {} argument
/external/smack/src/org/jivesoftware/smackx/workgroup/ext/macros/
H A DMacro.java31 private String title; field in class:Macro
37 return title;
40 public void setTitle(String title) { argument
41 this.title = title;
H A DMacroGroup.java37 private String title; field in class:MacroGroup
52 public Macro getMacroByTitle(String title) { argument
57 if (macro.getTitle().equalsIgnoreCase(title)) {
76 public MacroGroup getMacroGroupByTitle(String title) { argument
81 if (group.getTitle().equalsIgnoreCase(title)) {
110 return title;
113 public void setTitle(String title) { argument
114 this.title = title;
120 buf.append("<title>"
[all...]
/external/wpa_supplicant_8/hs20/server/
H A Dhs20_spp_server.c48 void debug_dump_node(struct hs20_svc *ctx, const char *title, xml_node_t *node) argument
59 fprintf(ctx->debug_log, "%s: '%s'\n", title, str);
/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DStylesheetPIHandler.java49 /** The desired title criteria. */
96 * @param title The desired title criteria.
99 public StylesheetPIHandler(String baseID, String media, String title, argument
105 m_title = title;
148 String title = null; // CDATA #IMPLIED
228 else if (name.equals("title"))
234 title = token.substring(1, token.length() - 1);
292 if (null != title)
294 if (!title
[all...]
/external/bison/src/
H A Dclosure.c56 print_closure (char const *title, item_number *array, size_t size)
59 fprintf (stderr, "Closure: %s\n", title);
55 print_closure(char const *title, item_number *array, size_t size) argument
/external/bluetooth/bluedroid/btif/src/
H A Dbtif_sock_util.c185 void dump_bin(const char* title, const char* data, int size) argument
191 ALOGD("%s, size:%d, dump started {", title, size);
259 ALOGD("%s, size:%d, dump ended }", title, size);
/external/chromium_org/android_webview/common/
H A Dprint_messages.h50 base::string16 title; member in struct:PrintMsg_Print_Params
142 IPC_STRUCT_TRAITS_MEMBER(title)
/external/chromium_org/android_webview/java/src/org/chromium/android_webview/
H A DAwContentViewClient.java109 public void onUpdateTitle(String title) { argument
110 mAwContentsClient.onReceivedTitle(title);
/external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
H A DGetTitleTest.java31 public PageInfo(String title, String url) { argument
32 mTitle = title;
46 private static final String getHtml(String title) { argument
49 if (title != null) {
50 html.append("<title>" + title + "</title>");
78 * When the data has title info, the page title is set to it.
85 final String title
[all...]
H A DNavigationHistoryTest.java69 String title, boolean faviconNull) {
72 assertEquals(title, item.getTitle());
83 "<title>" + PAGE_1_TITLE + "</title>",
91 "<title>" + PAGE_2_TITLE + "</title>",
99 "<title>" + PAGE_WITH_HASHTAG_REDIRECT_TITLE + "</title>",
226 " <title>" + LOGIN_PAGE_TITLE + "</title>"
68 checkHistoryItem(NavigationEntry item, String url, String originalUrl, String title, boolean faviconNull) argument
[all...]
/external/chromium_org/android_webview/native/
H A Dstate_serializer.cc229 base::string16 title; local
230 if (!iterator->ReadString16(&title))
232 entry->SetTitle(title);
/external/chromium_org/ash/keyboard_overlay/
H A Dkeyboard_overlay_delegate.cc65 KeyboardOverlayDelegate::KeyboardOverlayDelegate(const base::string16& title, argument
67 : title_(title),
/external/chromium_org/ash/system/chromeos/session/
H A Dlogout_button_tray.cc152 const base::string16 title = local
154 button_->SetText(title);
155 button_->SetAccessibleName(title);
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/
H A DBookmarkUtils.java48 * @param title Title of the bookmark.
55 public static Intent createAddToHomeIntent(Context context, Intent shortcutIntent, String title, argument
59 i.putExtra(Intent.EXTRA_SHORTCUT_NAME, title);
69 * @param title Title of the bookmark.
76 public static Intent createAddToHomeIntent(Context context, String url, String title, argument
80 context, shortcutIntent, title, favicon, rValue, gValue, bValue);
H A DChromeBrowserProviderClient.java58 * @param title Title of the new or existing bookmark folder.
63 public static long createBookmarksFolderOnce(Context context, String title, long parentId) { argument
66 argsToBundle(title, parentId));
H A DRecentlyClosedBridge.java39 public final String title; field in class:RecentlyClosedBridge.RecentlyClosedTab
42 private RecentlyClosedTab(int id, String title, String url) { argument
44 this.title = title;
51 List<RecentlyClosedTab> tabs, int id, String title, String url) {
52 RecentlyClosedTab tab = new RecentlyClosedTab(id, title, url);
50 pushTab( List<RecentlyClosedTab> tabs, int id, String title, String url) argument
/external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/
H A DSmartClipProviderTest.java59 public void notifyCalled(String title, String url, String text, String html, Rect rect) { argument
60 mTitle = title;
116 String title = bundle.getString("title");
121 mCallbackHelper.notifyCalled(title, url, text, html, rect);

Completed in 2988 milliseconds

1234567891011>>