Searched refs:title (Results 26 - 50 of 1925) sorted by relevance

1234567891011>>

/external/chromium_org/printing/
H A Dprinting_utils.h13 // Simplify title to resolve issue with some drivers.
15 const base::string16& title);
H A Dprinting_utils_unittest.cc11 std::string Simplify(const char* title) { argument
12 return base::UTF16ToUTF8(SimplifyDocumentTitle(base::ASCIIToUTF16(title)));
/external/chromium_org/ui/base/models/
H A Dtree_model.cc12 const base::string16& title) {
11 SetTitle(TreeModelNode* node, const base::string16& title) argument
/external/fio/
H A Dgerror.h5 extern void gfio_report_info(struct gui *ui, const char *title, const char *message);
/external/icu/icu4c/source/samples/layout/
H A DGDIGUISupport.h25 virtual void postErrorMessage(const char *message, const char *title);
H A DGUISupport.h23 virtual void postErrorMessage(const char *message, const char *title) = 0;
H A DGnomeGUISupport.h25 virtual void postErrorMessage(const char *message, const char *title);
/external/oprofile/libop/
H A Dop_xml_events.h17 void open_xml_events(char const * title, char const * doc, op_cpu cpu_type);
/external/wpa_supplicant_8/hs20/server/www/
H A Dremediation.php3 <title>Hotspot 2.0 subscription remediation</title>
H A Dfree.php3 <title>Hotspot 2.0 - public and free hotspot</title>
/external/chromium_org/chrome/browser/ui/ash/launcher/
H A Dchrome_launcher_app_menu_item.cc8 const base::string16 title,
11 : title_(title),
7 ChromeLauncherAppMenuItem( const base::string16 title, const gfx::Image* icon, bool has_leading_separator) argument
/external/chromium_org/chrome/common/importer/
H A Dimported_bookmark_entry.cc19 title == other.title &&
/external/chromium_org/content/renderer/
H A Dclipboard_utils.h20 const blink::WebString& title);
23 const blink::WebString& title);
/external/chromium_org/content/test/data/indexeddb/
H A Dforce_close_event.js16 document.title = 'connection ready';
21 document.title = 'connection closed';
/external/chromium_org/content/test/data/npapi/
H A Dnpapi.js27 document.title = "OK";
29 document.title = "FAIL";
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGStyleElement.idl31 attribute DOMString title;
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitperl/VCSUtils_unittest/
H A DrunPatchCommand.pl37 $title = "runPatchCommand: Unsuccessful patch, forcing.";
50 ok($exitStatus != 0, $title);
53 $title = "runPatchCommand: New file, --dry-run.";
76 ok($exitStatus == 0, $title);
79 $title = "runPatchCommand: New file: \"$fileToPatch\".";
84 ok($exitStatus == 0, $title);
87 $title = "runPatchCommand: Reverse new file (clean up previous).";
92 ok($exitStatus == 0, $title);
/external/chromium_org/ui/base/ime/
H A Dinfolist_entry.h15 base::string16 title; member in struct:ui::InfolistEntry
19 InfolistEntry(const base::string16& title, const base::string16& body);
/external/chromium_org/ui/file_manager/file_manager/foreground/js/ui/
H A Dfile_manager_dialog_base.js47 * @param {string} title Title.
55 title, message, onOk, onCancel) {
56 return this.showImpl_(title, message, onOk, onCancel);
60 * @param {string} title Title.
69 title, message, onOk, onCancel) {
77 this, title, message, onOk, onCancel, null);
91 * @param {string} title Title.
95 FileManagerDialogBase.prototype.showTitleOnlyDialog = function(title) {
96 return this.showImpl_(title, '', null, null, null);
100 * @param {string} title Titl
[all...]
/external/jsilver/src/com/google/clearsilver/jsilver/examples/basic/
H A Diterate.cs5 <?cs var:result.title ?> ---> <?cs var:result.url ?>
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
H A DTitleBox.java40 private String title; field in class:TitleBox
51 return title;
55 * Sets the 3-letter ISO-639 language for this title.
63 public void setTitle(String title) { argument
64 this.title = title;
68 return 7 + Utf8.utf8StringLengthInBytes(title);
75 byteBuffer.put(Utf8.convert(title));
83 title = IsoTypeReader.readString(content);
87 return "TitleBox[language=" + getLanguage() + ";title
[all...]
/external/qemu/distrib/sdl-1.2.15/src/video/bwindow/
H A DSDL_syswm_c.h29 extern void BE_SetWMCaption(_THIS, const char *title, const char *icon);
/external/qemu/distrib/sdl-1.2.15/src/video/nanox/
H A DSDL_nxwm.c33 void NX_SetCaption (_THIS, const char * title, const char * icon) argument
41 GrSetWindowTitle (SDL_Window, title) ;
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dtrace.h28 #define wpa_trace_dump(title, ptr) \
29 wpa_trace_dump_func((title), (ptr)->btrace, (ptr)->btrace_num)
30 void wpa_trace_dump_func(const char *title, void **btrace, int btrace_num);
33 void wpa_trace_show(const char *title);
48 #define wpa_trace_dump(title, ptr) do { } while (0)
50 #define wpa_trace_show(title) do { } while (0)
60 void wpa_trace_dump_funcname(const char *title, void *pc);
64 #define wpa_trace_dump_funcname(title, pc) do { } while (0)
/external/wpa_supplicant_8/src/utils/
H A Dtrace.h28 #define wpa_trace_dump(title, ptr) \
29 wpa_trace_dump_func((title), (ptr)->btrace, (ptr)->btrace_num)
30 void wpa_trace_dump_func(const char *title, void **btrace, int btrace_num);
33 void wpa_trace_show(const char *title);
48 #define wpa_trace_dump(title, ptr) do { } while (0)
50 #define wpa_trace_show(title) do { } while (0)
60 void wpa_trace_dump_funcname(const char *title, void *pc);
64 #define wpa_trace_dump_funcname(title, pc) do { } while (0)

Completed in 590 milliseconds

1234567891011>>