Lines Matching refs:UIThreadExtensionFunction
34 class UIThreadExtensionFunction::RenderViewHostTracker
37 explicit RenderViewHostTracker(UIThreadExtensionFunction* function) in RenderViewHostTracker()
57 UIThreadExtensionFunction* function_;
74 UIThreadExtensionFunction* ExtensionFunction::AsUIThreadExtensionFunction() { in AsUIThreadExtensionFunction()
148 UIThreadExtensionFunction::UIThreadExtensionFunction() in UIThreadExtensionFunction() function in UIThreadExtensionFunction
151 UIThreadExtensionFunction::~UIThreadExtensionFunction() { in ~UIThreadExtensionFunction()
156 UIThreadExtensionFunction*
157 UIThreadExtensionFunction::AsUIThreadExtensionFunction() { in AsUIThreadExtensionFunction()
161 bool UIThreadExtensionFunction::OnMessageReceivedFromRenderView( in OnMessageReceivedFromRenderView()
166 void UIThreadExtensionFunction::Destruct() const { in Destruct()
170 void UIThreadExtensionFunction::SetRenderViewHost( in SetRenderViewHost()
176 content::WebContents* UIThreadExtensionFunction::GetAssociatedWebContents() { in GetAssociatedWebContents()
184 void UIThreadExtensionFunction::SendResponse(bool success) { in SendResponse()
191 void UIThreadExtensionFunction::WriteToConsole( in WriteToConsole()