Sometimes I notice that the search all function (Ctrl + Shift + F) in chrome dev tools does not actually find everything.
I use ExtJS in my main application, and when I search for something that is definitely in the library sources and already loaded, I sometimes notice that for one thing, subsequent searches give different results, but for another, not all:

In the screenshot, I searched for headerCt , which is found in the currently open Table.js file, but none of the 8 entries in this file is displayed in the search results.
Is this a bug in dev tools or am I not seeing something here?
Ps: I am currently running version 40.0.2214, but I also found out about this in some older versions.
source share