/external/chromium_org/chrome/browser/resources/options/ |
handler_options.js | 78 * Sets the list of handlers shown by the view. 79 * @param {Array.<Handlers>} handlers Handlers to be shown in the view. 86 * Sets the list of ignored handlers shown by the view. 87 * @param {Array} handlers Handlers to be shown in the view.
|
/external/chromium_org/chrome/browser/ui/cocoa/extensions/ |
extension_view_mac.h | 25 // This class represents extension views. An extension view internally contains 26 // a bridge to an extension process, which draws to the extension view's 27 // native view object through IPC. 33 virtual void OnExtensionSizeChanged(ExtensionViewMac* view, 35 virtual void OnExtensionViewDidShow(ExtensionViewMac* view) {}; 50 // Sets the container for this view. 53 // Informs the view that its containing window's frame changed.
|
/external/chromium_org/chrome/browser/ui/views/app_list/linux/ |
app_list_service_linux.cc | 81 void AppListServiceLinux::MoveNearCursor(app_list::AppListView* view) { 82 AppListLinux::MoveNearCursor(view);
|
/external/chromium_org/chrome/browser/ui/views/ash/ |
chrome_browser_main_extra_parts_ash.cc | 42 gfx::NativeView view) OVERRIDE { 43 return chrome::IsNativeViewInAsh(view) ?
|
/external/chromium_org/chrome/browser/ui/views/ |
detachable_toolbar_view.h | 25 // Whether the view is currently detached from the Chrome frame. 55 views::View* view); 60 DetachableToolbarView* view, 78 // height of the view you want to paint the divider into, not the height of
|
/external/chromium_org/content/browser/android/ |
surface_texture_peer_browser_impl.cc | 49 RenderViewHostImpl* view = local 52 view->media_web_contents_observer()->GetMediaPlayerManager(frame);
|
/external/chromium_org/content/browser/web_contents/ |
web_contents_view_guest.cc | 66 // not have the native view associated with this WebContentsViewGuest in the 67 // view hierarchy. We add this view as embedder's child here. 138 // During testing, the view will already be set up in most cases to the 139 // test view, so we don't want to clobber it with a real one. To verify that 141 // view twice), we check for the RVH Factory, which will be set when we're 151 RenderWidgetHostViewBase* view = new RenderWidgetHostViewGuest( local 156 return view; 176 // This should never override the setting of the embedder view. 214 RenderViewHostDelegateView* view local 244 RenderViewHostDelegateView* view = local [all...] |
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/input/ |
SelectPopupAdapter.java | 8 import android.view.View; 9 import android.view.ViewGroup; 49 public View getView(int position, View convertView, ViewGroup parent) {
|
/external/chromium_org/mojo/aura/ |
window_tree_host_mojo.h | 27 WindowTreeHostMojo(View* view, WindowTreeHostMojoDelegate* delegate); 64 View* view, 68 View* view_;
|
/external/chromium_org/mojo/examples/window_manager/ |
debug_panel.h | 22 class View; 44 DebugPanel(Delegate* delegate, View* view); 51 virtual gfx::Size GetPreferredSize(const views::View* view) const OVERRIDE; 52 virtual void Layout(views::View* host) OVERRIDE; 59 View* view_;
|
/external/chromium_org/mojo/services/view_manager/ |
server_view.h | 22 // Server side representation of a view. Delegate is informed of interesting 27 // view is a child and not already in position. 56 // Returns true if this contains |view| or is |view|. 57 bool Contains(const ServerView* view) const; 64 // Returns true if this view is attached to |root| and all ancestors are 74 // Implementation of removing a view. Doesn't send any notification. 75 void RemoveImpl(ServerView* view);
|
/external/chromium_org/ppapi/api/ |
ppp_instance.idl | 149 /* A PP_Instance identifying the instance whose view changed. */ 163 * <code>DidChangeView() is called when the position, size, or other view 168 /* A PP_Instance identifying the instance whose view changed. */ 171 * A handle to a <code>PPB_View</code> resource identifying the new view. 173 [in] PP_Resource view);
|
/external/chromium_org/ppapi/tests/ |
test_mouse_lock.cc | 8 #include "ppapi/cpp/view.h" 31 void TestMouseLock::DidChangeView(const pp::View& view) { 32 position_ = view.GetRect();
|
/external/chromium_org/remoting/android/java/src/org/chromium/chromoting/ |
HostListAdapter.java | 7 import android.view.View; 8 import android.view.ViewGroup; 29 /** Generates a View corresponding to this particular host. */ 31 public View getView(int position, View convertView, ViewGroup parent) { 41 target.setOnClickListener(new View.OnClickListener() { 43 public void onClick(View v) { 50 target.setOnClickListener(new View.OnClickListener() { 52 public void onClick(View v) [all...] |
/external/chromium_org/remoting/host/mac/ |
me2me_preference_pane.h | 84 - (void)authorizationViewDidAuthorize:(SFAuthorizationView*)view; 85 - (void)authorizationViewDidDeauthorize:(SFAuthorizationView*)view;
|
/external/chromium_org/third_party/WebKit/Source/core/animation/ |
DocumentAnimations.cpp | 92 ASSERT(document.view()); 93 document.view()->scheduleAnimation();
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
DragUpdateTest.cpp | 34 document.view()->updateLayoutAndStyleIfNeededRecursive(); 38 document.view()->updateLayoutAndStyleIfNeededRecursive();
|
/external/chromium_org/third_party/WebKit/Source/core/events/ |
CompositionEvent.h | 49 static PassRefPtrWillBeRawPtr<CompositionEvent> create(const AtomicString& type, PassRefPtrWillBeRawPtr<AbstractView> view, const String& data, const Vector<CompositionUnderline>& underlines) 51 return adoptRefWillBeNoop(new CompositionEvent(type, view, data, underlines));
|
UIEvent.cpp | 30 : view(nullptr) 49 , m_view(initializer.view)
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/ |
RenderSVGResourceSolidColor.cpp | 51 if (object->frame() && object->frame()->view()) 52 isRenderingMask = object->frame()->view()->paintBehavior() & PaintBehaviorRenderingSVGMask;
|
/external/chromium_org/third_party/WebKit/Source/web/ |
WebPageSerializer.cpp | 154 void WebPageSerializer::serialize(WebView* view, WebVector<WebPageSerializer::Resource>* resourcesParam) 158 serializer.serialize(toWebViewImpl(view)->page()); 182 WebCString WebPageSerializer::serializeToMHTML(WebView* view) 184 RefPtr<SharedBuffer> mhtml = serializePageToMHTML(toWebViewImpl(view)->page(), MHTMLArchive::UseDefaultEncoding); 189 WebCString WebPageSerializer::serializeToMHTMLUsingBinaryEncoding(WebView* view) 191 RefPtr<SharedBuffer> mhtml = serializePageToMHTML(toWebViewImpl(view)->page(), MHTMLArchive::UseBinaryEncoding); 208 bool WebPageSerializer::retrieveAllResources(WebView* view, 212 WebLocalFrameImpl* mainFrame = toWebLocalFrameImpl(view->mainFrame());
|
/external/chromium_org/ui/chromeos/network/ |
network_list.h | 19 class View; 37 // Returns whether |view| is a View that represents a network in the list. 40 bool IsViewInList(views::View* view, std::string* service_path) const; 42 void set_content_view(views::View* content) { content_ = content; } 50 bool PlaceViewAtIndex(views::View* view, int index); 57 views::View* content_; 66 typedef std::map<views::View*, std::string> NetworkMap [all...] |
/external/chromium_org/ui/snapshot/ |
snapshot.h | 28 // Grabs a snapshot of the window/view. No security checks are done. This is 40 gfx::NativeView view, 65 gfx::NativeView view,
|
/external/chromium_org/ui/views/accessibility/ |
ax_widget_obj_wrapper.cc | 51 void AXWidgetObjWrapper::OnWillRemoveView(Widget* widget, View* view) { 52 AXAuraObjCache::GetInstance()->Remove(view);
|
/external/chromium_org/ui/views/controls/native/ |
native_view_host.h | 11 #include "ui/views/view.h" 20 // If a NativeViewHost's native view is a Widget, this native window 24 // A View type that hosts a gfx::NativeView. The bounds of the native view are 25 // kept in sync with the bounds of this view as it is moved and sized. 28 class VIEWS_EXPORT NativeViewHost : public View { 36 // Attach a gfx::NativeView to this View. Its bounds will be kept in sync 37 // with the bounds of this View until Detach is called. 40 // native view, this function should only be called after this View has bee [all...] |