mirror of
				https://bitbucket.org/chromiumembedded/cef
				synced 2025-06-05 21:39:12 +02:00 
			
		
		
		
	Add search/find support (issue #513).
git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@1482 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
		@@ -54,6 +54,9 @@ class CefBrowserHostCToCpp
 | 
			
		||||
      CefRefPtr<CefRunFileDialogCallback> callback) OVERRIDE;
 | 
			
		||||
  virtual void StartDownload(const CefString& url) OVERRIDE;
 | 
			
		||||
  virtual void Print() OVERRIDE;
 | 
			
		||||
  virtual void Find(int identifier, const CefString& searchText, bool forward,
 | 
			
		||||
      bool matchCase, bool findNext) OVERRIDE;
 | 
			
		||||
  virtual void StopFinding(bool clearSelection) OVERRIDE;
 | 
			
		||||
  virtual void SetMouseCursorChangeDisabled(bool disabled) OVERRIDE;
 | 
			
		||||
  virtual bool IsMouseCursorChangeDisabled() OVERRIDE;
 | 
			
		||||
  virtual bool IsWindowRenderingDisabled() OVERRIDE;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user