HomeSort by relevance Sort by last modified time
    Searched refs:attribute_name (Results 1 - 21 of 21) sorted by null

  /external/chromium_org/components/autofill/core/browser/
autofill_xml_parser.cc 59 const std::string& attribute_name = attribute_qname.LocalPart(); local
60 if (attribute_name.compare("uploadrequired") == 0) {
84 const std::string& attribute_name = attribute_qname.LocalPart(); local
85 if (attribute_name.compare("autofilltype") == 0) {
92 attribute_name.compare("defaultvalue") == 0) {
113 const std::string& attribute_name = attribute_qname.LocalPart(); local
117 if (attribute_name.compare("id") == 0 && !attribute_value.empty()) {
121 } else if (attribute_name.compare("css_selector") == 0 &&
160 const std::string &attribute_name = attribute_qname.LocalPart(); local
161 if (attribute_name.compare("positiveuploadrate") == 0)
    [all...]
  /external/chromium_org/content/browser/accessibility/
accessibility_tree_formatter_android.cc 127 const char* attribute_name = BOOL_ATTRIBUTES[i]; local
129 if (dict.GetBoolean(attribute_name, &value) && value)
130 WriteAttribute(true, attribute_name, &line);
134 const char* attribute_name = STRING_ATTRIBUTES[i]; local
136 if (!dict.GetString(attribute_name, &value) || value.empty())
139 StringPrintf("%s='%s'", attribute_name, value.c_str()),
144 const char* attribute_name = INT_ATTRIBUTES[i]; local
146 if (!dict.GetInteger(attribute_name, &value) || value == 0)
149 StringPrintf("%s=%d", attribute_name, value),
accessibility_tree_formatter_win.cc 216 const char* attribute_name = ALL_ATTRIBUTES[i]; local
218 if (!dict.Get(attribute_name, &value))
227 base::UTF8ToUTF16(attribute_name).c_str(),
238 attribute_name).c_str(),
249 attribute_name).c_str(),
273 if (strcmp(attribute_name, "size") == 0) {
278 } else if (strcmp(attribute_name, "location") == 0) {
  /external/chromium_org/content/renderer/
savable_resources.cc 148 const char* attribute_name = NULL; local
151 attribute_name = "src";
155 attribute_name = "src";
161 attribute_name = "background";
166 attribute_name = "cite";
173 attribute_name = "href";
176 if (!attribute_name)
178 WebString value = element.getAttribute(WebString::fromUTF8(attribute_name));
  /development/testrunner/test_defs/
xml_suite_helper.py 87 def _ParseAttribute(self, suite_element, attribute_name, mandatory,
89 if suite_element.hasAttribute(attribute_name):
90 value = suite_element.getAttribute(attribute_name)
93 (attribute_name, self.TAG_NAME))
  /external/chromium_org/third_party/libxml/chromium/
libxml_utils.h 146 bool AddAttribute(const std::string& attribute_name,
149 BAD_CAST attribute_name.c_str(),
  /external/emma/core/java12/com/vladium/jcd/cls/attribute/
Attribute_info.java 112 final CONSTANT_Utf8_info attribute_name = (CONSTANT_Utf8_info) constants.get (attribute_name_index); local
113 final String name = attribute_name.m_value;
  /external/chromium_org/chrome/test/chromedriver/
element_util.h 52 const std::string& attribute_name,
59 const std::string& attribute_name,
element_util.cc 318 const std::string& attribute_name,
322 args.AppendString(attribute_name);
332 const std::string& attribute_name,
337 session, web_view, element_id, attribute_name, &result);
  /external/chromium_org/content/browser/
transition_request_manager.cc 59 std::string attribute_name(param_iter.name_begin(),
63 attributes->push_back(std::make_pair(attribute_name, attribute_value));
  /external/chromium_org/content/shell/renderer/test_runner/
test_plugin.cc 173 const blink::WebString& attribute_name = params.attributeNames[i]; local
176 if (attribute_name == kAttributePrimitive)
178 else if (attribute_name == kAttributeBackgroundColor)
180 else if (attribute_name == kAttributePrimitiveColor)
182 else if (attribute_name == kAttributeOpacity)
184 else if (attribute_name == kAttributeAcceptsTouch)
186 else if (attribute_name == kAttributeReRequestTouchEvents)
188 else if (attribute_name == kAttributePrintEventDetails)
190 else if (attribute_name == kAttributeCanProcessDrag)
192 else if (attribute_name == kAttributePrintUserGestureStatus
    [all...]
  /external/chromium_org/extensions/common/
update_manifest.cc 73 static std::string GetAttribute(xmlNode* node, const char* attribute_name) {
74 const xmlChar* name = reinterpret_cast<const xmlChar*>(attribute_name);
  /external/chromium_org/third_party/cython/src/Cython/Compiler/
Builtin.py 370 for attribute_name, attribute_type in attribute_types:
371 scope.declare_var(attribute_name, attribute_type, None,
372 attribute_name, allow_pyobject=True)
  /external/chromium_org/chrome/renderer/
chrome_render_view_observer.cc 458 const WebString attribute_name(base::ASCIIToUTF16("http-equiv"));
468 WebString value = element.getAttribute(attribute_name);
  /external/chromium_org/components/component_updater/
update_response.cc 68 static std::string GetAttribute(xmlNode* node, const char* attribute_name) {
69 const xmlChar* name = reinterpret_cast<const xmlChar*>(attribute_name);
  /external/chromium_org/tools/telemetry/telemetry/page/actions/
action_runner_unittest.py 48 for attribute_name in interaction_kwargs:
49 self.assertTrue(getattr(records[0], attribute_name))
  /external/chromium_org/content/renderer/browser_plugin/
browser_plugin.h 47 // Update Browser Plugin's DOM Node attribute |attribute_name| with the value
49 void UpdateDOMAttribute(const std::string& attribute_name,
browser_plugin.cc 115 void BrowserPlugin::UpdateDOMAttribute(const std::string& attribute_name,
122 blink::WebString::fromUTF8(attribute_name);
  /external/chromium_org/third_party/pymock/
mock.py 1113 attribute_name = None variable in class:_patch
    [all...]
  /external/emma/lib/
emma.jar 
  /external/owasp/sanitizer/tools/emma/lib/
emma.jar 

Completed in 1301 milliseconds