Searched refs:title (Results 226 - 250 of 1951) sorted by relevance

1234567891011>>

/external/chromium_org/win8/viewer/
H A Dmetro_viewer_process_host.h86 static void HandleOpenFile(const base::string16& title,
96 const base::string16& title,
105 static void HandleSaveFile(const base::string16& title,
116 static void HandleSelectFolder(const base::string16& title,
131 void HandleOpenFileImpl(const base::string16& title,
137 const base::string16& title,
142 void HandleSaveFileImpl(const base::string16& title,
149 void HandleSelectFolderImpl(const base::string16& title,
/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/openfst/src/script/
H A Ddraw.cc31 const string &title,
43 FstDrawerArgs args(fst, isyms, osyms, ssyms, accep, title, width,
26 DrawFst(const FstClass &fst, const SymbolTable *isyms, const SymbolTable *osyms, const SymbolTable *ssyms, bool accep, const string &title, float width, float height, bool portrait, bool vertical, float ranksep, float nodesep, int fontsize, int precision, bool show_weight_one, ostream *ostrm, const string &dest) argument
/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/wpa_supplicant_8/hostapd/src/utils/
H A Dwpa_debug.h76 * @title: title of for the message
84 void wpa_hexdump(int level, const char *title, const void *buf, size_t len);
86 static inline void wpa_hexdump_buf(int level, const char *title, argument
89 wpa_hexdump(level, title, buf ? wpabuf_head(buf) : NULL,
96 * @title: title of for the message
106 void wpa_hexdump_key(int level, const char *title, const void *buf, size_t len);
108 static inline void wpa_hexdump_buf_key(int level, const char *title, argument
111 wpa_hexdump_key(level, title, bu
[all...]
/external/wpa_supplicant_8/hs20/server/www/
H A Dsignup.php3 <title>Hotspot 2.0 signup</title>
/external/wpa_supplicant_8/src/utils/
H A Dwpa_debug.h76 * @title: title of for the message
84 void wpa_hexdump(int level, const char *title, const void *buf, size_t len);
86 static inline void wpa_hexdump_buf(int level, const char *title, argument
89 wpa_hexdump(level, title, buf ? wpabuf_head(buf) : NULL,
96 * @title: title of for the message
106 void wpa_hexdump_key(int level, const char *title, const void *buf, size_t len);
108 static inline void wpa_hexdump_buf_key(int level, const char *title, argument
111 wpa_hexdump_key(level, title, bu
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dwpa_debug.h76 * @title: title of for the message
84 void wpa_hexdump(int level, const char *title, const void *buf, size_t len);
86 static inline void wpa_hexdump_buf(int level, const char *title, argument
89 wpa_hexdump(level, title, buf ? wpabuf_head(buf) : NULL,
96 * @title: title of for the message
106 void wpa_hexdump_key(int level, const char *title, const void *buf, size_t len);
108 static inline void wpa_hexdump_buf_key(int level, const char *title, argument
111 wpa_hexdump_key(level, title, bu
[all...]
/external/chromium_org/components/bookmarks/browser/
H A Dbookmark_node_data_unittest.cc81 const base::string16 title(ASCIIToUTF16("google.com"));
84 data.SetURL(url, title);
92 EXPECT_EQ(title, drag_data.elements[0].title);
102 const base::string16 title(ASCIIToUTF16("foo.com"));
103 const BookmarkNode* node = model()->AddURL(root, 0, title, url);
109 EXPECT_EQ(title, drag_data.elements[0].title);
124 EXPECT_EQ(title, read_data.elements[0].title);
[all...]
/external/chromium_org/athena/content/
H A Dcontent_activity_factory.h20 const base::string16& title,
/external/chromium_org/athena/test/
H A Dsample_activity_factory.h21 const base::string16& title,
/external/chromium_org/chrome/browser/chromeos/file_manager/
H A Durl_util.h26 const base::string16& title,
/external/chromium_org/chrome/browser/notifications/
H A Dnotification.cc9 const base::string16& title,
17 title,
32 const base::string16& title,
43 title,
7 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
29 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
/external/chromium_org/chrome/browser/resources/chromeos/login/
H A Dnetwork_dropdown.css8 .dropdown-title {
41 html[dir=rtl] .dropdown-title {
45 .dropdown-title:enabled:hover {
57 .dropdown-title:enabled:active {
67 .dropdown-title:focus {
73 html[highlight=strong] .dropdown-title:focus {
77 .dropdown-title img {
81 .dropdown-title div {
/external/chromium_org/chrome/browser/resources/options/
H A Dcertificate_import_error_overlay.js38 * @param {string} title The alert title to display to the user.
43 CertificateImportErrorOverlay.show = function(title, message, certErrors) {
44 $('certificateImportErrorOverlayTitle').textContent = title;
/external/chromium_org/chrome/browser/ui/ash/launcher/
H A Dchrome_launcher_app_menu_item_tab.h25 ChromeLauncherAppMenuItemTab(const base::string16 title,
/external/chromium_org/chrome/browser/ui/cocoa/applescript/
H A Dbookmark_node_applescript.h20 // Contains the temporary title when a scripter creates a new folder/item with
21 // title specified like
22 // |make new bookmark folder with properties {title:"foo"}|.
36 // Get and Set title.
37 - (NSString*)title;
/external/chromium_org/chrome/browser/ui/cocoa/infobars/
H A Dinfobar_utilities.h30 void AddMenuItem(NSMenu *menu, id target, SEL selector, NSString* title,
/external/chromium_org/chrome/browser/ui/cocoa/
H A Dl10n_util.h32 // Generates a tooltip string for a given URL and title.
33 NSString* TooltipForURLAndTitle(NSString* url, NSString* title);
/external/chromium_org/chrome/common/extensions/docs/examples/api/topsites/magic8ball/
H A DnewTab.js13 eightBallWindow.textContent = data[rand].title;
/external/chromium_org/chrome/common/
H A Dweb_application_info.h38 base::string16 title; member in struct:WebApplicationInfo
/external/chromium_org/components/history/core/browser/
H A Dhistory_client.h20 base::string16 title; member in struct:history::URLAndTitle
41 // reference the same URL only one entry is added even if the title are not
/external/chromium_org/content/common/
H A Ddesktop_notification_messages.h16 IPC_STRUCT_TRAITS_MEMBER(title)
/external/chromium_org/gpu/gles2_conform_support/native/
H A Degl_native.cc14 const char *title, int width, int height,
12 GTFNativeCreatePixmap(EGLNativeDisplayType nativeDisplay, EGLDisplay eglDisplay, EGLConfig eglConfig, const char *title, int width, int height, EGLNativePixmapType *pNativePixmap) argument
H A Degl_native_aura.cc36 const char* title, int width, int height,
34 GTFNativeCreateWindow(EGLNativeDisplayType nativeDisplay, EGLDisplay eglDisplay, EGLConfig eglConfig, const char* title, int width, int height, EGLNativeWindowType *pNativeWindow) argument

Completed in 1049 milliseconds

1234567891011>>