Searched refs:scrollbarsVisible (Results 1 - 25 of 37) sorted by relevance

12

/external/webkit/Source/WebKit/chromium/public/
H A DWebWindowFeatures.h58 bool scrollbarsVisible; member in struct:WebKit::WebWindowFeatures
74 , scrollbarsVisible(true)
96 , scrollbarsVisible(f.scrollbarsVisible)
/external/webkit/Source/WebCore/page/
H A DWindowFeatures.h50 , scrollbarsVisible(true)
73 bool scrollbarsVisible; member in struct:WebCore::WindowFeatures
H A DBarInfo.cpp75 return page->chrome()->scrollbarsVisible();
H A DWindowFeatures.cpp62 scrollbarsVisible = true;
71 scrollbarsVisible = false;
159 scrollbarsVisible = value;
206 scrollbarsVisible = boolFeature(features, "scroll", true);
H A DChrome.h119 bool scrollbarsVisible() const;
H A DChrome.cpp244 bool Chrome::scrollbarsVisible() const function in class:WebCore::Chrome
246 return m_client->scrollbarsVisible();
H A DChromeClient.h114 virtual bool scrollbarsVisible() = 0;
/external/webkit/Source/WebKit/efl/ewk/
H A Dewk_window_features.cpp97 *scrollbars_visible = window_features->core->scrollbarsVisible;
/external/webkit/Source/WebKit/wx/WebKitSupport/
H A DChromeClientWx.cpp70 wkFeatures.scrollbarsVisible = features.scrollbarsVisible;
212 bool ChromeClientWx::scrollbarsVisible() function in class:WebCore::ChromeClientWx
H A DChromeClientWx.h75 virtual bool scrollbarsVisible();
/external/webkit/Source/WebKit/efl/WebCoreSupport/
H A DChromeClientEfl.h71 virtual bool scrollbarsVisible();
/external/webkit/Source/WebKit/haiku/WebCoreSupport/
H A DChromeClientHaiku.h78 virtual bool scrollbarsVisible();
H A DChromeClientHaiku.cpp170 bool ChromeClientHaiku::scrollbarsVisible() function in class:WebCore::ChromeClientHaiku
/external/webkit/Source/WebKit/wince/WebCoreSupport/
H A DChromeClientWinCE.h73 virtual bool scrollbarsVisible();
H A DChromeClientWinCE.cpp135 bool ChromeClientWinCE::scrollbarsVisible() function in class:WebKit::ChromeClientWinCE
/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DChromeClientAndroid.h92 virtual bool scrollbarsVisible();
/external/webkit/Source/WebKit/chromium/src/
H A DChromeClientImpl.h85 virtual bool scrollbarsVisible();
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
H A DChromeClientGtk.h73 virtual bool scrollbarsVisible();
/external/webkit/Source/WebKit/gtk/webkit/
H A Dwebkitwebwindowfeatures.cpp440 "scrollbar-visible", features.scrollbarsVisible,
/external/webkit/Source/WebKit/mac/WebCoreSupport/
H A DWebChromeClient.h72 virtual bool scrollbarsVisible();
H A DWebChromeClient.mm251 NSNumber *scrollbarsVisible = [[NSNumber alloc] initWithBool:features.scrollbarsVisible];
260 scrollbarsVisible, @"scrollbarsVisible",
285 [scrollbarsVisible release];
343 bool WebChromeClient::scrollbarsVisible()
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DChromeClientQt.h92 virtual bool scrollbarsVisible();
/external/webkit/Source/WebKit/win/WebCoreSupport/
H A DWebChromeClient.h76 virtual bool scrollbarsVisible();
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
H A DWebChromeClient.h88 virtual bool scrollbarsVisible();
/external/webkit/Tools/EWebLauncher/
H A Dmain.c85 Eina_Bool scrollbarsVisible:1; member in struct:_Window_Properties
364 windowProperties.scrollbarsVisible = EINA_TRUE;
367 windowProperties.scrollbarsVisible = EINA_FALSE;
375 *visible = windowProperties.scrollbarsVisible;

Completed in 285 milliseconds

12