Searched refs:title (Results 151 - 175 of 1951) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/ui/toolbar/
H A Drecent_tabs_sub_menu_model_unittest.cc191 base::string16 title; local
192 EXPECT_FALSE(model.GetURLAndTitleForItemAtIndex(0, &url, &title));
193 EXPECT_FALSE(model.GetURLAndTitleForItemAtIndex(1, &url, &title));
194 EXPECT_FALSE(model.GetURLAndTitleForItemAtIndex(2, &url, &title));
234 base::string16 title; local
235 EXPECT_FALSE(model.GetURLAndTitleForItemAtIndex(0, &url, &title));
236 EXPECT_TRUE(model.GetURLAndTitleForItemAtIndex(1, &url, &title));
237 EXPECT_TRUE(model.GetURLAndTitleForItemAtIndex(2, &url, &title));
238 EXPECT_FALSE(model.GetURLAndTitleForItemAtIndex(3, &url, &title));
239 EXPECT_FALSE(model.GetURLAndTitleForItemAtIndex(4, &url, &title));
345 base::string16 title; local
436 base::string16 title; local
[all...]
/external/chromium_org/chrome/browser/sync/test/integration/
H A Dtwo_client_bookmarks_sync_test.cc132 std::string title = "Google"; local
134 ASSERT_TRUE(AddURL(0, title, initial_url) != NULL);
263 std::string title = IndexedURLTitle(i); local
265 ASSERT_TRUE(AddURL(0, i, title, url) != NULL);
267 0, GetOtherNode(0), i, title, url) != NULL);
281 std::string title = IndexedURLTitle(i); local
283 ASSERT_TRUE(AddURL(0, i, title, url) != NULL);
285 std::string title = IndexedFolderName(i); local
286 const BookmarkNode* folder = AddFolder(0, i, title);
290 std::string title local
299 std::string title = IndexedURLTitle(i); local
340 std::string title = IndexedURLTitle(1); local
376 std::string title = IndexedURLTitle(1); local
419 std::string title = IndexedFolderName(1); local
437 std::string title = IndexedFolderName(1); local
454 std::string title = IndexedFolderName(1); local
459 std::string title = IndexedURLTitle(i); local
463 std::string title = IndexedSubfolderName(i); local
485 std::string title = IndexedURLTitle(i); local
489 std::string title = IndexedSubfolderName(1); local
493 std::string title = IndexedURLTitle(i); local
497 std::string title = IndexedSubsubfolderName(i); local
516 std::string title = IndexedURLTitle(1); local
554 std::string title = IndexedURLTitle(i); local
575 std::string title = IndexedURLTitle(i); local
596 std::string title = IndexedURLTitle(i); local
617 std::string title = IndexedURLTitle(i); local
638 std::string title = IndexedURLTitle(i); local
677 std::string title = IndexedURLTitle(i); local
681 std::string title = IndexedFolderName(i); local
704 std::string title = IndexedURLTitle(i); local
708 std::string title = IndexedFolderName(i); local
713 std::string title = IndexedURLTitle(i); local
736 std::string title = IndexedURLTitle(i); local
740 std::string title = IndexedFolderName(i); local
746 std::string title = IndexedURLTitle(i); local
750 std::string title = IndexedSubfolderName(i); local
757 std::string title = IndexedURLTitle(j); local
762 std::string title = IndexedSubsubfolderName(j); local
787 std::string title = IndexedURLTitle(i); local
796 std::string title = IndexedURLTitle(i); local
800 std::string title = IndexedSubsubfolderName(i); local
840 std::string title = IndexedURLTitle(i); local
868 std::string title = IndexedURLTitle(i); local
901 std::string title = IndexedURLTitle(i); local
925 std::string title = IndexedURLTitle(i); local
933 std::string title = IndexedURLTitle(i + 3); local
957 std::string title = IndexedURLTitle(i); local
965 std::string title = IndexedURLTitle(i + 3); local
991 std::string title = IndexedURLTitle(i); local
995 std::string title = IndexedFolderName(level); local
1002 std::string title = IndexedURLTitle(i + 10); local
1032 std::string title = IndexedURLTitle(i); local
1036 std::string title = IndexedFolderName(level); local
1043 std::string title = IndexedURLTitle(i + 10); local
1071 std::string title = IndexedURLTitle(i); local
1075 std::string title = IndexedFolderName(level); local
1103 std::string title = IndexedURLTitle(i); local
1107 std::string title = IndexedFolderName(level); local
1116 std::string title = IndexedURLTitle(i); local
1139 std::string title = IndexedURLTitle(i); local
1143 std::string title = IndexedFolderName(level); local
1153 std::string title = IndexedURLTitle(i); local
1172 std::string title = IndexedFolderName(i); local
1176 std::string title = IndexedURLTitle(j); local
1196 std::string title = IndexedFolderName(i); local
1200 std::string title = IndexedURLTitle(1000 * i + j); local
1243 std::string title = IndexedURLTitle(i); local
1291 std::string title = IndexedURLTitle(i); local
1319 std::string title = IndexedURLTitle(i); local
1326 std::string title = IndexedURLTitle(i); local
1344 std::string title = IndexedURLTitle(i); local
1411 std::string title = IndexedURLTitle(i); local
1433 std::string title = IndexedURLTitle(j); local
1437 std::string title = IndexedFolderName(j); local
1455 std::string title = IndexedURLTitle(i); local
1461 std::string title = IndexedURLTitle(j); local
1544 std::string title = IndexedURLTitle(i+1); local
1550 std::string title = IndexedURLTitle(j+4); local
1571 std::string title = IndexedURLTitle(i); local
1579 std::string title = IndexedURLTitle(i+1); local
1693 std::string title = IndexedURLTitle(i); local
1720 std::string title = IndexedURLTitle(i); local
1763 std::string title = IndexedURLTitle(i); local
1778 std::string 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-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/android/java/src/org/chromium/chrome/browser/infobar/
H A DDataReductionProxyInfoBar.java20 * Launch a data reduction proxy {@link InfoBar} with the specified title and link
25 * @param title The text to display in the {@link InfoBar}.
32 String title,
37 sTitle = title;
50 String title,
52 launch(webContents, settingsClassName, drpSettingsClassName, title, linkText, "");
29 launch(WebContents webContents, String settingsClassName, String drpSettingsClassName, String title, String linkText, String linkUrl) argument
47 launch(WebContents webContents, String settingsClassName, String drpSettingsClassName, String title, String linkText) argument
/external/chromium_org/chrome/browser/resources/app_list/
H A Drecommended_apps.js38 * Sets the text title.
41 set textTitle(title) {
42 this.textContent = title;
/external/chromium_org/chrome/browser/resources/options/chromeos/
H A Dpointer_overlay.js15 // The title is updated dynamically in the setTitle method as pointer
46 * Updates the title of the pointer dialog. The title is set dynamically
51 * @param {string} label i18n key for the overlay title.
57 var title = loadTimeData.getString(label);
58 button.textContent = title;
/external/chromium_org/chrome/browser/resources/uber/
H A Duber_page_manager_observer.js34 * Uses uber to set the title.
35 * @param {string} title The title to set.
38 updateTitle: function(title) {
39 uber.setTitle(title);
/external/chromium_org/chrome/browser/status_icons/
H A Ddesktop_notification_balloon.h26 const base::string16& title,
/external/chromium_org/chrome/browser/ui/
H A Dscreen_capture_notification_ui_stub.cc24 const base::string16& title) {
23 Create( const base::string16& title) argument
/external/chromium_org/chrome/common/importer/
H A Dimported_bookmark_entry.h24 base::string16 title; member in struct:ImportedBookmarkEntry
/external/chromium_org/components/bookmarks/browser/
H A Dbookmark_node_data_views.cc41 data->SetURL(elements[0].url, elements[0].title);
66 base::string16 title; local
68 ui::OSExchangeData::CONVERT_FILENAMES, &url, &title))
69 ReadFromTuple(url, title);
/external/chromium_org/components/dom_distiller/core/
H A Dviewer.cc93 void EnsureNonEmptyTitleAndContent(std::string* title, std::string* content) { argument
94 if (title->empty())
95 *title = l10n_util::GetStringUTF8(IDS_DOM_DISTILLER_VIEWER_NO_DATA_TITLE);
104 const std::string& title,
114 substitutions.push_back(title); // $1
156 std::string title = net::EscapeForHTML(page_proto->title()); local
160 EnsureNonEmptyTitleAndContent(&title, &unsafe_article_html);
163 title, unsafe_article_html, "visible", original_url, theme, font_family);
171 std::string title; local
103 ReplaceHtmlTemplateValues( const std::string& title, const std::string& content, const std::string& loading_indicator_class, const std::string& original_url, const DistilledPagePrefs::Theme theme, const DistilledPagePrefs::FontFamily font_family) argument
197 std::string title = l10n_util::GetStringUTF8( local
[all...]
/external/chromium_org/content/public/common/
H A Dfile_chooser_params.h38 // Title to be used for the dialog. This may be empty for the default title,
40 base::string16 title; member in struct:content::FileChooserParams
H A Dshow_desktop_notification_params.h24 base::string16 title; member in struct:content::ShowDesktopNotificationHostMsgParams
/external/chromium_org/media/test/data/eme_player_js/
H A Dutils.js19 option.title = keyValueOptions[key];
124 optionElement.title = option;
131 var title = 'FAILED';
134 title = msg.name || 'Error';
135 failMessage += title + ' ' + msg.message;
139 title = msg.type;
144 title = newTitle || title;
148 Utils.setResultInTitle(title);
211 document.title
[all...]
/external/chromium_org/sync/test/fake_server/
H A Dentity_builder_factory.h24 BookmarkEntityBuilder NewBookmarkEntityBuilder(const std::string& title,
/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DHistory.idl36 [Custom, PerContextEnabled=PushState, RaisesException] void pushState(any data, DOMString title, optional DOMString url);
37 [Custom, PerContextEnabled=PushState, RaisesException] void replaceState(any data, DOMString title, optional DOMString url);
/external/chromium_org/third_party/WebKit/public/web/
H A DWebFileChooserParams.h48 // |title| is the title for a file chooser dialog. It can be an empty string.
49 WebString title; member in struct:blink::WebFileChooserParams
/external/chromium_org/third_party/mozilla/
H A DNSPasteboard+Utils.h53 - (void) setDataForURL:(NSString*)url title:(NSString*)title;
/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/primitives/
H A Dchoice_helpers.cc22 ChoiceBuilder::ChoiceBuilder(const std::string& title, const Choices& choices) argument
24 input_helper_(TypedInput(title)) {
70 const std::string& title, const std::string& raw_choices) {
71 return ChoiceBuilder(title, SplitChoices(raw_choices));
69 FromChoices( const std::string& title, const std::string& raw_choices) argument
/external/chromium_org/ui/base/dragdrop/
H A Dcocoa_dnd_util.h32 // Populates the |url| and |title| with URL data in |pboard|. There may be more
34 // |title| is an optional parameter. Returns |YES| if URL data was obtained from
38 base::string16* title,
/external/doclava/res/assets/templates/
H A Dhead_tag.cs7 <title>
8 <?cs if:page.title ?>
9 <?cs var:page.title ?> |
15 </title>
/external/llvm/docs/
H A Dconf.py107 # A shorter title for the navigation bar. Default is the same as html_title.
183 # (source start file, target name, title, author, documentclass [howto/manual]).
190 # the title page.
230 title = f.readline().rstrip('\n') variable
233 if len(header) != len(title):
235 "error: invalid header in %r (does not match title)" % (
237 if ' - ' not in title:
239 ("error: invalid title in %r "
243 # Split the name out of the title.
244 name,description = title
[all...]
/external/qemu/distrib/sdl-1.2.15/src/video/photon/
H A DSDL_ph_wm_c.h30 extern void ph_SetCaption(_THIS, const char *title, const char *icon);

Completed in 1012 milliseconds

1234567891011>>