Home | History | Annotate | Download | only in rebaseline_server

Lines Matching refs:imageB_relative_url

36                imageA_relative_url, imageB_relative_url,
46 imageB_relative_url: string; URL pointing at an image, relative to
63 self.imageB_relative_url = imageB_relative_url
67 if not imageA_relative_url or not imageB_relative_url:
70 elif imageA_relative_url == imageB_relative_url:
84 actual_image_locator=imageB_relative_url,
86 imageB_relative_url))
95 KEY__IMAGEPAIRS__IMAGE_B_URL: self.imageB_relative_url,
114 actual_image_locator=self.imageB_relative_url)