HomeSort by relevance Sort by last modified time
    Searched refs:status_text_ (Results 1 - 20 of 20) sorted by null

  /external/chromium_org/chrome_frame/
urlmon_bind_status_callback.h 132 status_text_.reset(new wchar_t[len]);
133 if (status_text_.get()) {
134 lstrcpynW(status_text_.get(), status_text, len);
157 return status_text_.get();
167 scoped_ptr<wchar_t[]> status_text_; member in class:BSCBStorageBind::Progress
  /external/chromium/chrome/browser/ui/gtk/
status_bubble_gtk.cc 63 if (status_text_ == status_text)
66 status_text_ = status_text;
67 if (!status_text_.empty())
68 SetStatusTextTo(status_text_);
81 if (url.is_empty() && !status_text_.empty()) {
83 SetStatusTextTo(status_text_);
status_bubble_gtk.h 129 std::string status_text_; member in class:StatusBubbleGtk
  /external/chromium_org/chrome/browser/ui/gtk/
status_bubble_gtk.cc 67 if (status_text_ == status_text)
70 status_text_ = status_text;
71 if (!status_text_.empty())
72 SetStatusTextTo(status_text_);
85 if (url.is_empty() && !status_text_.empty()) {
87 SetStatusTextTo(status_text_);
status_bubble_gtk.h 130 std::string status_text_; member in class:StatusBubbleGtk
  /external/chromium/chrome/browser/ui/cocoa/
status_bubble_mac.h 133 NSString* status_text_; member in class:StatusBubbleMac
  /external/chromium/chrome/browser/ui/views/
status_bubble_views.h 92 string16 status_text_; member in class:StatusBubbleViews
status_bubble_views.cc 607 if (status_text_ == status_text && !status_text.empty())
614 status_text_ = status_text;
615 if (!status_text_.empty()) {
635 if (url.is_empty() && !status_text_.empty()) {
638 view_->SetText(status_text_, true);
680 status_text_ = string16();
  /external/chromium_org/chrome/browser/ui/views/
status_bubble_views.h 97 string16 status_text_; member in class:StatusBubbleViews
status_bubble_views.cc 621 if (status_text_ == status_text && !status_text.empty())
628 status_text_ = status_text;
629 if (!status_text_.empty()) {
649 if (url.is_empty() && !status_text_.empty()) {
652 view_->SetText(status_text_, true);
693 status_text_ = string16();
  /external/chromium_org/chrome/browser/ui/cocoa/
status_bubble_mac.h 153 NSString* status_text_; member in class:StatusBubbleMac
  /external/chromium_org/chrome_frame/test/
http_negotiate_unittest.cc 232 status_text_ = text ? text : L"";
251 return status_text_;
256 string16 status_text_; member in class:TestInternetProtocolSink
  /external/chromium/chrome/browser/ui/gtk/download/
download_item_gtk.h 170 std::string status_text_; member in class:DownloadItemGtk
download_item_gtk.cc 428 status_text_ = UTF16ToUTF8(download_model_->GetStatusText());
430 if (status_text_.empty()) {
435 UpdateStatusLabel(status_text_);
484 UpdateStatusLabel(status_text_);
    [all...]
  /external/chromium_org/chrome/browser/ui/gtk/download/
download_item_gtk.h 174 std::string status_text_; member in class:DownloadItemGtk
download_item_gtk.cc 368 status_text_ = UTF16ToUTF8(download_model_.GetStatusText());
369 UpdateStatusLabel(status_text_);
424 UpdateStatusLabel(status_text_);
    [all...]
  /external/chromium/chrome/browser/ui/views/download/
download_item_view.h 199 std::wstring status_text_; member in class:DownloadItemView
download_item_view.cc 124 status_text_(UTF16ToWide(
426 status_text_ = UTF16ToWideHack(status_text);
780 canvas->DrawStringInt(WideToUTF16Hack(status_text_), font_,
    [all...]
  /external/chromium_org/chrome/browser/ui/views/download/
download_item_view.cc 94 status_text_(l10n_util::GetStringUTF16(IDS_DOWNLOAD_STATUS_STARTING)),
299 status_text_ = status_text;
640 if (!status_text_.empty()) {
658 canvas->DrawStringInt(status_text_, font_,
771 box_y_ + (status_text_.empty() ?
    [all...]
download_item_view.h 246 string16 status_text_; member in class:DownloadItemView

Completed in 873 milliseconds