/external/chromium_org/chrome/browser/ui/android/ |
website_settings_popup_android.cc | 124 ScopedJavaLocalRef<jstring> description = ConvertUTF8ToJavaString( local 127 ConvertUTF8ToJavaString(env, headline).obj(), description.obj()); 144 ScopedJavaLocalRef<jstring> description = ConvertUTF8ToJavaString( local 147 NULL, description.obj());
|
/external/chromium_org/chrome/browser/ui/webui/extensions/ |
extension_basic_info.cc | 16 const char kDescriptionKey[] = "description"; 43 info->SetString(kDescriptionKey, extension->description());
|
/external/chromium_org/chrome/common/extensions/api/input_ime/ |
input_components_handler.h | 34 std::string description; member in struct:extensions::InputComponentInfo
|
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/plugin_settings/css/ |
plugin_list.css | 39 .plugin-description { 69 .plugin-show-details .plugin-description {
|
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/ |
PepperPluginManager.java | 42 private static final String DESCRIPTION = "description"; 58 // (eg. path<#name><#description><#version>;mimetype) 62 // Find the (optional) name/description/version of the plugin. 64 String description = metaData.getString(DESCRIPTION); local 70 if (description != null && !description.isEmpty()) { 72 plugin.append(description); 86 * Collects information about installed plugins and returns a plugin description [all...] |
/external/chromium_org/content/public/common/ |
pepper_plugin_info.cc | 40 info.desc = ASCIIToUTF16(description);
|
/external/chromium_org/content/renderer/pepper/ |
pepper_in_process_resource_creation.h | 46 const PP_BrowserFont_Trusted_Description* description) OVERRIDE;
|
/external/chromium_org/ppapi/api/dev/ |
ppb_font_dev.idl | 166 * Returns a font which best matches the given description. The return value 171 [in] PP_FontDescription_Dev description); 181 * Loads the description and metrics of the font into the given structures. 182 * The description will be different than the description the font was 186 * The PP_Var in the description should be of type Void on input. On output, 191 * in the description isn't Null (to prevent leaks). 195 [out] PP_FontDescription_Dev description,
|
/external/chromium_org/ppapi/api/trusted/ |
ppb_browser_font_trusted.idl | 162 * Returns a font which best matches the given description. The return value 167 [in] PP_BrowserFont_Trusted_Description description); 177 * Loads the description and metrics of the font into the given structures. 178 * The description will be different than the description the font was 182 * The PP_Var in the description should be of type Void on input. On output, 187 * in the description isn't Null (to prevent leaks). 191 [out] PP_BrowserFont_Trusted_Description description,
|
/external/chromium_org/ppapi/proxy/ |
flash_font_file_resource.h | 30 const PP_BrowserFont_Trusted_Description* description,
|
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/ |
SegmentedFontData.h | 65 virtual String description() const;
|
/external/chromium_org/third_party/WebKit/Source/core/plugins/ |
DOMMimeType.cpp | 61 const String &DOMMimeType::description() const function in class:WebCore::DOMMimeType
|
/external/chromium_org/third_party/WebKit/Source/modules/mediastream/ |
UserMediaRequest.cpp | 151 void UserMediaRequest::fail(const String& description) 157 RefPtr<NavigatorUserMediaError> error = NavigatorUserMediaError::create("PERMISSION_DENIED", description, String()); 162 void UserMediaRequest::failConstraint(const String& constraintName, const String& description) 169 RefPtr<NavigatorUserMediaError> error = NavigatorUserMediaError::create("CONSTRAINT_NOT_SATISFIED", description, constraintName);
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/scm/ |
commitmessage.py | 53 def description(self, lstrip=False, strip_url=False): member in class:CommitMessage
|
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objctests/ |
RTCSessionDescriptionSyncObserver.m | 75 self.error = error.description; 89 self.error = error.description;
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
systeminfo.h | 74 std::string description; member in struct:talk_base::SystemInfo::GpuInfo
|
win32socketserver.cc | 75 LPCSTR description = "Unspecified description"; local 79 description = "Operation succeeded"; 83 description = "Using a non-blocking socket, will notify later"; 87 description = "Access denied, or sharing violation"; 91 description = "Address is not valid in this context"; 95 description = "Network is down"; 99 description = "Network is up, but unreachable"; 103 description = "Connection has been reset due to keep-alive activity"; 107 description = "Aborted by host" [all...] |
/external/chromium_org/third_party/libjingle/source/talk/examples/ios/AppRTCDemo/ |
GAEChannelClient.m | 94 NSString *description = message; 95 [self.delegate onError:code withDescription:description];
|
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/ |
transportdescriptionfactory.h | 64 // Creates a transport description suitable for use in an offer. 67 // Create a transport description that is a response to an offer. 74 bool CreateIdentityDigest(TransportDescription* description) const;
|
/external/chromium_org/webkit/browser/database/ |
databases_table.cc | 24 // description A short description of the database. 32 "description TEXT NOT NULL, " 59 SQL_FROM_HERE, "SELECT description, estimated_size FROM Databases " 67 details->description = select_statement.ColumnString16(0); 77 SQL_FROM_HERE, "INSERT INTO Databases (origin, name, description, " 81 insert_statement.BindString16(2, details.description); 89 SQL_FROM_HERE, "UPDATE Databases SET description = ?, " 91 update_statement.BindString16(0, details.description); 125 SQL_FROM_HERE, "SELECT name, description, estimated_size [all...] |
/external/harfbuzz_ng/contrib/python/ |
setup.py | 23 description='Harfbuzz compatibility layer', variable
|
/external/llvm/bindings/ocaml/bitreader/ |
llvm_bitreader.mli | 19 raises [Error msg] otherwise, where [msg] is a description of the error 26 raises [Error msg] otherwise, where [msg] is a description of the error
|
/external/oprofile/libutil++/ |
op_spu_bfd.cpp | 93 * contains the name of the SPU binary image in the description 144 char * description = (char *) xmalloc(dsize); local 145 memcpy(description, sec_contents + desc_start, dsize); 146 filename = description; 147 free(description);
|
/frameworks/av/libvideoeditor/vss/inc/ |
M4EXIFC_CommonAPI.h | 83 M4OSA_Char *description; /**< image title */ member in struct:__anon31087
|
/frameworks/base/core/java/android/hardware/usb/ |
UsbAccessory.java | 30 * the version of the accessory, and a user visible description of the accessory to the device. 75 public UsbAccessory(String manufacturer, String model, String description, 79 mDescription = description; 117 * Returns a user visible description of the accessory. 119 * @return the accessory description 200 String description = in.readString(); 204 return new UsbAccessory(manufacturer, model, description, version, uri, serial);
|