HomeSort by relevance Sort by last modified time
    Searched refs:set_title (Results 1 - 25 of 134) sorted by null

1 2 3 4 5 6

  /external/chromium/chrome/browser/chromeos/panels/
panel_scroller_header.h 20 void set_title(const string16& title) { title_ = title; } function in class:PanelScrollerHeader
panel_scroller.cc 35 panel->header->set_title(ASCIIToUTF16("Email"));
41 panel->header->set_title(ASCIIToUTF16("Chat"));
47 panel->header->set_title(ASCIIToUTF16("Calendar"));
53 panel->header->set_title(ASCIIToUTF16("Recent searches"));
59 panel->header->set_title(ASCIIToUTF16("Pony news"));
  /external/chromium_org/third_party/libjingle/source/talk/base/
windowpicker.h 24 void set_title(const std::string& title) { title_ = title; } function in class:talk_base::WindowDescription
40 void set_title(const std::string& title) { title_ = title; } function in class:talk_base::DesktopDescription
  /external/chromium/chrome/browser/history/
url_database_unittest.cc 75 url_info1.set_title(UTF8ToUTF16("Google"));
84 url_info2.set_title(UTF8ToUTF16("Google Mail"));
100 url_info2.set_title(UTF8ToUTF16("Google Mail Too"));
128 url_info1.set_title(UTF8ToUTF16("Google"));
167 url_info1.set_title(UTF8ToUTF16("Google"));
227 url_info1.set_title(UTF8ToUTF16("Google"));
251 url_info2.set_title(UTF8ToUTF16("Google"));
  /external/chromium/chrome/common/extensions/
file_browser_handler.h 38 void set_title(const std::string& title) { title_ = title; } function in class:FileBrowserHandler
  /external/chromium_org/sync/syncable/
nigori_util_unittest.cc 32 bookmark_specifics.mutable_bookmark()->set_title("title");
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
screencastid.h 40 void set_title(const std::string& desc) { title_ = desc; } function in class:cricket::ScreencastId
73 id.set_title(it->title());
  /external/chromium_org/chrome/browser/history/
url_database_unittest.cc 74 url_info1.set_title(UTF8ToUTF16("Google"));
83 url_info2.set_title(UTF8ToUTF16("Google Mail"));
99 url_info2.set_title(UTF8ToUTF16("Google Mail Too"));
127 url_info1.set_title(UTF8ToUTF16("Google"));
166 url_info1.set_title(UTF8ToUTF16("Google"));
226 url_info1.set_title(UTF8ToUTF16("Google"));
250 url_info2.set_title(UTF8ToUTF16("Google"));
272 url_info1.set_title(UTF8ToUTF16("Google"));
286 url_info2.set_title(UTF8ToUTF16("Google"));
298 url_info3.set_title(UTF8ToUTF16("Google"))
    [all...]
page_collector.h 62 void set_title(const string16& ttl);
page_collector.cc 36 void PageCollector::PageInfo::set_title(const string16& ttl) { function in class:history::PageCollector::PageInfo
96 found->second.set_title(title);
  /external/chromium_org/chrome/browser/history/android/
bookmark_model_sql_handler_unittest.cc 82 row.set_title(UTF8ToUTF16("Bookmark Title"));
101 row.set_title(UTF8ToUTF16("Bookmark Title"));
121 url_row.set_title(UTF8ToUTF16("Google"));
184 url_row.set_title(UTF8ToUTF16("Google Inc."));
187 update_title.set_title(url_row.title());
214 row.set_title(UTF8ToUTF16("Bookmark Title"));
urls_sql_handler.cc 40 url_row.set_title(row->title());
108 update_row.set_title(row.title());
urls_sql_handler_unittest.cc 113 row.set_title(UTF8ToUTF16("Google"));
153 row.set_title(UTF8ToUTF16("Google"));
170 row.set_title(UTF8ToUTF16("Google"));
185 update_row.set_title(UTF8ToUTF16("Google Inc"));
203 row.set_title(UTF8ToUTF16("Google"));
  /external/chromium/chrome/browser/chromeos/notifications/
system_notification.h 42 void set_title(const string16& title) { title_ = title; } function in class:chromeos::SystemNotification
  /external/chromium/chrome/browser/ui/cocoa/bookmarks/
bookmark_menu_bridge.h 100 // |set_title| is optional since it is only needed when we get a
104 bool set_title);
  /external/chromium_org/chrome/browser/ui/app_list/search/
search_webstore_result.cc 26 set_title(UTF8ToUTF16(query));
app_result.cc 64 set_title(title.text());
88 copy->set_title(title());
  /external/chromium_org/chrome/common/extensions/api/file_browser_handlers/
file_browser_handler.h 40 void set_title(const std::string& title) { title_ = title; } function in class:FileBrowserHandler
  /external/chromium_org/chrome/common/extensions/api/media_galleries_private/
media_galleries_handler.h 36 void set_title(const std::string& title) { title_ = title; } function in class:MediaGalleriesHandler
  /external/chromium/chrome/browser/chromeos/
network_message_observer.cc 104 notification_no_data_.set_title(
107 notification_low_data_.set_title(
111 notification_no_data_.set_title(
114 notification_low_data_.set_title(
122 notification_no_data_.set_title(
  /external/chromium/chrome/browser/sessions/
session_types.cc 71 entry->set_title(title_);
  /external/chromium_org/chrome/browser/ui/cocoa/bookmarks/
bookmark_menu_bridge.h 117 // |set_title| is optional since it is only needed when we get a
121 bool set_title);
  /external/chromium_org/chrome/browser/ui/views/extensions/
extension_dialog.h 61 void set_title(const string16& title) { window_title_ = title; } function in class:ExtensionDialog
  /external/chromium_org/ui/views/window/
dialog_delegate_unittest.cc 77 void set_title(const string16& title) { title_ = title; } function in class:views::__anon16982::TestDialog
239 titled_dialog->set_title(ASCIIToUTF16("Title"));
247 dialog()->set_title(ASCIIToUTF16("Title"));
  /external/chromium/chrome/browser/bookmarks/
bookmark_codec.cc 162 bb_node->set_title(l10n_util::GetStringUTF16(IDS_BOOMARK_BAR_FOLDER_NAME));
163 other_folder_node->set_title(
286 node->set_title(title);

Completed in 791 milliseconds

1 2 3 4 5 6