Home
last modified time | relevance | path

Searched refs:is_clickable (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/extensions/api/notifications/
Dnotifications_api.cc325 if (options->is_clickable.get()) in CreateNotification()
326 optional_fields.clickable = *options->is_clickable; in CreateNotification()
440 if (options->is_clickable.get()) in UpdateNotification()
441 notification->set_clickable(*options->is_clickable); in UpdateNotification()
/external/chromium_org/chrome/test/chromedriver/
Delement_util.cc101 bool is_clickable; in VerifyElementClickable() local
103 !dict->GetBoolean("clickable", &is_clickable)) { in VerifyElementClickable()
108 if (!is_clickable) { in VerifyElementClickable()