HomeSort by relevance Sort by last modified time
    Searched refs:mediaStyle (Results 1 - 8 of 8) sorted by null

  /external/webkit/Source/WebKit/mac/WebView/
WebViewData.mm 109 [mediaStyle release];
WebViewData.h 119 NSString *mediaStyle;
WebView.h 425 @discussion Set the media style for the WebView. The mediaStyle will override the normal value
427 @param mediaStyle The value to use for the CSS media property.
429 - (void)setMediaStyle:(NSString *)mediaStyle;
432 @method mediaStyle
433 @result mediaStyle The value to use for the CSS media property, as set by setMediaStyle:. It
436 - (NSString *)mediaStyle;
WebView.mm     [all...]
  /external/webkit/Source/WebKit/win/Interfaces/
IWebView.idl 455 @discussion Set the media style for the WebView. The mediaStyle will override the normal value
457 @param mediaStyle The value to use for the CSS media property.
458 - (void)setMediaStyle:(NSString *)mediaStyle;
463 @method mediaStyle
464 @result mediaStyle The value to use for the CSS media property, as set by setMediaStyle:. It
466 - (NSString *)mediaStyle;
468 HRESULT mediaStyle([out, retval] BSTR* media);
    [all...]
  /external/webkit/Source/WebKit/win/
WebView.h 213 virtual HRESULT STDMETHODCALLTYPE mediaStyle(
    [all...]
WebView.cpp     [all...]
  /external/webkit/Source/WebKit/mac/WebCoreSupport/
WebFrameLoaderClient.mm     [all...]

Completed in 671 milliseconds