Searched refs:NavigationBackgroundOptions (Results 1 – 2 of 2) sorted by relevance
26 struct NavigationBackgroundOptions { struct30 bool operator== (const NavigationBackgroundOptions& other) const argument35 bool operator!= (const NavigationBackgroundOptions& other) const71 NavigationBackgroundOptions bgOptions;89 NavigationBackgroundOptions bgOptions;
61 void ParseBackgroundOptions(const JSRef<JSVal>& obj, NG::NavigationBackgroundOptions& options) in ParseBackgroundOptions()