HomeSort by relevance Sort by last modified time
    Searched refs:UNKNOWN_TYPE (Results 1 - 25 of 33) sorted by null

1 2

  /external/chromium/chrome/browser/autofill/
autofill_field.cc 30 heuristic_type_(UNKNOWN_TYPE) {
38 heuristic_type_(UNKNOWN_TYPE) {
50 heuristic_type_ = UNKNOWN_TYPE;
73 return type() != UNKNOWN_TYPE;
autofill_type_unittest.cc 18 AutofillType unknown(UNKNOWN_TYPE);
19 EXPECT_EQ(UNKNOWN_TYPE, unknown.field_type());
43 EXPECT_EQ(UNKNOWN_TYPE, boundary.field_type());
49 EXPECT_EQ(UNKNOWN_TYPE, beyond.field_type());
55 EXPECT_EQ(UNKNOWN_TYPE, between.field_type());
autofill_field_unittest.cc 16 ASSERT_EQ(UNKNOWN_TYPE, field.heuristic_type());
19 EXPECT_EQ(UNKNOWN_TYPE, field.type());
73 ASSERT_EQ(UNKNOWN_TYPE, field.type());
83 field.set_heuristic_type(UNKNOWN_TYPE);
field_types.h 28 UNKNOWN_TYPE = 1,
autofill_metrics_unittest.cc 252 heuristic_types.push_back(UNKNOWN_TYPE);
275 UNKNOWN_TYPE, std::string()));
278 UNKNOWN_TYPE, std::string()));
281 UNKNOWN_TYPE, std::string()));
362 UNKNOWN_TYPE, NO_SERVER_DATA,
380 UNKNOWN_TYPE, EMAIL_ADDRESS,
398 UNKNOWN_TYPE, PHONE_HOME_NUMBER,
485 heuristic_types.push_back(UNKNOWN_TYPE);
486 server_types.push_back(UNKNOWN_TYPE);
575 UNKNOWN_TYPE, std::string()))
    [all...]
autofill_type.cc 14 /* UNKNOWN_TYPE */ AutofillType::NO_GROUP, AutofillType::NO_SUBGROUP
20 // UNKNOWN_TYPE
146 field_type_ = UNKNOWN_TYPE;
210 case UNKNOWN_TYPE:
211 return "UNKNOWN_TYPE";
306 if (str == "UNKNOWN_TYPE")
307 return UNKNOWN_TYPE;
394 return UNKNOWN_TYPE;
form_structure.cc 105 heuristic_autofill_type = UNKNOWN_TYPE;
116 if (autofill_type.field_type() != UNKNOWN_TYPE)
249 // UNKNOWN_TYPE is reserved for use by the client.
250 DCHECK_NE(*current_type, UNKNOWN_TYPE);
260 if (autofill_type.field_type() != UNKNOWN_TYPE)
366 if (field_types.count(EMPTY_TYPE) || field_types.count(UNKNOWN_TYPE))
388 AutofillFieldType field_type = UNKNOWN_TYPE;
398 if (heuristic_type == UNKNOWN_TYPE) {
420 if (predicted_type == UNKNOWN_TYPE) {
442 if (heuristic_type == UNKNOWN_TYPE) {
    [all...]
autofill_profile_unittest.cc 329 AutofillProfile::CreateInferredLabels(&profiles, NULL, UNKNOWN_TYPE, 2,
335 AutofillProfile::CreateInferredLabels(&profiles, NULL, UNKNOWN_TYPE, 3,
349 UNKNOWN_TYPE, 2, &labels);
355 UNKNOWN_TYPE, 3, &labels);
371 UNKNOWN_TYPE, 1, &labels);
385 suggested_fields.push_back(UNKNOWN_TYPE);
452 UNKNOWN_TYPE, 2, &labels);
475 AutofillProfile::CreateInferredLabels(&profiles.get(), NULL, UNKNOWN_TYPE, 3,
486 AutofillProfile::CreateInferredLabels(&profiles.get(), NULL, UNKNOWN_TYPE, 1,
form_structure_unittest.cc 284 EXPECT_EQ(UNKNOWN_TYPE, form_structure->field(8)->heuristic_type());
389 EXPECT_EQ(UNKNOWN_TYPE, form_structure->field(9)->heuristic_type());
467 EXPECT_EQ(UNKNOWN_TYPE, form_structure->field(6)->heuristic_type());
556 EXPECT_EQ(UNKNOWN_TYPE, form_structure->field(8)->heuristic_type());
616 EXPECT_EQ(UNKNOWN_TYPE, form_structure->field(4)->heuristic_type());
618 EXPECT_EQ(UNKNOWN_TYPE, form_structure->field(5)->heuristic_type());
679 EXPECT_EQ(UNKNOWN_TYPE, form_structure->field(1)->heuristic_type());
688 EXPECT_EQ(UNKNOWN_TYPE, form_structure->field(5)->heuristic_type());
690 EXPECT_EQ(UNKNOWN_TYPE, form_structure->field(6)->heuristic_type());
    [all...]
autofill_xml_parser.cc 78 AutofillFieldType field_type = UNKNOWN_TYPE;
autofill_profile.cc 42 // |UNKNOWN_TYPE| by convention. The resulting list of fields is sorted in
62 DCHECK_EQ(excluded_field, UNKNOWN_TYPE);
72 seen_fields.insert(UNKNOWN_TYPE);
322 CreateInferredLabels(profiles, NULL, UNKNOWN_TYPE, kMinimalFieldsShown,
autofill_xml_parser_unittest.cc 38 EXPECT_EQ(UNKNOWN_TYPE, field_types[1]);
autofill_manager.cc 132 if (current_type == UNKNOWN_TYPE)
    [all...]
personal_data_manager.cc 621 possible_types->insert(UNKNOWN_TYPE);
autofill_manager_unittest.cc     [all...]
  /frameworks/native/services/surfaceflinger/
Transform.h 113 enum { UNKNOWN_TYPE = 0x80000000 };
Transform.cpp 82 r.mType |= UNKNOWN_TYPE;
130 mType = UNKNOWN_TYPE;
250 if (mType & UNKNOWN_TYPE) {
  /frameworks/opt/mailcommon/java/com/android/mailcommon/
WebViewContextMenu.java 156 case WebView.HitTestResult.UNKNOWN_TYPE:
  /frameworks/base/core/java/android/webkit/
WebView.java 332 public static final int UNKNOWN_TYPE = 0;
379 mType = UNKNOWN_TYPE;
    [all...]
WebViewClassic.java     [all...]
  /cts/tests/tests/webkit/src/android/webkit/cts/
WebViewTest.java     [all...]
  /packages/apps/Browser/src/com/android/browser/
Controller.java     [all...]
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 

Completed in 440 milliseconds

1 2