Searched defs:title (Results 201 - 225 of 817) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/
H A DShortcutHelperTest.java28 + "<title>" + WEBAPP_TITLE + "</title>"
36 + "<title>" + SECOND_WEBAPP_TITLE + "</title>"
42 + "<head><title>" + NORMAL_TITLE + "</title></head>"
50 + "<title>Not the right title</title>"
145 // Add a webapp shortcut to check unedited title
177 addShortcutToURL(String url, final String title) argument
[all...]
H A DSmartClipProviderTest.java61 public void notifyCalled(String title, String url, String text, String html, Rect rect) { argument
62 mTitle = title;
123 String title = bundle.getString("title");
128 mCallbackHelper.notifyCalled(title, url, text, html, rect);
/external/chromium_org/chrome/browser/bookmarks/
H A Dchrome_bookmark_client_unittest.cc62 static base::DictionaryValue* CreateBookmark(const std::string& title, argument
66 dict->SetString("name", title);
71 static base::DictionaryValue* CreateFolder(const std::string& title, argument
74 dict->SetString("name", title);
103 base::string16 title; local
104 if (!dict->GetString("name", &title) || node->GetTitle() != title)
/external/chromium_org/chrome/browser/chromeos/drive/
H A Ddirectory_loader_unittest.cc112 scoped_ptr<google_apis::FileResource> AddNewFile(const std::string& title) { argument
119 title,
/external/chromium_org/chrome/browser/chromeos/memory/
H A Doom_priority_manager.h82 base::string16 title; member in struct:chromeos::OomPriorityManager::TabStats
/external/chromium_org/chrome/browser/devtools/
H A Ddevtools_target_impl.h76 void set_title(const std::string& title) { title_ = title; } argument
/external/chromium_org/chrome/browser/extensions/api/context_menus/
H A Dcontext_menus_api_helpers.h173 std::string title; local
174 if (create_properties.title.get())
175 title = *create_properties.title;
178 if (title.empty() && type != MenuItem::SEPARATOR) {
194 new MenuItem(item_id, title, checked, enabled, type, contexts));
252 if (update_properties.title.get()) {
253 std::string title(*update_properties.title);
254 if (title
[all...]
/external/chromium_org/chrome/browser/extensions/api/identity/
H A Dgaia_web_auth_flow.cc218 void GaiaWebAuthFlow::OnAuthFlowTitleChange(const std::string& title) { argument
219 // On the final page the title will be "Loading <redirect-url>".
224 if (StartsWithASCII(title, prefix, true)) {
225 GURL url(title.substr(prefix.length(), std::string::npos));
/external/chromium_org/chrome/browser/history/
H A Dhistory_querying_unittest.cc29 const char* title; member in struct:history::__anon4097::TestEntry
66 // Now check the URL & title.
68 result.title() ==
69 base::UTF8ToUTF16(test_entries[test_entry_index].title);
128 // the title of both entries so that they match a text query.
159 history_->SetPageTitle(url, base::UTF8ToUTF16(entry.title));
425 // be de-duplicated. Entry #4 does not contain the text "title", so it
428 TestPaging("title", expected_results, arraysize(expected_results));
/external/chromium_org/chrome/browser/printing/
H A Dprint_dialog_cloud_unittest.cc82 MockCloudPrintFlowHandler(const base::string16& title, argument
85 : CloudPrintFlowHandler(NULL, title, print_ticket, file_type) {}
/external/chromium_org/chrome/browser/
H A Dshell_integration_linux_unittest.cc432 const char* title; member in struct:shell_integration_linux::__anon4671
568 base::ASCIIToUTF16(test_cases[i].title),
603 const char* title; member in struct:shell_integration_linux::__anon4672
637 GetDirectoryFileContents(base::ASCIIToUTF16(test_cases[i].title),
/external/chromium_org/chrome/browser/sync/test/integration/
H A Dsingle_client_bookmarks_sync_test.cc39 // is being used and each bookmark has a unique title. Folders are not
65 base::UTF16ToUTF8(it->title)));
160 // Wait for the title change to sync.
189 std::string title = "Montreal Canadiens"; local
193 title, GURL("http://canadiens.nhl.com")).Build();
200 ASSERT_EQ(1, CountBookmarksWithTitlesMatching(0, title));
221 const BookmarkNode* bookmark = AddURL(0, "title", page_url);
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/
H A Ddrive_service_wrapper.cc108 const std::string& title,
113 title, directory_resource_id, callback);
107 SearchByTitle( const std::string& title, const std::string& directory_resource_id, const google_apis::FileListCallback& callback) argument
H A Dfake_drive_uploader.cc93 const std::string& title,
106 title,
115 title,
90 UploadNewFile( const std::string& parent_resource_id, const base::FilePath& local_file_path, const std::string& title, const std::string& content_type, const UploadNewFileOptions& options, const UploadCompletionCallback& callback, const ProgressCallback& progress_callback) argument
/external/chromium_org/chrome/browser/task_manager/
H A Dbackground_information.cc91 base::string16 title = application_name_; local
93 if (title.empty()) {
94 // No title (can't locate the parent app for some reason) so just display
96 title = base::i18n::GetDisplayStringInLTRDirectionality(
99 return l10n_util::GetStringFUTF16(IDS_TASK_MANAGER_BACKGROUND_PREFIX, title);
H A Dtask_manager_browsertest.cc95 int FindResourceIndex(const base::string16& title) { argument
97 if (title == model()->GetResourceTitle(i))
379 // page) should be an extension resource whose title starts with "Extension:".
381 // WebContents and an extension. The title should start with "Extension:".
405 // page) should be an extension resource whose title starts with "Extension:".
407 // WebContents and an extension. The title should start with "Extension:".
532 // Check that the new entry's title starts with "Tab:".
539 // Force the TaskManager to query the title.
546 // Now reload and check that the last entry's title now starts with "App:".
549 // Force the TaskManager to query the title
[all...]
H A Dtask_manager_browsertest_util.cc150 base::string16 MatchTab(const char* title) { argument
152 base::ASCIIToUTF16(title));
159 base::string16 MatchExtension(const char* title) { argument
161 base::ASCIIToUTF16(title));
166 base::string16 MatchApp(const char* title) { argument
168 base::ASCIIToUTF16(title));
173 base::string16 MatchWebView(const char* title) { argument
176 base::ASCIIToUTF16(title));
181 base::string16 MatchBackground(const char* title) { argument
183 base::ASCIIToUTF16(title));
188 MatchPrint(const char* title) argument
[all...]
/external/chromium_org/chrome/browser/ui/android/
H A Djavascript_app_modal_dialog_android.cc60 ScopedJavaLocalRef<jstring> title = local
61 ConvertUTF16ToJavaString(env, dialog_->title());
68 title.obj(), message.obj(),
75 env, title.obj(), message.obj(), dialog_->is_reload(),
79 title.obj(), message.obj(),
88 title.obj(), message.obj(),
/external/chromium_org/chrome/browser/ui/app_modal_dialogs/
H A Djavascript_app_modal_dialog.cc65 const base::string16& title,
73 : AppModalDialog(web_contents, title),
62 JavaScriptAppModalDialog( WebContents* web_contents, ExtraDataMap* extra_data_map, const base::string16& title, content::JavaScriptMessageType javascript_message_type, const base::string16& message_text, const base::string16& default_prompt_text, bool display_suppress_checkbox, bool is_before_unload_dialog, bool is_reload, const JavaScriptDialogManager::DialogClosedCallback& callback) argument
/external/chromium_org/chrome/browser/ui/bookmarks/
H A Dbookmark_context_menu_controller.cc215 base::string16 title; local
218 &url, &title);
222 parent, index, url, title),
/external/chromium_org/chrome/browser/ui/cocoa/
H A Dhistory_menu_bridge.h72 // The title for the menu item.
73 base::string16 title; member in struct:HistoryMenuBridge::HistoryItem
162 // Adds a given title and URL to the passed-in menu with a certain tag and
/external/chromium_org/chrome/browser/ui/cocoa/tabs/
H A Dtab_view.h19 // the mouse) and when they are _alerted_ (to show that the tab's title has
22 // The state of alerting (to show a title change on an unselected, pinned tab).
85 @property(retain, nonatomic) NSString* title; variable
117 // pinned tab whose title changed).
/external/chromium_org/chrome/browser/ui/toolbar/
H A Dback_forward_menu_model_unittest.cc78 void LoadURLAndUpdateState(const char* url, const char* title) { argument
80 controller().GetLastCommittedEntry()->SetTitle(base::UTF8ToUTF16(title));
/external/chromium_org/chrome/browser/ui/views/accessibility/
H A Dinvert_bubble_view.cc78 views::Label* title = new views::Label( local
80 title->SetMultiLine(true);
110 layout->AddView(title, 4, 1);
120 title->SetText(l10n_util::GetStringUTF16(IDS_HIGH_CONTRAST_NOTIFICATION));
121 title->SizeToFit(size.width());
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dbrowser_root_view.cc99 base::string16 title; local
102 ui::OSExchangeData::CONVERT_FILENAMES, &url, &title) ||

Completed in 478 milliseconds

1234567891011>>