Home | History | Annotate | Download | only in browser

Lines Matching refs:Key

19   typedef ListType::iterator Key;
24 // If |key| is NullKey(), then |view| is inserted at the front and a new key
25 // is returned. Otherwise |key| must point to |view| which is moved to the
27 Key DidDrawGL(Key key, BrowserViewRenderer* view);
29 void NoLongerExpectsDrawGL(Key key);
33 Key NullKey();