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

  /external/webkit/Tools/Scripts/webkitpy/tool/steps/
promptforbugortitle.py 37 user_response = self._tool.user.prompt("Please enter a bug number or a title for a new bug:\n")
41 state["bug_id"] = int(user_response)
43 state["bug_title"] = user_response
45 state["bug_description"] = user_response
  /external/chromium/chrome/browser/chromeos/offline/
offline_load_page_unittest.cc 81 UserResponse user_response() const { return user_response_; } function in class:chromeos::OfflineLoadPageTest
107 EXPECT_EQ(OK, user_response());
133 EXPECT_EQ(CANCEL, user_response());
  /external/chromium/chrome/browser/safe_browsing/
safe_browsing_blocking_page_unittest.cc 137 UserResponse user_response() const { return user_response_; } function in class:SafeBrowsingBlockingPageTest
195 EXPECT_EQ(CANCEL, user_response());
256 EXPECT_EQ(CANCEL, user_response());
287 EXPECT_EQ(OK, user_response());
327 EXPECT_EQ(CANCEL, user_response());
367 EXPECT_EQ(OK, user_response());
382 EXPECT_EQ(CANCEL, user_response());
419 EXPECT_EQ(OK, user_response());
434 EXPECT_EQ(OK, user_response());
518 EXPECT_EQ(OK, user_response());
    [all...]
  /hardware/libhardware/include/hardware/
gps.h 610 void (*respond) (int notif_id, GpsUserResponseType user_response);
  /hardware/ril/include/telephony/
ril_cdma_sms.h 768 RIL_CDMA_SMS_UserResponse user_response; member in struct:__anon19337

Completed in 369 milliseconds