Searched refs:expected_page_id (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/content/renderer/
H A Drender_view_browsertest.cc1592 int expected_page_id = -1; local
1609 expected_page_id = view()->page_id_;
1610 view()->OnSetHistoryLengthAndPrune(0, expected_page_id);
1613 EXPECT_EQ(expected_page_id, view()->history_page_ids_[0]);
1618 expected_page_id = view()->page_id_;
1619 view()->OnSetHistoryLengthAndPrune(0, expected_page_id + 1);
1626 expected_page_id = view()->page_id_;
1630 EXPECT_EQ(expected_page_id, view()->history_page_ids_[0]);
1635 expected_page_id = view()->page_id_;
1636 view()->OnSetHistoryLengthAndPrune(2, expected_page_id);
[all...]
H A Drender_view_impl.cc1552 int expected_page_id = local
1554 if (expected_page_id > 0 && params.page_id != expected_page_id) {
1555 if (params.page_id < expected_page_id)
/external/chromium/chrome/browser/autofill/
H A Dautofill_manager_unittest.cc239 int expected_page_id,
245 EXPECT_EQ(expected_page_id, page_id);
265 int expected_page_id,
289 EXPECT_EQ(expected_page_id, page_id);
378 int expected_page_id,
380 ExpectFilledForm(page_id, filled_form, expected_page_id, "Elvis", "Aaron",
389 int expected_page_id,
391 ExpectFilledForm(page_id, filled_form, expected_page_id,
399 int expected_page_id,
403 ExpectFilledForm(page_id, filled_form, expected_page_id,
234 ExpectSuggestions(int page_id, const std::vector<string16>& values, const std::vector<string16>& labels, const std::vector<string16>& icons, const std::vector<int>& unique_ids, int expected_page_id, size_t expected_num_suggestions, const string16 expected_values[], const string16 expected_labels[], const string16 expected_icons[], const int expected_unique_ids[]) argument
263 ExpectFilledForm(int page_id, const FormData& filled_form, int expected_page_id, const char* first, const char* middle, const char* last, const char* address1, const char* address2, const char* city, const char* state, const char* postal_code, const char* country, const char* phone, const char* fax, const char* email, const char* name_on_card, const char* card_number, const char* expiration_month, const char* expiration_year, bool has_address_fields, bool has_credit_card_fields, bool use_month_type) argument
376 ExpectFilledAddressFormElvis(int page_id, const FormData& filled_form, int expected_page_id, bool has_credit_card_fields) argument
387 ExpectFilledCreditCardFormElvis(int page_id, const FormData& filled_form, int expected_page_id, bool has_address_fields) argument
397 ExpectFilledCreditCardYearMonthWithYearMonth(int page_id, const FormData& filled_form, int expected_page_id, bool has_address_fields, const char* year, const char* month) argument
[all...]
/external/chromium_org/components/autofill/core/browser/
H A Dautofill_manager_unittest.cc254 int expected_page_id,
277 EXPECT_EQ(expected_page_id, page_id);
347 int expected_page_id,
349 ExpectFilledForm(page_id, filled_form, expected_page_id, "Elvis", "Aaron",
358 int expected_page_id,
360 ExpectFilledForm(page_id, filled_form, expected_page_id,
368 int expected_page_id,
372 ExpectFilledForm(page_id, filled_form, expected_page_id,
564 void CheckSuggestions(int expected_page_id, argument
573 EXPECT_EQ(expected_page_id, query_id
252 ExpectFilledForm(int page_id, const FormData& filled_form, int expected_page_id, const char* first, const char* middle, const char* last, const char* address1, const char* address2, const char* city, const char* state, const char* postal_code, const char* country, const char* phone, const char* email, const char* name_on_card, const char* card_number, const char* expiration_month, const char* expiration_year, bool has_address_fields, bool has_credit_card_fields, bool use_month_type) argument
345 ExpectFilledAddressFormElvis(int page_id, const FormData& filled_form, int expected_page_id, bool has_credit_card_fields) argument
356 ExpectFilledCreditCardFormElvis(int page_id, const FormData& filled_form, int expected_page_id, bool has_address_fields) argument
366 ExpectFilledCreditCardYearMonthWithYearMonth(int page_id, const FormData& filled_form, int expected_page_id, bool has_address_fields, const char* year, const char* month) argument
[all...]

Completed in 179 milliseconds