HomeSort by relevance Sort by last modified time
    Searched refs:description (Results 601 - 625 of 2414) sorted by null

<<21222324252627282930>>

  /external/chromium_org/content/public/common/
webplugininfo.h 24 // description.
36 // Description of the mime type.
37 base::string16 description; member in struct:content::WebPluginMimeType
84 // A description of the plugin that we get from its version info.
  /external/chromium_org/content/renderer/media/
media_stream_dependency_factory_unittest.cc 30 WebKit::WebMediaStream* description,
33 description_ = description;
36 WebKit::WebMediaStream* description() const { function in class:content::MediaSourceCreatedObserver
136 EXPECT_TRUE(observer.description() == descriptor);
175 // Create a WebKit MediaStream description.
  /external/chromium_org/sdch/open-vcdiff/packages/rpm/
rpm.spec 19 %description
28 %description devel
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InjectedScriptSource.js 143 result.description = this._toString(object);
220 var description = injectedScript._describe(e);
222 var description = "<failed to convert exception to string>";
224 return new InjectedScript.RemoteObject(description);
502 * Resolves a value from CallArgument description.
554 remoteObject.description = this._toString(value);
846 var description = obj.nodeName.toLowerCase();
849 description += obj.id ? "#" + obj.id : "";
851 description += className ? "." + className : "";
854 description = "<!DOCTYPE " + description + ">"
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
SegmentedFontData.cpp 93 String SegmentedFontData::description() const function in class:WebCore::SegmentedFontData
SimpleFontData.h 95 PassRefPtr<SimpleFontData> variantFontData(const FontDescription& description, FontDataVariant variant) const
99 return smallCapsFontData(description);
101 return emphasisMarkFontData(description);
168 virtual String description() const;
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/harfbuzz/
FontPlatformDataHarfBuzz.h 109 String description() const;
  /external/chromium_org/third_party/WebKit/Source/core/plugins/
DOMPlugin.cpp 49 String DOMPlugin::description() const function in class:WebCore::DOMPlugin
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
PropertiesSidebarPane.js 94 var title = prototype.description;
  /external/chromium_org/third_party/WebKit/Source/modules/mediastream/
RTCPeerConnection.idl 42 [RaisesException] void setLocalDescription(RTCSessionDescription description, [Default=Undefined] optional VoidCallback successCallback, [Default=Undefined] optional RTCErrorCallback failureCallback);
45 [RaisesException] void setRemoteDescription(RTCSessionDescription description, [Default=Undefined] optional VoidCallback successCallback, [Default=Undefined] optional RTCErrorCallback failureCallback);
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
print-test-ordering 39 parser.description = "Prints out lists of tests run on each worker as per the stats.json file."
test-webkit-scripts 33 # The docstring above is passed as the "description" to the OptionParser
66 parser = OptionParser(description=__doc__)
  /external/chromium_org/third_party/icu/source/i18n/unicode/
numsys.h 11 * Date Name Description
93 * Create a numbering system using the specified radix, type, and description.
96 * @param description The string representing the set of digits used in a numeric system, or the name of the RBNF
101 static NumberingSystem* U_EXPORT2 createInstance(int32_t radix, UBool isAlgorithmic, const UnicodeString& description, UErrorCode& status );
133 * Returns the description string of this numbering system, which is either
plurrule.h 11 * Date Name Description
38 * keywords. Rules are constructed from a text description, consisting
147 * Creates a PluralRules from a description if it is parsable, otherwise
150 * @param description rule description
156 static PluralRules* U_EXPORT2 createRules(const UnicodeString& description,
  /external/chromium_org/third_party/libjingle/source/talk/session/tunnel/
securetunnelsessionclient.h 30 // certificates as part of the session description.
55 // initiate stanza carries a description that contains the client's
56 // certificate, and the session accept response's description has the
93 const buzz::Jid &jid, const std::string &description);
105 // description. The identity will be passed to the SSLStreamAdapter
  /external/chromium_org/third_party/tcmalloc/chromium/src/windows/
nm-pdb.c 107 static void MaybePrint(const char* var, const char* description) {
109 printf("%s: %s\n", description, var);
112 static void PrintAvailability(BOOL var, const char *description) {
113 printf("s: %s\n", description, (var ? "Available" : "Not available"));
  /external/chromium_org/third_party/tcmalloc/vendor/packages/rpm/
rpm.spec 19 %description
29 %description devel
  /external/chromium_org/third_party/tcmalloc/vendor/src/windows/
nm-pdb.c 107 static void MaybePrint(const char* var, const char* description) {
109 printf("%s: %s\n", description, var);
112 static void PrintAvailability(BOOL var, const char *description) {
113 printf("s: %s\n", description, (var ? "Available" : "Not available"));
  /external/chromium_org/tools/android/
remove_strings.py 32 usage=usage, description='Remove strings from GRD files. Reads string '
  /external/chromium_org/webkit/browser/database/
databases_table.h 25 base::string16 description; member in struct:webkit_database::DatabaseDetails
  /external/hamcrest/src/org/hamcrest/
CoreMatchers.java 117 * @param description A meaningful string used when describing itself.
119 public static <T> org.hamcrest.Matcher<T> anything(java.lang.String description) {
120 return org.hamcrest.core.IsAnything.anything(description);
159 * Wraps an existing matcher and overrides the description when it fails.
161 public static <T> org.hamcrest.Matcher<T> describedAs(java.lang.String description, org.hamcrest.Matcher<T> matcher, java.lang.Object... values) {
162 return org.hamcrest.core.DescribedAs.describedAs(description, matcher, values);
  /external/icu4c/i18n/unicode/
numsys.h 11 * Date Name Description
96 * Create a numbering system using the specified radix, type, and description.
99 * @param description The string representing the set of digits used in a numeric system, or the name of the RBNF
104 static NumberingSystem* U_EXPORT2 createInstance(int32_t radix, UBool isAlgorithmic, const UnicodeString& description, UErrorCode& status );
136 * Returns the description string of this numbering system, which is either
  /external/jmdns/src/javax/jmdns/impl/tasks/resolver/
ServiceResolver.java 71 * @see javax.jmdns.impl.tasks.Resolver#description()
74 protected String description() { method in class:ServiceResolver
TypeResolver.java 69 * @see javax.jmdns.impl.tasks.Resolver#description()
72 protected String description() { method in class:TypeResolver
  /external/markdown/
setup.py 32 description = 'Python implementation of Markdown.', variable in class:md_install_scripts

Completed in 3153 milliseconds

<<21222324252627282930>>