Code search not finding some constructor and member variable references in Chrome OS code |
|
Issue descriptionFor example, this is a search for references to the ShelfWidget() constructor. I was trying to figure out who creates one. https://cs.chromium.org/chromium/src/ash/shelf/shelf_widget.h?sq=package:chromium&dr&l=41 It does not find this constructor call: https://cs.chromium.org/chromium/src/ash/shelf/wm_shelf.cc?sq=package:chromium&dr&l=109 Likewise, a search for WmShelf::shelf_widget_ does not show any of the references in wm_shelf.cc https://cs.chromium.org/chromium/src/ash/shelf/wm_shelf.h?sq=package:chromium&dr&l=160 These are all chromeos-only files. |
|
►
Sign in to add a comment |
|
Comment 1 by emso@chromium.org
, May 17 2017Status: WontFix (was: Untriaged)