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

<<31323334353637383940>>

  /external/chromium_org/chrome/browser/net/
pref_proxy_config_tracker_impl_unittest.cc 297 description = other.description;
307 // Short description to identify the test.
308 const char* description; member in struct:__anon7785::CommandLineTestParams
324 *os << params.description;
  /external/chromium_org/chrome/browser/resources/file_manager/js/metadata/
id3_parser.js 117 frame.description = this.readString_(
139 frame.description = this.readString_(reader,
163 frame.description = this.readString_(
362 * Adds 'description' object to metadata.
363 * 'description' used to unify different parsers and make
365 * Description is array if value-type pairs. Type should be used
376 metadata.description = [];
381 metadata.description.push({
402 metadata.description.sort(function(a, b) {
  /external/chromium_org/chrome/browser/
shell_integration.h 102 string16 description; member in struct:ShellIntegration::ShortcutInfo
  /external/chromium_org/chrome/browser/sync_file_system/
sync_file_system_service.h 128 const std::string& description) OVERRIDE;
  /external/chromium_org/chrome/browser/ui/views/autofill/
new_credit_card_bubble_views.cc 83 views::Label* desc = new views::Label(card_desc.description);
  /external/chromium_org/chrome/common/extensions/docs/server2/
api_data_source.py 74 for k in ('description', 'id', 'inline_doc'):
134 def _FormatDescription(self, description):
136 return description
137 return self._ref_resolver.ResolveAllLinks(description,
180 """ Generates the 'Description' row data for an API intro table.
183 'title': 'Description',
185 { 'text': self._FormatDescription(self._namespace.description) }
296 'description': self._FormatDescription(type_.description),
311 'description': self._FormatDescription(function.description)
    [all...]
link_converter.py 72 description='Converts <a> links to $ref links.', variable
  /external/chromium_org/chrome/renderer/pepper/
ppb_pdf_impl.cc 193 const PP_BrowserFont_Trusted_Description* description,
201 description->face));
207 description->weight >= PP_BROWSERFONT_TRUSTED_WEIGHT_BOLD,
208 description->italic,
  /external/chromium_org/chrome/test/functional/perf/
endure_result_parser.py 138 values: A dict which maps a description to a value. A value is either a
141 units: The string description for the y-axis units on the graph.
142 units_x: The string description for the x-axis units on the graph. Should
184 for description in values:
185 value = values[description]
190 new_traces[description] = points
192 new_traces[description] = [str(value), str(0.0)]
209 event_dict: A dict which maps a description to an array of tuples
222 for description in event_dict:
223 event_list = event_dict[description]
    [all...]
  /external/chromium_org/chrome/utility/local_discovery/
service_discovery_message_handler.h 82 const ServiceDescription& description);
  /external/chromium_org/content/common/
plugin_list.cc 151 mime_type.description = descriptions[i];
153 // On Windows, the description likely has a list of file extensions
155 // list from the description if it is present.
156 size_t ext = mime_type.description.find(ASCIIToUTF16("(*"));
158 if (ext > 1 && mime_type.description[ext - 1] == ' ')
161 mime_type.description.erase(ext);
plugin_list.h 158 static void ParseMIMEDescription(const std::string& description,
161 // Extract a version number from a description string.
  /external/chromium_org/content/public/common/
webplugininfo.cc 24 description(ASCIIToUTF16(d)) {
  /external/chromium_org/google_apis/gaia/
oauth2_mint_token_flow.h 32 // * Description 1
35 // * Description 2
39 // * Description 3
46 string16 description; member in struct:IssueAdviceInfoEntry
  /external/chromium_org/native_client_sdk/src/tools/
fix_deps.py 86 parser = optparse.OptionParser(usage=usage, description=__doc__)
  /external/chromium_org/net/quic/test_tools/
quic_test_utils.cc 329 const string& description,
351 << "Description:\n"
352 << description
360 const string& description,
364 description,
  /external/chromium_org/net/spdy/
spdy_session_pool.h 189 const std::string& description,
  /external/chromium_org/ppapi/native_client/src/trusted/plugin/
nacl_subprocess.cc 17 ss << description()
  /external/chromium_org/ppapi/proxy/
resource_creation_proxy.cc 383 const PP_BrowserFont_Trusted_Description* description) {
388 GetConnection(), instance, *description, dispatcher->preferences());
402 const PP_BrowserFont_Trusted_Description* description,
405 GetConnection(), instance, description, charset))->GetReference();
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorDOMDebuggerAgent.h 109 void descriptionForDOMEvent(Node* target, int breakpointType, bool insertion, JSONObject* description);
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
DOMBreakpointsSidebarPane.js 199 var description = document.createElement("div");
200 description.className = "source-text";
201 description.textContent = this._breakpointTypeLabels[type];
202 labelElement.appendChild(description);
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/steps/
options.py 43 description = make_option("-m", "--description", action="store", type="string", dest="description", help="Description string for the attachment") variable in class:Options
59 update_changelogs = make_option("--update-changelogs", action="store_true", dest="update_changelogs", default=False, help="Update existing ChangeLog entries with new date, bug description, and touched files/functions.")
  /external/chromium_org/third_party/iaccessible2/
ia2_api_all.idl 455 be performed or queried for a name, description or associated key bindings.
496 /** @brief Returns a description of the specified action of the object.
498 0 based index specifying which action's description to return.
500 @param [out] description
506 [propget] HRESULT description
509 [out, retval] BSTR *description
    [all...]
  /external/chromium_org/third_party/lcov/example/
Makefile 52 --show-details --description-file descriptions $(FRAMES) \
  /external/chromium_org/third_party/lcov-1.9/example/
Makefile 52 --show-details --description-file descriptions $(FRAMES) \

Completed in 1583 milliseconds

<<31323334353637383940>>