/external/chromium_org/chrome/browser/policy/cloud/ |
component_cloud_policy_store.cc | 315 // Each top-level key maps a policy name to its description. 317 // Each description is an object that contains the policy value under the 321 base::DictionaryValue* description = NULL; local 322 if (!dict->GetDictionaryWithoutPathExpansion(it.key(), &description)) 326 if (!description->RemoveWithoutPathExpansion(kValue, &value)) 331 if (description->GetStringWithoutPathExpansion(kLevel, &level_string) &&
|
/external/chromium_org/chrome/browser/resources/ |
about_conflicts.js | 19 'description': 'The module description',
|
/external/chromium_org/chrome/browser/sync_file_system/ |
mock_remote_file_sync_service.h | 68 const std::string& description);
|
/external/chromium_org/chrome/browser/ui/autofill/ |
new_credit_card_bubble_controller.cc | 116 wrapper.GetDisplayText(&card_desc_.description, &unused);
|
/external/chromium_org/chrome/common/extensions/docs/server2/ |
preview.py | 55 description='Runs a server to preview the extension documentation.',
|
/external/chromium_org/chrome/utility/local_discovery/ |
service_discovery_message_handler.cc | 126 const ServiceDescription& description) { 128 new LocalDiscoveryHostMsg_ResolverCallback(id, status, description)); 353 const ServiceDescription& description) { 356 base::Bind(&SendServiceResolved, id, status, description));
|
/external/chromium_org/chromeos/ime/ |
component_extension_ime_manager_unittest.cc | 36 ext1.description = "ext1_description"; 66 ext2.description = "ext2_description"; 94 ext3.description = "ext3_description"; 221 EXPECT_EQ(engine.description,
|
/external/chromium_org/content/browser/accessibility/ |
browser_accessibility_android.cc | 177 string16 description; local 178 GetStringAttribute(AccessibilityNodeData::ATTR_DESCRIPTION, &description); 183 else if (!description.empty()) 184 text = description;
|
/external/chromium_org/content/browser/renderer_host/ |
database_message_filter.h | 66 const string16& description,
|
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/ |
DownloadController.java | 32 * @param description Description of the downloaded file. 37 String description, long contentLength, boolean successful);
|
/external/chromium_org/ppapi/c/private/ |
ppb_pdf.h | 107 const struct PP_BrowserFont_Trusted_Description* description,
|
/external/chromium_org/remoting/protocol/ |
jingle_messages.h | 76 scoped_ptr<ContentDescription> description; member in struct:remoting::protocol::JingleMessage
|
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/chromium/ |
FontPlatformDataChromiumWin.h | 112 String description() const;
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
RequestJSONView.js | 98 var title = this._parsedJSON.prefix + obj.description + this._parsedJSON.suffix;
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/servers/ |
reflectionhandler_unittest.py | 45 def send_error(self, code, description):
|
/external/chromium_org/third_party/yasm/source/patched-yasm/frontends/tasm/ |
tasm-options.c | 124 printf(" %-22s %s\n", optbuf, gettext(options[i].description));
|
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/ |
setup.py | 67 description='Python bindings for Yasm',
|
/external/chromium_org/tools/grit/grit/gather/ |
policy_json.py | 58 with a given description. 62 desc: The description of the message (for the translators). 64 msg = tclib.Message(description=desc) 97 msg = tclib.Message(description=node.attributes['desc']) 134 '''Creates a description for a translatable message. The description gives 145 'desc': 'Description',
|
/external/chromium_org/tools/gyp/pylib/gyp/ |
MSVSVersion.py | 18 def __init__(self, short_name, description, 22 self.description = description 34 def Description(self): 35 """Get the full description of the version.""" 36 return self.description
|
/external/chromium_org/v8/test/webkit/ |
reentrant-caching.js | 24 if (this.description) 25 description("Test caching with re-entrancy.");
|
/external/clang/tools/diagtool/ |
DiagTool.cpp | 23 : cmd(toolCmd), description(toolDesc) {}
|
/external/icu4c/i18n/unicode/ |
plurrule.h | 11 * Date Name Description 47 * keywords. Rules are constructed from a text description, consisting 164 * Creates a PluralRules from a description if it is parsable, otherwise 167 * @param description rule description 173 static PluralRules* U_EXPORT2 createRules(const UnicodeString& description,
|
/external/llvm/utils/ |
sort_includes.py | 79 parser = argparse.ArgumentParser(description=__doc__)
|
/external/mockito/src/org/mockito/runners/ |
ConsoleSpammingMockitoJUnitRunner.java | 9 import org.junit.runner.Description;
109 public void testStarted(Description description) throws Exception {
124 public Description getDescription() {
|
VerboseMockitoJUnitRunner.java | 9 import org.junit.runner.Description;
59 public void testStarted(Description description) throws Exception {
76 public Description getDescription() {
|