HomeSort by relevance Sort by last modified time
    Searched refs:WebState (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ios/public/provider/web/
web_state.h 13 class WebState : public ios::SupportsUserData {
15 virtual ~WebState() {}
18 WebState() {}
web_state_user_data.h 14 // WebState. For example:
22 // explicit Foo(ios::WebState* web_state);
32 // Creates an object of type T, and attaches it to the specified WebState.
34 static void CreateForWebState(WebState* web_state) {
40 // WebState (via CreateForWebState above) and returns it. If no instance
42 static T* FromWebState(WebState* web_state) {
45 static const T* FromWebState(const WebState* web_state) {

Completed in 67 milliseconds