HomeSort by relevance Sort by last modified time
    Searched defs:BrowserFrame (Results 1 - 4 of 4) sorted by null

  /external/chromium/chrome/browser/ui/views/frame/
browser_frame.cc 17 // BrowserFrame, public:
19 BrowserFrame::~BrowserFrame() {
22 views::Window* BrowserFrame::GetWindow() {
26 int BrowserFrame::GetMinimizeButtonOffset() const {
30 gfx::Rect BrowserFrame::GetBoundsForTabStrip(views::View* tabstrip) const {
34 int BrowserFrame::GetHorizontalTabStripVerticalOffset(bool restored) const {
38 void BrowserFrame::UpdateThrobber(bool running) {
42 ui::ThemeProvider* BrowserFrame::GetThemeProviderForFrame() const {
46 bool BrowserFrame::AlwaysUseNativeFrame() const
    [all...]
browser_frame.h 37 class BrowserFrame : public NativeBrowserFrameDelegate {
39 virtual ~BrowserFrame();
41 // Creates the appropriate BrowserFrame for this platform. The returned
43 static BrowserFrame* Create(BrowserView* browser_view, Profile* profile);
94 explicit BrowserFrame(BrowserView* browser_view);
110 DISALLOW_COPY_AND_ASSIGN(BrowserFrame);
  /frameworks/base/core/java/android/webkit/
WebViewCore.java 85 // Context for initializing the BrowserFrame with the proper assets.
89 // The BrowserFrame is an interface to the native Frame component.
90 private BrowserFrame mBrowserFrame;
235 /* Initialize our private BrowserFrame class to handle all
239 mBrowserFrame = new BrowserFrame(mContext, this, mCallbackProxy,
275 /* Get the BrowserFrame component. This is used for subwindow creation and
276 * is called only from BrowserFrame in the WebCore thread. */
277 /* package */ synchronized BrowserFrame getBrowserFrame() {
294 if (BrowserFrame.sJavaBridge == null) {
298 BrowserFrame.sJavaBridge.pause()
    [all...]
BrowserFrame.java 62 class BrowserFrame extends Handler {
149 // No need to ever remove a Handler. If the BrowserFrame is
204 * Create a new BrowserFrame to be used in an application.
212 public BrowserFrame(Context context, WebViewCore w, CallbackProxy proxy,
257 Log.v(LOGTAG, "BrowserFrame constructor: this=" + this);
477 * Destroy all native components of the BrowserFrame.
635 // if the url is hijacked, reset the state of the BrowserFrame
    [all...]

Completed in 57 milliseconds