/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/ui/app_modal_dialogs/ |
app_modal_dialog.h | 40 std::wstring title() const { return title_; } 75 std::wstring title_; member in class:AppModalDialog
|
/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/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/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_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(),
|
tray_bar_button_with_title.h | 39 views::Label* title_; member in class:ash::internal::TrayBarButtonWithTitle
|
/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/browser/history/ |
page_usage_data.h | 45 title_ = s; 49 return title_; 74 base::string16 title_; member in class:PageUsageData
|
/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.h | 33 string16 title() const { return title_; } 43 const string16 title_; member in class:ProtocolHandler
|
protocol_handler.cc | 15 title_(title) { 48 d->Set("title", Value::CreateStringValue(title_)); 55 title_ == other.title_;
|
/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/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/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_;
|
protocol_handler.h | 51 const base::string16& title() const { return title_; } 74 base::string16 title_; member in class:ProtocolHandler
|
/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/diagnostics/ |
diagnostics_test.cc | 13 : title_(title), result_(DiagnosticsModel::TEST_NOT_RUN) { 30 return title_;
|
/external/chromium/chrome/browser/ssl/ |
ssl_error_info.h | 55 const string16& title() const { return title_; } 75 string16 title_; member in class:SSLErrorInfo
|
/external/chromium_org/chrome/browser/ui/passwords/ |
manage_passwords_bubble_model.h | 54 const base::string16& title() { return title_; } 69 base::string16 title_; member in class:ManagePasswordsBubbleModel
|
/external/jdiff/src/jdiff/ |
DiffOutput.java | 24 public String title_ = null; field in class:DiffOutput 35 title_ = title;
|
/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/ui/cocoa/content_settings/ |
cookie_tree_node.h | 12 scoped_nsobject<NSString> title_; variable
|
/external/chromium/chrome/browser/ui/cocoa/tab_contents/ |
sad_tab_view.h | 20 IBOutlet NSTextField* title_; variable
|