Searched refs:title (Results 1 - 25 of 2115) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitperl/VCSUtils_unittest/
H A DremoveEOL.pl36 my $title;
39 $title = "removeEOL: Undefined argument.";
40 ok(removeEOL(undef) eq "", $title);
43 $title = "removeEOL: Line with Windows line ending.";
44 ok(removeEOL("This line ends with a Windows line ending.\r\n") eq "This line ends with a Windows line ending.", $title);
47 $title = "removeEOL: Line with Unix line ending.";
48 ok(removeEOL("This line ends with a Unix line ending.\n") eq "This line ends with a Unix line ending.", $title);
51 $title = "removeEOL: Line with Mac line ending.";
52 ok(removeEOL("This line ends with a Mac line ending.\r") eq "This line ends with a Mac line ending.", $title);
55 $title
[all...]
H A DparseFirstEOL.pl27 my $title;
30 $title = "parseFirstEOL: Empty string.";
31 ok(!defined(firstEOLInString("")), $title);
34 $title = "parseFirstEOL: Line without a line ending character";
35 ok(!defined(firstEOLInString("This line doesn't have a line ending character.")), $title);
38 $title = "parseFirstEOL: Line with Windows line ending.";
39 ok(firstEOLInString("This line ends with a Windows line ending.\r\n") eq "\r\n", $title);
42 $title = "parseFirstEOL: Line with Unix line ending.";
43 ok(firstEOLInString("This line ends with a Unix line ending.\n") eq "\n", $title);
46 $title
[all...]
H A DgeneratePatchCommand.pl37 $title = "generatePatchCommand: Undefined optional arguments.";
42 ok($patchCommand eq "patch -p0", $title);
43 ok($isForcing == 0, $title);
46 $title = "generatePatchCommand: Undefined options.";
52 ok($patchCommand eq "patch -p0", $title);
53 ok($isForcing == 0, $title);
56 $title = "generatePatchCommand: --force and no \"ensure force\".";
61 ok($patchCommand eq "patch -p0 --force", $title);
62 ok($isForcing == 1, $title);
65 $title
[all...]
/external/chromium_org/chrome/test/functional/perf/endure_graphs/
H A Dconfig.js7 title: 'Chrome Endure Tests',
/external/qemu/distrib/sdl-1.2.15/src/video/qtopia/
H A DSDL_syswm.cc30 void QT_SetWMCaption(_THIS, const char *title, const char *icon) argument
32 SDL_Win->setCaption(title);
H A DSDL_syswm_c.h27 extern void QT_SetWMCaption(_THIS, const char *title, const char *icon);
/external/icu4c/samples/layout/
H A DGDIGUISupport.cpp18 void GDIGUISupport::postErrorMessage(const char *message, const char *title) argument
20 MessageBoxA(NULL, message, title, MB_ICONERROR);
H A Dgsupport.h12 void gs_postErrorMessage(gs_guiSupport *guiSupport, const char *message, const char *title);
H A DGnomeGUISupport.cpp22 void GnomeGUISupport::postErrorMessage(const char *message, const char *title) argument
28 s = g_strconcat(title, ":\n", message, NULL);
33 fprintf(stderr, "%s: %s\n", title, message);
/external/chromium-trace/trace-viewer/src/tracing/analysis/
H A Dslice_view.js12 * title. If not registered, the default slice viewing logic is used.
48 SliceView.register = function(title, viewConstructor) {
49 if (SliceView.titleToViewInfoMap[title])
50 throw new Error('Handler already registerd for ' + title);
51 SliceView.titleToViewInfoMap[title] = {
56 SliceView.unregister = function(title) {
57 if (SliceView.titleToViewInfoMap[title] === undefined)
58 throw new Error(title + ' not registered');
59 delete SliceView.titleToViewInfoMap[title];
62 SliceView.getViewInfo = function(title) {
[all...]
/external/chromium-trace/trace-viewer/src/tracing/importer/linux_perf/
H A Dkfunc_parser_test.js38 assertEquals('sys_write', slices[0].title);
41 assertEquals('sys_write', slices[1].title);
42 assertEquals('sys_write (cont.)', slices[2].title);
45 assertEquals('sys_write', slices[3].title);
46 assertEquals('dequeueBuffer', slices[4].title);
47 assertEquals('sys_write (cont.)', slices[5].title);
50 assertEquals('sys_write', slices[6].title);
/external/chromium-trace/trace-viewer/src/tracing/trace_model/
H A Dtrace_model_event.js18 function TraceModelEvent(category, title, colorId, start, args) {
20 this.title = title;
/external/chromium_org/chrome/browser/importer/
H A Dimporter_unittest_utils.cc13 ASSERT_EQ(WideToUTF16Hack(expected.title), entry.title);
14 ASSERT_EQ(expected.in_toolbar, entry.in_toolbar) << entry.title;
15 ASSERT_EQ(expected.path_size, entry.path.size()) << entry.title;
16 ASSERT_EQ(expected.url, entry.url.spec()) << entry.title;
18 ASSERT_EQ(WideToUTF16Hack(expected.path[i]), entry.path[i]) << entry.title;
/external/chromium_org/chrome/browser/resources/ntp_android/
H A Dmockdata.js1238 title: 'Mail',
1243 title: 'Docs',
1248 title: 'Calendar',
1253 title: '',
1258 title: 'Acid3 Test',
1263 title: 'CNN',
1268 title: 'Tech Crunch',
1276 title: 'Bookmarks Bar',
1282 title: 'Docs',
1288 title
[all...]
/external/qemu/distrib/sdl-1.2.15/src/video/nanox/
H A DSDL_nxwm_c.h31 extern void NX_SetCaption (_THIS, const char * title, const char * icon) ;
/external/chromium_org/chrome/browser/resources/local_ntp/
H A Dmost_visited_title.js15 createMostVisitedLink(params, data.url, data.title, data.title));
/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;
/external/chromium_org/chrome/browser/task_manager/
H A Dtask_manager_util.cc64 string16 title = web_contents->GetTitle(); local
65 if (title.empty()) {
67 title = UTF8ToUTF16(url.spec());
69 title = base::i18n::GetDisplayStringInLTRDirectionality(title);
75 // might be wrong. For example, http://mail.yahoo.com, whose title is
80 base::i18n::AdjustStringForLocaleDirection(&title);
82 return title;
/external/proguard/src/proguard/gui/
H A DMessageDialogRunnable.java37 private final String title; field in class:MessageDialogRunnable
47 String title,
54 title,
70 String title,
75 this.title = title;
87 title,
45 showMessageDialog(Component parentComponent, Object message, String title, int messageType) argument
68 MessageDialogRunnable(Component parentComponent, Object message, String title, int messageType) argument
/external/chromium_org/content/common/
H A Dset_process_title.cc40 std::string title; local
49 // use the path it points at for our process title. Note that this is only for
55 title = target.value();
59 if (EndsWith(title, kDeletedSuffix, true))
60 title.resize(title.size() - kDeletedSuffix.size());
66 prctl(PR_SET_NAME, base::FilePath(title).BaseName().value().c_str());
73 if (!title.empty())
74 title += " ";
75 title
[all...]
/external/chromium_org/content/test/data/media/
H A Dmedia_utils.js30 function setResultInTitle(title) {
31 // If document title is 'ENDED', then update it with new title to possibly
32 // mark a test as failure. Otherwise, keep the first title change in place.
33 if (!titleChanged || document.title.toUpperCase() == 'ENDED')
34 document.title = title.toUpperCase();
35 console.log('Set document title to: ' + title + ', updated title
[all...]
/external/grub/docs/
H A Dmenu.lst15 title GNU/Hurd
21 title GNU/Linux
27 title GNU/kFreeBSD
32 title GNU/kNetBSD
37 title Utah Mach4 multiboot
44 title FreeBSD
49 title NetBSD
54 title OpenBSD
59 title OS/2
68 title Window
[all...]
/external/chromium_org/chrome/test/webdriver/commands/
H A Dtitle_command.cc26 std::string title; local
27 Error* error = session_->GetTitle(&title);
32 response->SetValue(new StringValue(title));
/external/chromium/chrome/common/extensions/docs/examples/extensions/email_this_page/
H A Dcontent_script.js8 "title": document.title,
/external/chromium_org/chrome/browser/ui/android/
H A Dsimple_message_box_android.cc12 const string16& title,
11 ShowMessageBox(gfx::NativeWindow parent, const string16& title, const string16& message, MessageBoxType type) argument

Completed in 854 milliseconds

1234567891011>>