Searched refs:GetLocalizedMessage (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/extensions/browser/
H A Dwarning_set.h92 std::string GetLocalizedMessage(const ExtensionSet* extensions) const;
H A Dwarning_service.cc69 result.push_back(i->GetLocalizedMessage(&extension_set));
H A Dwarning_set.cc189 std::string Warning::GetLocalizedMessage(const ExtensionSet* extensions) const { function in class:extensions::Warning
/external/chromium_org/v8/src/
H A Dmessages.h86 static SmartArrayPointer<char> GetLocalizedMessage(Isolate* isolate,
H A Dmessages.cc21 SmartArrayPointer<char> str = GetLocalizedMessage(isolate, message_obj);
150 // other operations that are likely to take place (see GetLocalizedMessage
157 SmartArrayPointer<char> MessageHandler::GetLocalizedMessage( function in class:v8::internal::MessageHandler
H A Disolate.cc1104 MessageHandler::GetLocalizedMessage(this, message_obj).get());

Completed in 3641 milliseconds