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

1 2 3 4 5 6 7

  /external/chromium_org/third_party/webrtc/base/
windowpicker.h 25 : id_(id), title_(title) {
29 const std::string& title() const { return title_; }
30 void set_title(const std::string& title) { title_ = title; }
34 std::string title_; member in class:rtc::WindowDescription
41 : id_(id), title_(title), primary_(false) {
45 const std::string& title() const { return title_; }
46 void set_title(const std::string& title) { title_ = title; }
53 std::string title_; member in class:rtc::DesktopDescription
  /external/chromium_org/components/history/core/browser/
page_usage_data.h 44 title_ = s;
48 return title_;
65 base::string16 title_; member in class:PageUsageData
url_row.cc 33 title_ = other.title_;
44 title_.swap(other->title_);
url_row.h 54 return title_;
59 if (title != title_) {
60 title_ = title;
140 base::string16 title_; member in class:history::URLRow
  /external/chromium_org/chrome/browser/ui/ash/launcher/
chrome_launcher_app_menu_item.h 23 const base::string16& title() const { return title_; }
43 const base::string16 title_; member in class:ChromeLauncherAppMenuItem
chrome_launcher_app_menu_item.cc 11 : title_(title),
  /external/chromium_org/ui/app_list/views/
tile_item_view.cc 35 title_(new views::Label) {
45 title_->SetAutoColorReadabilityEnabled(false);
46 title_->SetEnabledColor(kGridTitleColor);
47 title_->set_background(views::Background::CreateSolidBackground(
49 title_->SetFontList(rb.GetFontList(kItemTextFontStyle));
50 title_->SetHorizontalAlignment(gfx::ALIGN_CENTER);
57 AddChildView(title_);
79 title_->SetText(item_->title());
app_list_item_view.cc 91 title_(new CachedLabel),
99 title_->SetBackgroundColor(0);
100 title_->SetAutoColorReadabilityEnabled(false);
101 title_->SetEnabledColor(kGridTitleColor);
104 title_->SetFontList(font_list);
105 title_->SetHorizontalAlignment(gfx::ALIGN_LEFT);
106 title_->Invalidate();
110 AddChildView(title_);
160 title_->SetVisible(!is_installing_);
164 title_->SetVisible(false)
    [all...]
tile_item_view.h 48 views::Label* title_; // Owned by views hierarchy. member in class:app_list::TileItemView
  /external/chromium_org/ui/message_center/views/
notification_button.cc 22 title_(NULL),
58 if (title_ != NULL)
59 delete title_; // This removes the title from this view's children.
61 title_ = NULL;
63 title_ = new views::Label(title);
64 title_->SetHorizontalAlignment(gfx::ALIGN_LEFT);
65 title_->SetEnabledColor(message_center::kRegularTextColor);
66 title_->SetBackgroundColor(kRegularTextBackgroundColor);
67 title_->SetBorder(
69 AddChildView(title_);
    [all...]
  /external/chromium_org/ash/system/tray/
tray_bar_button_with_title.cc 66 title_(NULL),
70 title_ = new views::Label;
73 title_->SetText(text);
74 AddChildView(title_);
99 if (title_) {
102 gfx::Size title_size = title_->GetPreferredSize();
103 title_->SetBounds(rect.x(),
tray_bar_button_with_title.h 38 views::Label* title_; member in class:ash::TrayBarButtonWithTitle
  /external/chromium_org/chrome/browser/ui/app_modal_dialogs/
app_modal_dialog.h 42 base::string16 title() const { return title_; }
75 base::string16 title_; member in class:AppModalDialog
  /external/chromium_org/athena/activity/
activity_frame_view.cc 51 title_(new views::Label),
54 title_->SetEnabledColor(SkColorSetA(SK_ColorBLACK, 0xe5));
56 AddChildView(title_);
105 title_->SetBackgroundColor(bgcolor);
115 title_->SetText(frame_->widget_delegate()->GetWindowTitle());
136 title_->SetVisible(false);
141 title_->SetVisible(true);
144 gfx::Size preferred_title_size = title_->GetPreferredSize();
156 title_->SetBounds(title_x,
  /external/jdiff/src/jdiff/
DiffOutput.java 24 public String title_ = null; field in class:DiffOutput
35 title_ = title;
  /external/chromium_org/chrome/browser/task_manager/
browser_process_resource_provider.cc 34 : title_() {
64 if (title_.empty()) {
65 title_ = l10n_util::GetStringUTF16(IDS_TASK_MANAGER_WEB_BROWSER_CELL_TEXT);
67 return title_;
  /external/chromium_org/chrome/browser/ui/cocoa/autofill/
autofill_header.h 22 base::scoped_nsobject<NSTextField> title_; variable
  /external/chromium_org/chrome/browser/ui/cocoa/tab_contents/
sad_tab_view.h 20 base::scoped_nsobject<NSTextField> title_; variable
  /external/chromium_org/media/cast/test/utility/
input_builder.h 38 const std::string title_; member in class:media::cast::test::InputBuilder
  /external/chromium_org/chrome/browser/
jumplist_updater_win.h 27 const std::wstring& title() const { return title_; }
36 title_ = title;
56 std::wstring title_; member in class:ShellLinkItem
  /external/chromium_org/chrome/common/extensions/api/file_browser_handlers/
file_browser_handler.h 39 const std::string& title() const { return title_; }
40 void set_title(const std::string& title) { title_ = title; }
78 std::string title_; member in class:FileBrowserHandler
  /external/chromium_org/ui/views/bubble/
bubble_frame_view.cc 69 title_(NULL),
73 title_ = new Label(base::string16(),
75 title_->SetHorizontalAlignment(gfx::ALIGN_LEFT);
76 AddChildView(title_);
114 gfx::Rect sys_rect(0, 0, title_->x(), title_->y());
118 if (point.y() < title_->bounds().bottom())
160 title_->SetText(GetWidget()->widget_delegate()->ShouldShowWindowTitle() ?
169 title_->SetFontList(font_list);
174 const int title_height = title_->text().empty() ? 0
    [all...]
  /external/chromium_org/components/sessions/
serialized_navigation_entry_test_helper.cc 23 EXPECT_EQ(expected.title_, actual.title_);
42 navigation.title_ = base::UTF8ToUTF16(title);
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
screencastid.h 39 const std::string& title() const { return title_; }
40 void set_title(const std::string& desc) { title_ = desc; }
83 std::string title_; // Optional. member in class:cricket::ScreencastId
  /external/chromium_org/chrome/browser/ui/cocoa/content_settings/
cookie_tree_node.h 12 base::scoped_nsobject<NSString> title_; variable

Completed in 434 milliseconds

1 2 3 4 5 6 7