Searched defs:WebSourceInfo (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/public/platform/
H A DWebSourceInfo.h38 class WebSourceInfo { class in namespace:WebKit
52 WebSourceInfo() { } function in class:WebKit::WebSourceInfo
53 WebSourceInfo(const WebSourceInfo& other) { assign(other); } function in class:WebKit::WebSourceInfo
54 ~WebSourceInfo() { reset(); }
56 WebSourceInfo& operator=(const WebSourceInfo& other)
62 WEBKIT_EXPORT void assign(const WebSourceInfo&);

Completed in 65 milliseconds