// Assembly: Vuplex.WebView
// Full name: Vuplex.WebView.MockWebView

namespace Vuplex.WebView
{
public class MockWebView // TypeDefIndex: 7390
{
	// Fields
	type#18016 CloseRequested;
	type#5321 ConsoleMessageLogged;
	type#5301 FocusChanged;
	type#5330 FocusedInputFieldChanged;
	type#5334 LoadFailed;
	type#5340 LoadProgressChanged;
	type#5305 MessageEmitted;
	type#5349 Terminated;
	type#5305 TitleChanged;
	type#5352 UrlChanged;
	type#15314 <IsDisposed>k__BackingField;
	type#15314 <IsInitialized>k__BackingField;
	type#9072 <PageLoadScripts>k__BackingField;
	type#28751 <PluginType>k__BackingField;
	type#28458 <Size>k__BackingField;
	type#27319 <Texture>k__BackingField;
	type#26577 <Title>k__BackingField;
	type#26577 <Url>k__BackingField;
	type#25018 _moreDetailsClickRect;
	type#10411 _pageLoadFinishedTaskSource;
	type#18016 PageLoadFailed;
	type#26068 <Resolution>k__BackingField;
	type#5303 VideoRectChanged;
	type#27325 <VideoTexture>k__BackingField;

	// Methods
	// RVA: -1
	public virtual type#28660 add_CloseRequested(type#18015 value) { }
	// RVA: -1
	public virtual type#28660 remove_CloseRequested(type#18015 value) { }
	// RVA: -1
	public virtual type#28660 add_ConsoleMessageLogged(type#5320 value) { }
	// RVA: -1
	public virtual type#28660 remove_ConsoleMessageLogged(type#5320 value) { }
	// RVA: -1
	public virtual type#28660 add_FocusChanged(type#5300 value) { }
	// RVA: -1
	public virtual type#28660 remove_FocusChanged(type#5300 value) { }
	// RVA: -1
	public virtual type#28660 add_FocusedInputFieldChanged(type#5329 value) { }
	// RVA: -1
	public virtual type#28660 remove_FocusedInputFieldChanged(type#5329 value) { }
	// RVA: -1
	public virtual type#28660 add_LoadFailed(type#5333 value) { }
	// RVA: -1
	public virtual type#28660 remove_LoadFailed(type#5333 value) { }
	// RVA: -1
	public virtual type#28660 add_LoadProgressChanged(type#5339 value) { }
	// RVA: -1
	public virtual type#28660 remove_LoadProgressChanged(type#5339 value) { }
	// RVA: -1
	public virtual type#28660 add_MessageEmitted(type#5304 value) { }
	// RVA: -1
	public virtual type#28660 remove_MessageEmitted(type#5304 value) { }
	// RVA: -1
	public virtual type#28660 add_Terminated(type#5348 value) { }
	// RVA: -1
	public virtual type#28660 remove_Terminated(type#5348 value) { }
	// RVA: -1
	public virtual type#28660 add_TitleChanged(type#5304 value) { }
	// RVA: -1
	public virtual type#28660 remove_TitleChanged(type#5304 value) { }
	// RVA: -1
	public virtual type#28660 add_UrlChanged(type#5351 value) { }
	// RVA: -1
	public virtual type#28660 remove_UrlChanged(type#5351 value) { }
	// RVA: -1
	public virtual type#15313 get_IsDisposed() { }
	// RVA: -1
	private type#28660 set_IsDisposed(type#15313 value) { }
	// RVA: -1
	public virtual type#15313 get_IsInitialized() { }
	// RVA: -1
	private type#28660 set_IsInitialized(type#15313 value) { }
	// RVA: -1
	public virtual type#9066 get_PageLoadScripts() { }
	// RVA: -1
	public virtual type#28750 get_PluginType() { }
	// RVA: -1
	public virtual type#28457 get_Size() { }
	// RVA: -1
	private type#28660 set_Size(type#28457 value) { }
	// RVA: -1
	public virtual type#27318 get_Texture() { }
	// RVA: -1
	private type#28660 set_Texture(type#27318 value) { }
	// RVA: -1
	public virtual type#26576 get_Title() { }
	// RVA: -1
	private type#28660 set_Title(type#26576 value) { }
	// RVA: -1
	public virtual type#26576 get_Url() { }
	// RVA: -1
	private type#28660 set_Url(type#26576 value) { }
	// RVA: -1
	public virtual type#10483 CanGoBack() { }
	// RVA: -1
	public virtual type#10483 CanGoForward() { }
	// RVA: -1
	public virtual type#10479 CaptureScreenshot() { }
	// RVA: -1
	public virtual type#28660 Click(type#20867 xInPixels, type#20867 yInPixels, type#15335 preventStealingFocus) { }
	// RVA: -1
	public virtual type#28660 Click(type#28439 point, type#15335 preventStealingFocus) { }
	// RVA: -1
	public virtual type#28660 Copy() { }
	// RVA: -1
	public virtual type#22476 CreateMaterial() { }
	// RVA: -1
	public virtual type#28660 Cut() { }
	// RVA: -1
	public static type#10483 DeleteCookies(type#26576 url, type#26596 cookieName) { }
	// RVA: -1
	public virtual type#28660 Dispose() { }
	// RVA: -1
	public virtual type#10507 ExecuteJavaScript(type#26576 javaScript) { }
	// RVA: -1
	public virtual type#28660 ExecuteJavaScript(type#26576 javaScript, type#3353 callback) { }
	// RVA: -1
	public static type#10480 GetCookies(type#26576 url, type#26596 cookieName) { }
	// RVA: -1
	public virtual type#10479 GetRawTextureData() { }
	// RVA: -1
	public virtual type#28660 GoBack() { }
	// RVA: -1
	public virtual type#28660 GoForward() { }
	// RVA: -1
	public virtual type#27008 Init(type#20867 width, type#20867 height) { }
	// RVA: -1
	public static type#22806 Instantiate() { }
	// RVA: -1
	public virtual type#28660 LoadHtml(type#26576 html) { }
	// RVA: -1
	public virtual type#28660 LoadUrl(type#26576 url) { }
	// RVA: -1
	public virtual type#28660 LoadUrl(type#26576 url, type#4800 additionalHttpHeaders) { }
	// RVA: -1
	public virtual type#28457 NormalizedToPoint(type#28439 normalizedPoint) { }
	// RVA: -1
	public virtual type#28660 Paste() { }
	// RVA: -1
	public virtual type#28439 PointToNormalized(type#20867 xInPixels, type#20867 yInPixels) { }
	// RVA: -1
	public virtual type#28660 PostMessage(type#26576 data) { }
	// RVA: -1
	public virtual type#28660 Reload() { }
	// RVA: -1
	public virtual type#28660 Resize(type#20867 width, type#20867 height) { }
	// RVA: -1
	public virtual type#28660 Scroll(type#20867 scrollDeltaX, type#20867 scrollDeltaY) { }
	// RVA: -1
	public virtual type#28660 Scroll(type#28439 delta) { }
	// RVA: -1
	public virtual type#28660 Scroll(type#28439 delta, type#28439 point) { }
	// RVA: -1
	public virtual type#28660 SelectAll() { }
	// RVA: -1
	public virtual type#28660 SendKey(type#26576 input) { }
	// RVA: -1
	public static type#10483 SetCookie(type#16507 cookie) { }
	// RVA: -1
	public virtual type#28660 SetDefaultBackgroundEnabled(type#15313 enabled) { }
	// RVA: -1
	public virtual type#28660 SetFocused(type#15313 focused) { }
	// RVA: -1
	public virtual type#28660 SetRenderingEnabled(type#15313 enabled) { }
	// RVA: -1
	public virtual type#28660 StopLoad() { }
	// RVA: -1
	public virtual type#27008 WaitForNextPageLoadToFinish() { }
	// RVA: -1
	public virtual type#28660 ZoomIn() { }
	// RVA: -1
	public virtual type#28660 ZoomOut() { }
	// RVA: -1
	private type#28660 _assertValidNormalizedPoint(type#28439 normalizedPoint) { }
	// RVA: -1
	private type#28660 _handlePageLoad(type#26576 url) { }
	// RVA: -1
	private static type#28660 _log(type#26576 message) { }
	// RVA: -1
	private type#26576 _truncateIfNeeded(type#26576 str) { }
	// RVA: -1
	public virtual type#28660 Blur() { }
	// RVA: -1
	public virtual type#28660 CanGoBack(type#3117 callback) { }
	// RVA: -1
	public virtual type#28660 CanGoForward(type#3117 callback) { }
	// RVA: -1
	public virtual type#28660 CaptureScreenshot(type#3080 callback) { }
	// RVA: -1
	public virtual type#28660 DisableViewUpdates() { }
	// RVA: -1
	public virtual type#28660 EnableViewUpdates() { }
	// RVA: -1
	public virtual type#28660 Focus() { }
	// RVA: -1
	public virtual type#28660 GetRawTextureData(type#3080 callback) { }
	// RVA: -1
	public virtual type#28660 HandleKeyboardInput(type#26576 key) { }
	// RVA: -1
	public virtual type#28660 Init(type#27318 texture, type#26059 width, type#26059 height) { }
	// RVA: -1
	public virtual type#28660 Init(type#27318 texture, type#26059 width, type#26059 height, type#27318 videoTexture) { }
	// RVA: -1
	public virtual type#28660 add_PageLoadFailed(type#18015 value) { }
	// RVA: -1
	public virtual type#28660 remove_PageLoadFailed(type#18015 value) { }
	// RVA: -1
	public virtual type#26059 get_Resolution() { }
	// RVA: -1
	public virtual type#28660 SetResolution(type#26059 pixelsPerUnityUnit) { }
	// RVA: -1
	public virtual type#28439 get_SizeInPixels() { }
	// RVA: -1
	public virtual type#28660 add_VideoRectChanged(type#5302 value) { }
	// RVA: -1
	public virtual type#28660 remove_VideoRectChanged(type#5302 value) { }
	// RVA: -1
	public virtual type#27318 get_VideoTexture() { }
	// RVA: -1
	public type#28660 .ctor() { }
}
}
