Lines Matching refs:expected_image_locator
36 expected_image_url, expected_image_locator,
49 expected_image_locator: a unique ID string under which we will store the
61 str(expected_image_locator) + IMAGE_SUFFIX),
93 expected_image_locator=expected_image_locator,
138 # Dictionary of DiffRecords, keyed by (expected_image_locator,
143 expected_image_url, expected_image_locator,
159 expected_image_locator: a unique ID string under which we will store the
168 key = (expected_image_locator, actual_image_locator)
174 expected_image_locator=expected_image_locator,
182 def get_diff_record(self, expected_image_locator, actual_image_locator):
187 key = (expected_image_locator, actual_image_locator)
316 def _get_difference_locator(expected_image_locator, actual_image_locator):
321 expected_image_locator: locator string pointing at expected image
327 return "%s-vs-%s" % (expected_image_locator, actual_image_locator)