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 83 // Context for initializing the BrowserFrame with the proper assets.
87 // The BrowserFrame is an interface to the native Frame component.
88 private BrowserFrame mBrowserFrame;
231 /* Initialize our private BrowserFrame class to handle all
235 mBrowserFrame = new BrowserFrame(mContext, this, mCallbackProxy,
271 /* Get the BrowserFrame component. This is used for subwindow creation and
272 * is called only from BrowserFrame in the WebCore thread. */
273 /* package */ synchronized BrowserFrame getBrowserFrame() {
290 if (BrowserFrame.sJavaBridge == null) {
294 BrowserFrame.sJavaBridge.pause()
    [all...]
BrowserFrame.java 62 class BrowserFrame extends Handler {
140 // No need to ever remove a Handler. If the BrowserFrame is
195 * Create a new BrowserFrame to be used in an application.
203 public BrowserFrame(Context context, WebViewCore w, CallbackProxy proxy,
254 Log.v(LOGTAG, "BrowserFrame constructor: this=" + this);
475 * Destroy all native components of the BrowserFrame.
614 // if the url is hijacked, reset the state of the BrowserFrame
    [all...]

Completed in 168 milliseconds