Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1150)

Side by Side Diff: third_party/WebKit/Source/web/WebLocalFrameImpl.h

Issue 2839993002: [Android] Adding Smart GO/NEXT feature in Chrome (Closed)
Patch Set: Fixed the build break by replacing WebViewImpl object with WebViewBase Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 /* 1 /*
2 * Copyright (C) 2009 Google Inc. All rights reserved. 2 * Copyright (C) 2009 Google Inc. All rights reserved.
3 * 3 *
4 * Redistribution and use in source and binary forms, with or without 4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions are 5 * modification, are permitted provided that the following conditions are
6 * met: 6 * met:
7 * 7 *
8 * * Redistributions of source code must retain the above copyright 8 * * Redistributions of source code must retain the above copyright
9 * notice, this list of conditions and the following disclaimer. 9 * notice, this list of conditions and the following disclaimer.
10 * * Redistributions in binary form must reproduce the above 10 * * Redistributions in binary form must reproduce the above
(...skipping 301 matching lines...) Expand 10 before | Expand all | Expand 10 after
312 void UsageCountChromeLoadTimes(const WebString& metric) override; 312 void UsageCountChromeLoadTimes(const WebString& metric) override;
313 base::SingleThreadTaskRunner* TimerTaskRunner() override; 313 base::SingleThreadTaskRunner* TimerTaskRunner() override;
314 base::SingleThreadTaskRunner* LoadingTaskRunner() override; 314 base::SingleThreadTaskRunner* LoadingTaskRunner() override;
315 base::SingleThreadTaskRunner* UnthrottledTaskRunner() override; 315 base::SingleThreadTaskRunner* UnthrottledTaskRunner() override;
316 WebInputMethodControllerImpl* GetInputMethodController() const override; 316 WebInputMethodControllerImpl* GetInputMethodController() const override;
317 317
318 void ExtractSmartClipData(WebRect rect_in_viewport, 318 void ExtractSmartClipData(WebRect rect_in_viewport,
319 WebString& clip_text, 319 WebString& clip_text,
320 WebString& clip_html) override; 320 WebString& clip_html) override;
321 321
322 void AdvanceFocusInForm(WebFocusType) override;
323
322 void InitializeCoreFrame(Page&, 324 void InitializeCoreFrame(Page&,
323 FrameOwner*, 325 FrameOwner*,
324 const AtomicString& name) override; 326 const AtomicString& name) override;
325 LocalFrame* GetFrame() const override { return frame_.Get(); } 327 LocalFrame* GetFrame() const override { return frame_.Get(); }
326 328
327 void WillBeDetached() override; 329 void WillBeDetached() override;
328 void WillDetachParent() override; 330 void WillDetachParent() override;
329 331
330 static WebLocalFrameImpl* Create(WebTreeScopeType, 332 static WebLocalFrameImpl* Create(WebTreeScopeType,
331 WebFrameClient*, 333 WebFrameClient*,
(...skipping 196 matching lines...) Expand 10 before | Expand all | Expand 10 after
528 530
529 DEFINE_TYPE_CASTS(WebLocalFrameImpl, 531 DEFINE_TYPE_CASTS(WebLocalFrameImpl,
530 WebFrame, 532 WebFrame,
531 frame, 533 frame,
532 frame->IsWebLocalFrame(), 534 frame->IsWebLocalFrame(),
533 frame.IsWebLocalFrame()); 535 frame.IsWebLocalFrame());
534 536
535 } // namespace blink 537 } // namespace blink
536 538
537 #endif 539 #endif
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/page/FocusController.cpp ('k') | third_party/WebKit/Source/web/WebLocalFrameImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698