Home | History | Annotate | Download | only in rebaseline_server

Lines Matching refs:imageB_relative_url

30                base_url, imageA_relative_url, imageB_relative_url,
38 imageB_relative_url: string; URL pointing at an image, relative to
47 self.imageB_relative_url = imageB_relative_url
50 if not imageA_relative_url or not imageB_relative_url:
53 elif imageA_relative_url == imageB_relative_url:
66 actual_image_locator=imageB_relative_url,
67 actual_image_url=posixpath.join(base_url, imageB_relative_url))
70 actual_image_locator=imageB_relative_url)
81 KEY__IMAGEPAIRS__IMAGE_B_URL: self.imageB_relative_url,