Searched defs:message_ (Results 1 - 25 of 32) sorted by relevance

12

/external/chromium/chrome/browser/automation/
H A Dautomation_provider_json.h45 IPC::Message* message_; member in class:AutomationJSONReply
/external/chromium/chrome/browser/tab_contents/
H A Dsimple_alert_infobar_delegate.h36 string16 message_; member in class:SimpleAlertInfoBarDelegate
/external/chromium/chrome/browser/ui/cocoa/tab_contents/
H A Dsad_tab_view.h21 IBOutlet NSTextField* message_; variable
/external/chromium/chrome/browser/extensions/
H A Dextension_apitest.h49 const std::string& message() { return message_; }
63 std::string message_; member in class:ExtensionApiTest::ResultCatcher
109 // the extension. If not, return NULL and set message_.
116 std::string message_; member in class:ExtensionApiTest
/external/chromium/chrome/browser/ui/views/
H A Dsad_tab_view.h51 static std::wstring message_; member in class:SadTabView
H A Dsad_tab_view.cc52 std::wstring SadTabView::message_; member in class:SadTabView
95 canvas->DrawStringInt(WideToUTF16Hack(message_), *message_font_,
120 cc.SizeStringInt(WideToUTF16Hack(message_), *message_font_, &message_width,
161 message_ = UTF16ToWide(l10n_util::GetStringUTF16(
/external/chromium/chrome/browser/remoting/
H A Dsetup_flow.h128 string16 message_; member in class:remoting::SetupFlowDoneStep
/external/chromium/chrome/browser/debugger/
H A Ddevtools_remote_listen_socket_unittest.h65 const DevToolsRemoteMessage message() { return message_; }
71 DevToolsRemoteMessage message_; member in class:ListenSocketTestAction
/external/chromium/sdch/open-vcdiff/src/gtest/
H A Dgtest-spi.h58 message_(message) {
73 const char* message() const { return message_.c_str(); }
95 internal::String message_; // The test failure message. member in class:testing::TestPartResult
H A Dgtest.h895 String const message_; member in class:testing::internal::AssertHelper
/external/chromium/testing/gtest/include/gtest/
H A Dgtest-test-part.h68 message_(a_message) {
86 const char* message() const { return message_.c_str(); }
113 internal::String message_; // The test failure message. member in class:testing::TestPartResult
H A Dgtest.h284 return message_.get() != NULL ? message_->c_str() : "";
305 // Appends the contents of message to message_.
307 if (message_.get() == NULL)
308 message_.reset(new ::std::string);
309 message_->append(a_message.GetString().c_str());
318 internal::scoped_ptr< ::std::string> message_; member in class:testing::AssertionResult
/external/gtest/include/gtest/
H A Dgtest-test-part.h68 message_(a_message) {
86 const char* message() const { return message_.c_str(); }
113 internal::String message_; // The test failure message. member in class:testing::TestPartResult
H A Dgtest.h284 return message_.get() != NULL ? message_->c_str() : "";
305 // Appends the contents of message to message_.
307 if (message_.get() == NULL)
308 message_.reset(new ::std::string);
309 message_->append(a_message.GetString().c_str());
318 internal::scoped_ptr< ::std::string> message_; member in class:testing::AssertionResult
/external/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest-test-part.h68 message_(a_message) {
86 const char* message() const { return message_.c_str(); }
113 internal::String message_; // The test failure message. member in class:testing::TestPartResult
H A Dgtest.h284 return message_.get() != NULL ? message_->c_str() : "";
305 // Appends the contents of message to message_.
307 if (message_.get() == NULL)
308 message_.reset(new ::std::string);
309 message_->append(a_message.GetString().c_str());
318 internal::scoped_ptr< ::std::string> message_; member in class:testing::AssertionResult
/external/protobuf/gtest/include/gtest/
H A Dgtest-test-part.h67 message_(message) {
85 const char* message() const { return message_.c_str(); }
112 internal::String message_; // The test failure message. member in class:testing::TestPartResult
/external/chromium/chrome/browser/chromeos/login/
H A Dtake_photo_view.cc48 message_(NULL) {}
54 DCHECK(NULL == message_);
63 message_ = new views::Label();
64 message_->SetMultiLine(true);
65 message_->SetHorizontalAlignment(views::Label::ALIGN_LEFT);
66 message_->SetVisible(false);
67 CorrectLabelFontSize(message_);
68 AddChildView(message_);
106 DCHECK(message_);
107 message_
139 views::Label* message_; member in class:chromeos::CameraImageView
[all...]
/external/chromium/chrome/browser/speech/
H A Dspeech_input_bubble_views.cc62 views::Label* message_; member in class:__anon2283::ContentView
90 message_ = new views::Label();
91 message_->SetFont(font);
92 message_->SetHorizontalAlignment(views::Label::ALIGN_CENTER);
93 message_->SetMultiLine(true);
94 AddChildView(message_);
122 message_->SetVisible(is_message);
129 message_->SetText(UTF16ToWideHack(message_text));
181 if (message_->IsVisible()) {
182 height += message_
[all...]
/external/chromium/chrome/browser/sync/
H A Dprofile_sync_service_harness.cc57 std::string message_; member in class:StateChangeTimeoutEvent
65 : aborted_(false), did_timeout_(false), caller_(caller), message_(message) {
76 DCHECK(!aborted_) << message_;
/external/chromium/net/proxy/
H A Dproxy_resolver_js_bindings.cc29 message_(message) {
35 dict->SetString("message", message_);
41 const string16 message_; member in class:net::__anon3012::ErrorNetlogParams
49 explicit AlertNetlogParams(const string16& message) : message_(message) {
54 dict->SetString("message", message_);
59 const string16 message_; member in class:net::__anon3012::AlertNetlogParams
/external/v8/preparser/
H A Dpreparser-process.cc118 : data_(data), length_(length), message_(NULL) { }
121 if (message_ != NULL) delete[] message_;
136 if (message_ != NULL) return message_;
147 message_ = buffer;
174 const char* message_; member in class:PreparseDataInterpreter
/external/protobuf/src/google/protobuf/stubs/
H A Dcommon.h637 string message_; member in class:google::protobuf::internal::LogMessage
/external/chromium/chrome/browser/ui/
H A Dbrowser_init.cc1099 string16 message_; member in class:LearnMoreInfoBar
1110 message_(message),
1118 string16 text = message_;
/external/chromium/chrome/common/extensions/
H A Dextension.h164 const string16& message() const { return message_; }
172 PermissionMessage(MessageId message_id, string16 message_);
182 string16 message_; member in class:Extension::PermissionMessage

Completed in 601 milliseconds

12