HomeSort by relevance Sort by last modified time
    Searched defs:set_title (Results 1 - 24 of 24) sorted by null

  /external/chromium_org/chrome/browser/ui/views/extensions/
extension_dialog.h 59 void set_title(const base::string16& title) { window_title_ = title; } function in class:ExtensionDialog
  /external/chromium_org/chrome/browser/
jumplist_updater_win.h 35 void set_title(const std::wstring& title) { function in class:ShellLinkItem
  /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/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_org/third_party/webrtc/base/
windowpicker.h 30 void set_title(const std::string& title) { title_ = title; } function in class:rtc::WindowDescription
46 void set_title(const std::string& title) { title_ = title; } function in class:rtc::DesktopDescription
  /external/chromium_org/chrome/browser/devtools/
devtools_target_impl.h 65 void set_title(const std::string& title) { title_ = title; } function in class:DevToolsTargetImpl
  /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/ui/views/window/
dialog_delegate_unittest.cc 79 void set_title(const base::string16& title) { title_ = title; } function in class:views::__anon21005::TestDialog
213 dialog2->set_title(base::ASCIIToUTF16("Title"));
223 dialog()->set_title(base::ASCIIToUTF16("Title"));
  /external/chromium_org/ui/app_list/
search_result.h 80 void set_title(const base::string16& title) { title_ = title;} function in class:app_list::SearchResult
  /external/chromium_org/ui/aura/
window.h 99 void set_title(const base::string16& title) { title_ = title; } function in class:aura::Window
  /external/chromium_org/ui/message_center/
notification.h 86 void set_title(const base::string16& title) { title_ = title; } function in class:message_center::Notification
  /external/chromium_org/chrome/browser/extensions/
menu_manager.h 182 void set_title(const std::string& new_title) { title_ = new_title; } function in class:extensions::MenuItem
  /external/chromium_org/chrome/browser/history/android/
android_history_types.h 75 void set_title(const base::string16& title) { function in class:history::HistoryAndBookmarkRow
  /external/chromium_org/chrome/browser/ui/content_settings/
content_setting_bubble_model.h 134 void set_title(const std::string& title) { bubble_content_.title = title; } function in class:ContentSettingBubbleModel
  /external/chromium_org/printing/
print_settings.h 121 void set_title(const base::string16& title) { title_ = title; } function in class:printing::PrintSettings
  /external/chromium_org/google_apis/drive/
drive_api_requests.h 164 void set_title(const std::string& title) { title_ = title; } function in class:google_apis::drive::FilesInsertRequest
219 void set_title(const std::string& title) { title_ = title; } function in class:google_apis::drive::FilesPatchRequest
288 void set_title(const std::string& title) { title_ = title; } function in class:google_apis::drive::FilesCopyRequest
732 void set_title(const std::string& title) { title_ = title; } function in class:google_apis::drive::InitiateUploadExistingFileRequest
drive_api_parser.h 512 void set_title(const std::string& title) { function in class:google_apis::FileResource
gdata_wapi_parser.h 92 void set_title(const std::string& title) { title_ = title; } function in class:google_apis::Link
480 void set_title(const std::string& title) { title_ = title; } function in class:google_apis::ResourceEntry
622 void set_title(const std::string& title) { function in class:google_apis::ResourceList
  /external/chromium_org/chrome/browser/history/
history_types.h 94 void set_title(const base::string16& title) { function in class:history::URLRow
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
optparse.py 1100 def set_title(self, title): member in class:OptionGroup
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
optparse.py 1100 def set_title(self, title): member in class:OptionGroup
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/libwebm/
mkvmuxer.cpp 1120 if (!d.set_title(title))
1261 bool Chapter::Display::set_title(const char* title) { function in class:mkvmuxer::Chapter::Display
    [all...]
  /external/libvpx/libvpx/third_party/libwebm/
mkvmuxer.cpp 1150 if (!d.set_title(title))
1294 bool Chapter::Display::set_title(const char* title) { function in class:mkvmuxer::Chapter::Display
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
mkvmuxer.cpp 1150 if (!d.set_title(title))
1294 bool Chapter::Display::set_title(const char* title) { function in class:mkvmuxer::Chapter::Display
    [all...]

Completed in 1042 milliseconds