Searched refs:is_clickable (Results 1 – 2 of 2) sorted by relevance
325 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()
101 bool is_clickable; in VerifyElementClickable() local103 !dict->GetBoolean("clickable", &is_clickable)) { in VerifyElementClickable()108 if (!is_clickable) { in VerifyElementClickable()