Searched refs:cards (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/chrome/browser/resources/google_now/
H A Dcards.js193 * @param {CombinedCard} combinedCard Combined cards with
335 for (var i = 0; i != group.cards.length; ++i) {
336 if (group.cards[i].chromeNotificationId == chromeNotificationId) {
337 group.cards.splice(i, 1);
H A Dbackground.js9 * The Google Now event page gets Google Now cards from the server and shows
11 * The service performs periodic updating of Google Now cards.
12 * Each updating of the cards includes 4 steps:
13 * 1. Processing requests for cards dismissals that are not yet sent to the
16 * 3. Showing the received cards as notifications.
37 * Initial period for polling for Google Now Notifications cards to use when the
43 * Mininal period for polling for Google Now Notifications cards.
48 * Maximal period for polling for Google Now Notifications cards to use when the
67 * Initial period for retrying the server request for dismissing cards.
72 * Maximum period for retrying the server request for dismissing cards
[all...]
/external/chromium_org/chrome/browser/autofill/
H A Dautofill_browsertest.cc149 void SetCards(std::vector<CreditCard>* cards) { argument
151 personal_data_manager()->SetCreditCards(cards);
156 std::vector<CreditCard> cards; local
157 cards.push_back(card);
158 SetCards(&cards);
389 std::vector<CreditCard> cards; local
397 cards.push_back(card1);
404 cards.push_back(card2);
420 cards.push_back(card3);
433 cards
[all...]
/external/chromium_org/ui/webui/resources/js/cr/ui/
H A Dcard_slider.js9 * including a frame, container and cards.
14 * will be expanded to be the width of all cards.
15 * - The cards are the individual viewable items. There should be one card for
16 * each item in the list. Only one card will be visible at a time. Two cards
17 * will be visible while you are transitioning between cards.
31 * @param {!Element} frame The bounding rectangle that cards are visible in.
78 * The time to transition between cards when animating. Measured in ms.
87 * The minimum velocity required to transition cards if they did not drag past
88 * the halfway point between cards. Measured in pixels / ms.
161 * the width of cards
[all...]
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/autofill/
H A DPersonalDataManager.java403 List<CreditCard> cards = new ArrayList<CreditCard>(count);
405 cards.add(nativeGetCreditCardByIndex(mPersonalDataManagerAndroid, i));
407 return cards;
/external/chromium_org/media/midi/
H A Dmidi_manager_alsa.cc134 ScopedVector<CardInfo> cards; local
185 cards.push_back(new CardInfo(name, manufacturer, driver));
213 // cards in the same order.
215 (current_card < cards.size())) {
216 const CardInfo* info = cards[current_card];
/external/chromium_org/components/autofill/core/browser/
H A Dpersonal_data_manager_unittest.cc72 // cards that are added to the SQLite DB within the same second will be returned
263 // Add two test credit cards to the database.
272 std::vector<CreditCard*> cards; local
273 cards.push_back(&credit_card0);
274 cards.push_back(&credit_card1);
275 ExpectSameElements(cards, personal_data_->GetCreditCards());
288 cards.clear();
289 cards.push_back(&credit_card0);
290 cards.push_back(&credit_card2);
291 ExpectSameElements(cards, personal_data
427 std::vector<CreditCard*> cards; local
748 const std::vector<CreditCard*>& cards = personal_data_->GetCreditCards(); local
953 std::vector<CreditCard*> cards; local
1440 const std::vector<CreditCard*>& cards = personal_data_->GetCreditCards(); local
1561 std::vector<CreditCard*> cards; local
[all...]
/external/chromium_org/chrome/browser/ui/webui/options/
H A Dautofill_options_handler.cc445 const std::vector<CreditCard*>& cards = personal_data_->GetCreditCards(); local
446 for (std::vector<CreditCard*>::const_iterator iter = cards.begin();
447 iter != cards.end(); ++iter) {
/external/chromium_org/chrome/browser/browsing_data/
H A Dbrowsing_data_remover_unittest.cc476 // Add two profiles and two credit cards to the database. In each pair, one
498 std::vector<autofill::CreditCard> cards; local
504 cards.push_back(card);
508 cards.push_back(card);
510 personal_data_manager_->SetCreditCards(&cards);
/external/chromium_org/chrome/browser/ui/autofill/
H A Dautofill_dialog_controller_impl.cc127 // This string is stored along with saved addresses and credit cards in the
856 // Wallet generates MC virtual cards, so we have to disable it if MC is not
3067 const std::vector<CreditCard*>& cards = manager->GetCreditCards(); local
3069 for (size_t i = 0; i < cards.size(); ++i) {
3070 if (!i18ninput::CardHasCompleteAndVerifiedData(*cards[i]))
3074 cards[i]->guid(),
3075 cards[i]->Label(),
3076 rb.GetImageNamed(CreditCard::IconResourceId(cards[i]->type())));
3078 cards[i]->guid(),
3079 !ShouldDisallowCcType(cards[
[all...]
/external/bison/doc/
H A Drefcard.tex9 % For printing reference cards to use in books, specify one column
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...

Completed in 2190 milliseconds