browserui/browser/BrowserAppInc/BrowserAppUi.h
branchCompilerCompatibility
changeset 47 f46b00385da1
parent 32 92a061761a7b
equal deleted inserted replaced
44:7e493765a7b8 47:f46b00385da1
   291 		* by BrowserUI rather than sent off to BrCtl
   291 		* by BrowserUI rather than sent off to BrCtl
   292 		* @return ETrue if it should be handled by BrowserUI
   292 		* @return ETrue if it should be handled by BrowserUI
   293 		* @param an RFile filehandle, and an allocated buffer to hold
   293 		* @param an RFile filehandle, and an allocated buffer to hold
   294 		*   discovered mime type
   294 		*   discovered mime type
   295 		*/
   295 		*/
   296 		TBool CBrowserAppUi::RecognizeUiFileL( RFile& aFileHandle, TBuf<KMaxDataTypeLength>& aDataTypeDes );
   296 		TBool RecognizeUiFileL( RFile& aFileHandle, TBuf<KMaxDataTypeLength>& aDataTypeDes );
   297 			
   297 			
   298 		/** 
   298 		/** 
   299 		* Confirm with the user that a file should be handled by
   299 		* Confirm with the user that a file should be handled by
   300 		* BrowserUI according to it's mime type with appropriate
   300 		* BrowserUI according to it's mime type with appropriate
   301 		* dialogs, etc. The name is used for the dialogs
   301 		* dialogs, etc. The name is used for the dialogs
   821 
   821 
   822 
   822 
   823         /**
   823         /**
   824         * Clear History of all open windows
   824         * Clear History of all open windows
   825         */
   825         */
   826         void CBrowserAppUi::ClearHistoryL();
   826         void ClearHistoryL();
   827         
   827         
   828         
   828         
   829         /**
   829         /**
   830         * Prompt before clearing history
   830         * Prompt before clearing history
   831         */
   831         */
   832         void CBrowserAppUi::ClearHistoryWithPromptL();
   832         void ClearHistoryWithPromptL();
   833 
   833 
   834         
   834         
   835         /**
   835         /**
   836         * Clear All Privacy Data
   836         * Clear All Privacy Data
   837         */
   837         */
   838         void CBrowserAppUi::ClearAllPrivacyL();
   838         void ClearAllPrivacyL();
   839 
   839 
   840         /**
   840         /**
   841         * Disconnect.
   841         * Disconnect.
   842         */
   842         */
   843         void DisconnectL();
   843         void DisconnectL();