Searched defs:description (Results 1 - 25 of 242) sorted by relevance

12345678910

/external/webkit/Source/WebCore/dom/
H A DDOMCoreException.h38 static PassRefPtr<DOMCoreException> create(const ExceptionCodeDescription& description) argument
40 return adoptRef(new DOMCoreException(description));
44 DOMCoreException(const ExceptionCodeDescription& description) argument
45 : ExceptionBase(description)
H A DExceptionBase.cpp36 ExceptionBase::ExceptionBase(const ExceptionCodeDescription& description) argument
37 : m_code(description.code)
38 , m_name(description.name)
39 , m_description(description.description)
41 if (description.name)
42 m_message = makeString(description.name, ": ", description.typeName, " Exception ", String::number(description.code));
44 m_message = makeString(description
[all...]
H A DEventException.h38 static PassRefPtr<EventException> create(const ExceptionCodeDescription& description) argument
40 return adoptRef(new EventException(description));
51 EventException(const ExceptionCodeDescription& description) argument
52 : ExceptionBase(description)
H A DRangeException.h34 static PassRefPtr<RangeException> create(const ExceptionCodeDescription& description) argument
36 return adoptRef(new RangeException(description));
48 RangeException(const ExceptionCodeDescription& description) argument
49 : ExceptionBase(description)
/external/webkit/Source/WebCore/svg/
H A DSVGDescElement.cpp37 String SVGDescElement::description() const function in class:WebCore::SVGDescElement
/external/chromium/chrome/browser/web_applications/
H A Dweb_app_unittest.cc44 const string16 description = ASCIIToUTF16("TEST_DESCRIPTION"); local
48 web_app_info.description = description;
57 EXPECT_EQ(description, info.description);
/external/e2fsprogs/contrib/python-uuid/
H A Dsetup.py10 description = 'This is python uuid interface', variable
/external/proguard/src/proguard/gui/
H A DExtensionFileFilter.java35 private final String description; field in class:ExtensionFileFilter
41 * @param description a description of the filter.
44 public ExtensionFileFilter(String description, String[] extensions) argument
46 this.description = description;
55 return description;
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_2/RegExp/
H A Dexec-001.js31 testcases[0] = { expect:"PASSED", actual:"PASSED", description:"NO TESTS EXIST" };
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_2/String/
H A Dreplace-001.js58 testcases[0] = { expect:"PASSED", actual:"PASSED", description:"NO TESTS EXIST" };
/external/webkit/Source/WebCore/xml/
H A DXMLHttpRequestException.h38 static PassRefPtr<XMLHttpRequestException> create(const ExceptionCodeDescription& description) argument
40 return adoptRef(new XMLHttpRequestException(description));
52 XMLHttpRequestException(const ExceptionCodeDescription& description) argument
53 : ExceptionBase(description)
H A DXPathException.h40 static PassRefPtr<XPathException> create(const ExceptionCodeDescription& description) argument
42 return adoptRef(new XPathException(description));
54 XPathException(const ExceptionCodeDescription& description) argument
55 : ExceptionBase(description)
/external/webkit/Source/WebKit/chromium/src/
H A DWebPluginListBuilderImpl.cpp42 void WebPluginListBuilderImpl::addPlugin(const WebString& name, const WebString& description, const WebString& fileName) argument
46 info.desc = description;
51 void WebPluginListBuilderImpl::addMediaTypeToLastPlugin(const WebString& name, const WebString& description) argument
55 info.desc = description;
/external/webkit/Source/WebKit/gtk/webkit/
H A Dwebkitwebpluginprivate.h40 CString description; member in struct:_WebKitWebPluginPrivate
/external/chromium/chrome/browser/
H A Dbug_report_data.cc29 const std::string& description,
41 description_ = description;
25 UpdateData(Profile* profile, const std::string& target_tab_url, const int problem_type, const std::string& page_url, const std::string& description, const std::vector<unsigned char>& image , const std::string& user_email , const bool send_sys_info , const bool sent_report ) argument
/external/chromium/chrome/browser/chromeos/login/
H A Dwizard_accessibility_handler_unittest.cc21 std::string* description) {
27 description,
35 std::string description; local
50 &description,
53 EXPECT_EQ("Save Button", description);
61 &description,
64 EXPECT_EQ("Accessibility Unchecked check box", description);
69 &description,
72 EXPECT_EQ("Accessibility Checked check box", description);
82 &description,
16 ChangeText(WizardAccessibilityHandler* handler, AccessibilityTextBoxInfo* textbox_info, const std::string& value, int selection_start, int selection_end, std::string* description) argument
91 std::string description; local
[all...]
/external/chromium/chrome/browser/extensions/
H A Dextension_omnibox_api.h66 string16 description; member in struct:ExtensionOmniboxSuggestion
68 // Contains style ranges for the description.
/external/chromium/chrome/browser/ui/omnibox/
H A Dlocation_bar_util.cc28 std::wstring CalculateMinString(const std::wstring& description) { argument
30 const size_t dot_index = description.find(L'.');
31 const size_t ws_index = description.find_first_of(kWhitespaceWide);
37 l10n_util::TruncateString(WideToUTF16Hack(description), 3));
39 min_string = description.substr(0, chop_index);
/external/chromium/third_party/libjingle/source/talk/p2p/base/
H A Dsessiondescription.cc68 const ContentDescription* description) {
69 contents_.push_back(ContentInfo(name, type, description));
66 AddContent(const std::string& name, const std::string& type, const ContentDescription* description) argument
/external/clang/lib/Analysis/
H A DProgramPoint.cpp46 SimpleProgramPointTag::SimpleProgramPointTag(StringRef description) argument
47 : desc(description) {}
/external/clang/tools/diagtool/
H A DDiagTool.h27 const std::string description; member in class:diagtool::DiagTool
33 llvm::StringRef getDescription() const { return description; }
/external/e2fsprogs/lib/ext2fs/
H A Dbitops.c70 const char *description)
73 if (description)
74 com_err(0, errcode, "#%lu for %s", arg, description);
69 ext2fs_warn_bitmap(errcode_t errcode, unsigned long arg, const char *description) argument
/external/llvm/utils/lit/
H A Dsetup.py14 description = "A Software Testing Tool", variable
/external/protobuf/java/src/main/java/com/google/protobuf/
H A DInvalidProtocolBufferException.java44 public InvalidProtocolBufferException(final String description) { argument
45 super(description);
/external/protobuf/java/src/main/java/com/google/protobuf/micro/
H A DInvalidProtocolBufferMicroException.java44 public InvalidProtocolBufferMicroException(final String description) { argument
45 super(description);

Completed in 532 milliseconds

12345678910