Searched refs:title (Results 126 - 150 of 2115) sorted by relevance

1234567891011>>

/external/chromium_org/content/test/
H A Dcontent_browser_test_test.cc32 string16 title = title_watcher.WaitAndGetTitle(); local
33 EXPECT_EQ(expected_title, title);
/external/chromium_org/printing/backend/
H A Dprint_backend.cc41 string16 PrintBackend::SimplifyDocumentTitle(const string16& title) { argument
42 string16 no_controls(title);
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DConsole.idl46 [CallWith=ScriptState] void profile([Default=NullString] optional DOMString title);
47 [CallWith=ScriptState] void profileEnd([Default=NullString] optional DOMString title);
49 void time([TreatNullAs=NullString, TreatUndefinedAs=NullString] DOMString title);
50 [CallWith=ScriptState] void timeEnd([TreatNullAs=NullString, TreatUndefinedAs=NullString] DOMString title);
/external/chromium_org/third_party/WebKit/Source/modules/notifications/
H A DNotificationCenter.idl37 [MeasureAs=LegacyTextNotifications, ActivityLog=Access, RaisesException] Notification createNotification(DOMString iconUrl, DOMString title, DOMString body);
/external/chromium_org/third_party/skia/include/views/
H A DSkOSWindow_Android.h41 virtual void onPDFSaved(const char title[], const char desc[],
47 virtual void onSetTitle(const char title[]);
H A DSkOSWindow_NaCl.h40 virtual void onPDFSaved(const char title[], const char desc[],
46 virtual void onSetTitle(const char title[]);
/external/chromium_org/ui/webui/resources/js/cr/ui/
H A Dalert_overlay.js43 * @param {string} title The alert title to display to the user.
45 * @param {string=} okTitle The title of the OK button. If undefined or empty,
47 * @param {string=} cancelTitle The title of the cancel button. If undefined
55 title, message, okTitle, cancelTitle, okCallback, cancelCallback) {
56 if (typeof title != 'undefined')
57 $('alertOverlayTitle').textContent = title;
58 $('alertOverlayTitle').hidden = typeof title == 'undefined';
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/
H A DUiUtils.java31 public static void openWarning(Shell parent, String title, String message) { argument
34 title,
/external/linux-tools-perf/util/ui/
H A Dsetup.c41 char title[] = "Fatal Error", ok[] = "Ok"; local
42 newtWinMessage(title, ok, ui_helpline__last_msg);
/external/qemu/distrib/sdl-1.2.15/src/video/wincommon/
H A DSDL_syswm_c.h31 extern void WIN_SetWMCaption(_THIS, const char *title, const char *icon);
/external/skia/include/views/
H A DSkOSWindow_Android.h41 virtual void onPDFSaved(const char title[], const char desc[],
47 virtual void onSetTitle(const char title[]);
H A DSkOSWindow_NaCl.h40 virtual void onPDFSaved(const char title[], const char desc[],
46 virtual void onSetTitle(const char title[]);
/external/chromium/chrome/browser/bookmarks/
H A Dbookmark_node_data_unittest.cc57 const std::wstring title(L"title");
60 data.SetURL(url, title);
68 EXPECT_EQ(title, drag_data.elements[0].title);
81 const string16 title(ASCIIToUTF16("blah"));
82 const BookmarkNode* node = model->AddURL(root, 0, title, url);
88 EXPECT_EQ(title, WideToUTF16Hack(drag_data.elements[0].title));
100 EXPECT_EQ(title, read_dat
[all...]
/external/chromium/chrome/browser/importer/
H A Dfirefox_importer_unittest.cc104 // Unicode characters in title and shortcut.
105 string16 title; local
113 charset, &title, &url, &favicon, &shortcut, &add_date, &post_data);
115 EXPECT_EQ(L"\x4E2D\x6587", UTF16ToWide(title));
124 charset, &title, &url, &favicon, &shortcut, &add_date, &post_data);
126 EXPECT_EQ(ASCIIToUTF16("name"), title);
134 charset, &title, &url, &favicon, &shortcut, &add_date, &post_data);
136 EXPECT_EQ(ASCIIToUTF16("name"), title);
145 charset, &title, &url, &favicon, &shortcut, &add_date, &post_data);
147 EXPECT_EQ(ASCIIToUTF16("name"), title);
[all...]
/external/chromium_org/chrome/browser/bookmarks/
H A Dbookmark_node_data_unittest.cc55 const string16 title(ASCIIToUTF16("google.com"));
58 data.SetURL(url, title);
66 EXPECT_EQ(title, drag_data.elements[0].title);
79 const string16 title(ASCIIToUTF16("foo.com"));
80 const BookmarkNode* node = model->AddURL(root, 0, title, url);
86 EXPECT_EQ(title, drag_data.elements[0].title);
98 EXPECT_EQ(title, read_data.elements[0].title);
[all...]
H A Dbookmark_node_data_views.cc33 data->SetURL(elements[0].url, elements[0].title);
58 string16 title; local
59 if (data.GetURLAndTitle(&url, &title))
60 ReadFromTuple(url, title);
/external/chromium_org/chrome/browser/sync/test/integration/
H A Dtwo_client_bookmarks_sync_test.cc99 std::wstring title = L"Google"; local
101 ASSERT_TRUE(AddURL(0, title, initial_url) != NULL);
230 std::wstring title = IndexedURLTitle(i); local
232 ASSERT_TRUE(AddURL(0, i, title, url) != NULL);
234 0, GetOtherNode(0), i, title, url) != NULL);
248 std::wstring title = IndexedURLTitle(i); local
250 ASSERT_TRUE(AddURL(0, i, title, url) != NULL);
252 std::wstring title = IndexedFolderName(i); local
253 const BookmarkNode* folder = AddFolder(0, i, title);
257 std::wstring title local
266 std::wstring title = IndexedURLTitle(i); local
307 std::wstring title = IndexedURLTitle(1); local
343 std::wstring title = IndexedURLTitle(1); local
386 std::wstring title = IndexedFolderName(1); local
404 std::wstring title = IndexedFolderName(1); local
421 std::wstring title = IndexedFolderName(1); local
426 std::wstring title = IndexedURLTitle(i); local
430 std::wstring title = IndexedSubfolderName(i); local
452 std::wstring title = IndexedURLTitle(i); local
456 std::wstring title = IndexedSubfolderName(1); local
460 std::wstring title = IndexedURLTitle(i); local
464 std::wstring title = IndexedSubsubfolderName(i); local
483 std::wstring title = IndexedURLTitle(1); local
521 std::wstring title = IndexedURLTitle(i); local
542 std::wstring title = IndexedURLTitle(i); local
563 std::wstring title = IndexedURLTitle(i); local
584 std::wstring title = IndexedURLTitle(i); local
605 std::wstring title = IndexedURLTitle(i); local
644 std::wstring title = IndexedURLTitle(i); local
648 std::wstring title = IndexedFolderName(i); local
671 std::wstring title = IndexedURLTitle(i); local
675 std::wstring title = IndexedFolderName(i); local
680 std::wstring title = IndexedURLTitle(i); local
703 std::wstring title = IndexedURLTitle(i); local
707 std::wstring title = IndexedFolderName(i); local
713 std::wstring title = IndexedURLTitle(i); local
717 std::wstring title = IndexedSubfolderName(i); local
724 std::wstring title = IndexedURLTitle(j); local
729 std::wstring title = IndexedSubsubfolderName(j); local
754 std::wstring title = IndexedURLTitle(i); local
763 std::wstring title = IndexedURLTitle(i); local
767 std::wstring title = IndexedSubsubfolderName(i); local
807 std::wstring title = IndexedURLTitle(i); local
829 std::wstring title = IndexedURLTitle(i); local
856 std::wstring title = IndexedURLTitle(i); local
880 std::wstring title = IndexedURLTitle(i); local
888 std::wstring title = IndexedURLTitle(i + 3); local
912 std::wstring title = IndexedURLTitle(i); local
920 std::wstring title = IndexedURLTitle(i + 3); local
946 std::wstring title = IndexedURLTitle(i); local
950 std::wstring title = IndexedFolderName(level); local
957 std::wstring title = IndexedURLTitle(i + 10); local
987 std::wstring title = IndexedURLTitle(i); local
991 std::wstring title = IndexedFolderName(level); local
998 std::wstring title = IndexedURLTitle(i + 10); local
1026 std::wstring title = IndexedURLTitle(i); local
1030 std::wstring title = IndexedFolderName(level); local
1058 std::wstring title = IndexedURLTitle(i); local
1062 std::wstring title = IndexedFolderName(level); local
1071 std::wstring title = IndexedURLTitle(i); local
1094 std::wstring title = IndexedURLTitle(i); local
1098 std::wstring title = IndexedFolderName(level); local
1108 std::wstring title = IndexedURLTitle(i); local
1127 std::wstring title = IndexedFolderName(i); local
1131 std::wstring title = IndexedURLTitle(j); local
1151 std::wstring title = IndexedFolderName(i); local
1155 std::wstring title = IndexedURLTitle(1000 * i + j); local
1198 std::wstring title = IndexedURLTitle(i); local
1246 std::wstring title = IndexedURLTitle(i); local
1274 std::wstring title = IndexedURLTitle(i); local
1281 std::wstring title = IndexedURLTitle(i); local
1299 std::wstring title = IndexedURLTitle(i); local
1366 std::wstring title = IndexedURLTitle(i); local
1388 std::wstring title = IndexedURLTitle(j); local
1392 std::wstring title = IndexedFolderName(j); local
1410 std::wstring title = IndexedURLTitle(i); local
1416 std::wstring title = IndexedURLTitle(j); local
1499 std::wstring title = IndexedURLTitle(i+1); local
1505 std::wstring title = IndexedURLTitle(j+4); local
1526 std::wstring title = IndexedURLTitle(i); local
1534 std::wstring title = IndexedURLTitle(i+1); local
1647 std::wstring title = IndexedURLTitle(i); local
1674 std::wstring title = IndexedURLTitle(i); local
1717 std::wstring title = IndexedURLTitle(i); local
1732 std::wstring title = IndexedURLTitle(j); local
[all...]
/external/antlr/antlr-3.4/gunit/src/main/resources/org/antlr/gunit/
H A DgUnitTestResult.stg30 testResult(title, num_of_test, num_of_failure, failure, has_invalid, num_of_invalid, invalid) ::= <<
32 <title> with <num_of_test> tests
/external/chromium/chrome/browser/chromeos/notifications/
H A Dsystem_notification.h27 // to uniquely identify this notification. The title is the title of
32 const string16& title);
38 const string16& title);
42 void set_title(const string16& title) { title_ = title; } argument
H A Dsystem_notification_factory.cc18 const GURL& icon, const string16& title,
22 icon, title, text, WebKit::WebTextDirectionDefault);
29 const GURL& icon, const string16& title,
38 subst.push_back(EscapeForHTML(UTF16ToUTF8(title)));
17 Create( const GURL& icon, const string16& title, const string16& text, NotificationDelegate* delegate) argument
28 Create( const GURL& icon, const string16& title, const string16& text, const string16& link, NotificationDelegate* delegate) argument
/external/chromium/chrome/browser/custom_handlers/
H A Dregister_protocol_handler_infobar_delegate.cc43 handler_->title(), UTF8ToUTF16(handler_->url().host()),
44 UTF8ToUTF16(handler_->protocol()), old_handler->title()) :
46 handler_->title(), UTF8ToUTF16(handler_->url().host()),
54 handler_->title()) :
/external/chromium/chrome/browser/resources/options/
H A Dautofill_options.js84 * overlay title.
88 var title = localStrings.getString('addAddressTitle');
89 AutofillEditAddressOverlay.setTitle(title);
97 * overlay title.
101 var title = localStrings.getString('addCreditCardTitle');
102 AutofillEditCreditCardOverlay.setTitle(title);
172 var title = localStrings.getString('editAddressTitle');
173 AutofillEditAddressOverlay.setTitle(title);
185 var title = localStrings.getString('editCreditCardTitle');
186 AutofillEditCreditCardOverlay.setTitle(title);
[all...]
/external/chromium/chrome/browser/ssl/
H A Dssl_error_info.cc18 SSLErrorInfo::SSLErrorInfo(const string16& title, argument
22 : title_(title),
32 string16 title, details, short_description; local
36 title =
74 title = l10n_util::GetStringUTF16(IDS_CERT_ERROR_EXPIRED_TITLE);
86 title = l10n_util::GetStringUTF16(IDS_CERT_ERROR_NOT_YET_VALID_TITLE);
99 title = l10n_util::GetStringUTF16(IDS_CERT_ERROR_AUTHORITY_INVALID_TITLE);
115 title = l10n_util::GetStringUTF16(IDS_CERT_ERROR_CONTAINS_ERRORS_TITLE);
128 title = l10n_util::GetStringUTF16(
136 title
[all...]
/external/chromium-trace/trace-viewer/src/tracing/analysis/
H A Ddefault_object_view.css23 .default-object-view .title,
24 .default-object-view .title {
/external/chromium_org/chrome/browser/resources/file_manager/js/
H A Daction_choice_util.js20 title: loadTimeData.getString('ACTION_CHOICE_VIEW_FILES'),
24 title: loadTimeData.getString('ACTION_CHOICE_PHOTOS_DRIVE'),
38 title: handlers[i].title,

Completed in 824 milliseconds

1234567891011>>