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

1 2 3 4 5 6 7 8 9

  /external/chromium_org/chrome/browser/ui/cocoa/autofill/
autofill_header.mm 31 title_.reset([[NSTextField alloc] initWithFrame:NSZeroRect]);
32 [title_ setEditable:NO];
33 [title_ setBordered:NO];
34 [title_ setDrawsBackground:NO];
35 [title_ setFont:[NSFont systemFontOfSize:15.0]];
36 [title_ setStringValue:base::SysUTF16ToNSString(delegate_->DialogTitle())];
37 [title_ sizeToFit];
41 [view setSubviews:@[accountChooser_, title_]];
54 [title_ setStringValue:base::SysUTF16ToNSString(delegate_->DialogTitle())];
55 [title_ sizeToFit]
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/base/
windowpicker.h 19 : id_(id), title_(title) {
23 const std::string& title() const { return title_; }
24 void set_title(const std::string& title) { title_ = title; }
28 std::string title_; member in class:talk_base::WindowDescription
35 : id_(id), title_(title), primary_(false) {
39 const std::string& title() const { return title_; }
40 void set_title(const std::string& title) { title_ = title; }
47 std::string title_; member in class:talk_base::DesktopDescription
  /external/chromium/chrome/browser/chromeos/frame/
bubble_frame_view.cc 46 title_(NULL),
52 title_ = new views::Label(frame_->window_delegate()->GetWindowTitle());
53 title_->SetHorizontalAlignment(views::Label::ALIGN_LEFT);
54 title_->SetFont(title_->font().DeriveFont(kFontSizeCorrectionDelta,
56 AddChildView(title_);
82 if (title_)
83 title_->SetText(std::wstring());
90 if (title_)
91 title_->SetText(frame_->window_delegate()->GetWindowTitle())
    [all...]
  /external/chromium_org/ash/system/tray/
tray_bar_button_with_title.cc 68 title_(NULL),
72 title_ = new views::Label;
75 title_->SetText(text);
76 AddChildView(title_);
101 if (title_) {
104 gfx::Size title_size = title_->GetPreferredSize();
105 title_->SetBounds(rect.x(),
  /external/chromium_org/chrome/common/custom_handlers/
protocol_handler.cc 17 title_(title) {
70 d->Set("title", new base::StringValue(title_));
78 ", title=" + UTF16ToASCII(title_) +
86 title_ == other.title_;
94 return title_ < other.title_;
  /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_->set_border(views::Border::CreateEmptyBorder(
69 AddChildView(title_);
    [all...]
  /external/chromium_org/ui/app_list/
app_list_item_model.cc 30 if (title_ == title && full_name_ == full_name)
33 title_ = title;
90 title_ == other->title_ &&
95 return id_.substr(0, 8) + " '" + title_ + "'"
  /external/chromium/chrome/browser/chromeos/panels/
panel_scroller_header.h 20 void set_title(const string16& title) { title_ = title; }
34 string16 title_; member in class:PanelScrollerHeader
  /external/chromium/chrome/browser/custom_handlers/
protocol_handler.cc 15 title_(title) {
48 d->Set("title", Value::CreateStringValue(title_));
55 title_ == other.title_;
protocol_handler.h 33 string16 title() const { return title_; }
43 const string16 title_; member in class:ProtocolHandler
  /external/chromium_org/chrome/browser/history/
page_usage_data.h 45 title_ = s;
49 return title_;
74 base::string16 title_; member in class:PageUsageData
  /external/chromium/chrome/browser/sessions/
session_types.cc 28 title_(title),
38 title_(tab.title_),
51 title_ = tab.title_;
71 entry->set_title(title_);
81 title_ = entry.title();
  /external/chromium/chrome/browser/chromeos/notifications/
system_notification.cc 32 title_(title),
45 title_(title),
66 title_, message, link, delegate_.get());
  /external/chromium/chrome/browser/history/
page_usage_data.h 45 title_ = s;
49 return title_;
111 string16 title_; member in class:PageUsageData
  /external/chromium/chrome/common/extensions/
file_browser_handler.h 37 const std::string& title() const { return title_; }
38 void set_title(const std::string& title) { title_ = title; }
56 std::string title_; member in class:FileBrowserHandler
  /external/chromium_org/chrome/common/extensions/api/media_galleries_private/
media_galleries_handler.h 35 const std::string& title() const { return title_; }
36 void set_title(const std::string& title) { title_ = title; }
51 std::string title_; member in class:MediaGalleriesHandler
  /external/chromium_org/chrome/browser/ui/ash/launcher/
chrome_launcher_app_menu_item.cc 11 : title_(title),
chrome_launcher_app_menu_item.h 23 const base::string16& title() const { return title_; }
43 const base::string16 title_; member in class:ChromeLauncherAppMenuItem
  /external/chromium_org/ui/app_list/views/
app_list_item_view.cc 63 title_(new CachedLabel),
70 title_->SetBackgroundColor(0);
71 title_->SetAutoColorReadabilityEnabled(false);
72 title_->SetEnabledColor(kGridTitleColor);
73 title_->SetFont(rb.GetFont(kItemTextFontStyle));
74 title_->SetHorizontalAlignment(gfx::ALIGN_LEFT);
75 title_->SetVisible(!model_->is_installing());
76 title_->Invalidate();
84 AddChildView(title_);
136 title_->SetTooltipText(model_->title() == model_->full_name()
    [all...]
  /external/chromium/chrome/browser/diagnostics/
diagnostics_test.cc 13 : title_(title), result_(DiagnosticsModel::TEST_NOT_RUN) {
30 return title_;
  /external/chromium/chrome/browser/ui/cocoa/content_settings/
cookie_tree_node.mm 21 title_.reset([base::SysUTF16ToNSString(treeNode_->GetTitle()) retain]);
29 return title_.get();
  /external/chromium_org/chrome/browser/ui/cocoa/content_settings/
cookie_tree_node.mm 21 title_.reset([base::SysUTF16ToNSString(treeNode_->GetTitle()) retain]);
29 return title_.get();
  /external/jdiff/src/jdiff/
DiffOutput.java 24 public String title_ = null; field in class:DiffOutput
35 title_ = title;
  /external/chromium_org/ui/message_center/
notification.cc 62 title_(title),
77 title_(other.title_),
92 title_ = other.title_;
  /external/chromium/chrome/browser/ui/cocoa/
html_dialog_window_controller_unittest.mm 47 title_ = L"Mock Title";
53 std::wstring title_;
78 .WillOnce(Return(title_));

Completed in 1322 milliseconds

1 2 3 4 5 6 7 8 9