Searched refs:view (Results 401 - 425 of 774) sorted by relevance

<<11121314151617181920>>

/external/webkit/Source/WebCore/rendering/
H A DRenderObject.cpp232 ASSERT(!node() || documentBeingDestroyed() || !frame()->view() || frame()->view()->layoutRoot() != this);
1141 if (RenderView* v = view()) {
1155 view()->repaintViewRectangle(r, immediate);
1160 RenderView* v = view();
1181 // Don't repaint if we're unrooted (note that view() still returns the view when unrooted)
1182 RenderView* view; local
1183 if (!isRooted(&view))
1186 if (view
1196 RenderView* view; local
1989 RenderView* RenderObject::view() const function in class:WebCore::RenderObject
1994 isRooted(RenderView** view) argument
2215 FrameView* view = toRenderView(this)->frameView(); local
[all...]
H A DLayoutState.cpp49 FloatPoint fixedOffset = renderer->view()->localToAbsolute(FloatPoint(), true);
72 IntRect clipRect(toPoint(m_paintOffset) + renderer->view()->layoutDelta(), layer->size());
/external/webkit/Source/WebKit/win/
H A DDOMEventsClasses.h247 virtual HRESULT STDMETHODCALLTYPE view(
257 /* [in] */ IDOMWindow* view,
356 virtual HRESULT STDMETHODCALLTYPE view( function in class:DOMKeyboardEvent
357 /* [retval][out] */ IDOMWindow** result) { return DOMUIEvent::view(result); }
366 /* [in] */ IDOMWindow* view,
367 /* [in] */ long detail) { return DOMUIEvent::initUIEvent(type, canBubble, cancelable, view, detail); }
420 /* [in] */ IDOMWindow* view,
504 virtual HRESULT STDMETHODCALLTYPE view( function in class:DOMMouseEvent
505 /* [retval][out] */ IDOMWindow** result) { return DOMUIEvent::view(result); }
514 /* [in] */ IDOMWindow* view,
362 initUIEvent( BSTR type, BOOL canBubble, BOOL cancelable, IDOMWindow* view, long detail) argument
510 initUIEvent( BSTR type, BOOL canBubble, BOOL cancelable, IDOMWindow* view, long detail) argument
863 virtual HRESULT STDMETHODCALLTYPE view( function in class:DOMWheelEvent
869 initUIEvent( BSTR type, BOOL canBubble, BOOL cancelable, IDOMWindow* view, long detail) argument
[all...]
/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/
H A DTestCaseEditController.java45 private JPanel view = new JPanel(); field in class:TestCaseEditController
198 view.setLayout(new BorderLayout());
199 view.setBorder(BorderFactory.createEmptyBorder());
200 view.setOpaque(false);
201 view.add(toolbar, BorderLayout.WEST);
202 view.add(scroll, BorderLayout.CENTER);
203 view.add(paneDetail, BorderLayout.EAST);
357 return view;
/external/chromium/chrome/browser/autocomplete/
H A Dautocomplete_edit_unittest.cc141 TestingAutocompleteEditView view; local
144 AutocompleteEditModel model(&view, &controller, &profile);
/external/chromium/chrome/browser/ui/cocoa/tabs/
H A Dtab_strip_controller.h93 // Access to the TabContentsControllers (which own the parent view
161 // Initialize the controller with a view and browser that contains
162 // everything else we'll need. |switchView| is the view whose contents get
163 // "switched" every time the user switches tabs. The children of this view
168 - (id)initWithView:(TabStripView*)view
173 // Return the view for the currently selected tab.
186 // |frame| is in the coordinate system of the tab strip view and represents
196 // Returns the index of the subview |view|. Returns -1 if not present. Takes
198 // model. If |view| is in the process of closing, returns -1, as closing tabs
200 - (NSInteger)modelIndexForTabView:(NSView*)view;
[all...]
/external/chromium/chrome/browser/ui/tab_contents/
H A Dtab_contents_wrapper.h89 TabContentsView* view() const { return tab_contents()->view(); } function in class:TabContentsWrapper
/external/chromium/chrome/browser/ui/views/
H A Daccessibility_event_router_views_unittest.cc50 views::View* view, ui::AccessibilityTypes::Event event_type) {
52 view, event_type);
131 // Create a contents view with 3 buttons.
143 // Put the view in a window.
49 NotifyAccessibilityEvent( views::View* view, ui::AccessibilityTypes::Event event_type) argument
H A Dchrome_views_delegate.cc120 views::View* view, ui::AccessibilityTypes::Event event_type) {
122 view, event_type);
119 NotifyAccessibilityEvent( views::View* view, ui::AccessibilityTypes::Event event_type) argument
H A Dfirst_run_bubble.cc49 // Base class for implementations of the client view which appears inside the
50 // first run bubble. It is a dialog-ish view, but is not a true dialog.
478 FirstRunBubbleViewBase* view = NULL; local
482 view = new FirstRunOEMBubbleView(bubble, profile);
485 view = new FirstRunBubbleView(bubble, profile);
488 view = new FirstRunMinimalBubbleView(bubble, profile);
493 bubble->set_view(view);
495 parent, position_relative_to, arrow_location, view, bubble);
496 bubble->GetFocusManager()->AddFocusChangeListener(view);
497 view
[all...]
/external/quake/src/com/android/quake/
H A DQuakeView.java39 import android.view.KeyEvent;
40 import android.view.MotionEvent;
49 * of the view hierarchy.
/external/svox/PicoLangInstallerDeuDeu/src/com/svox/pico/voice/deu/deu/
H A DInstallerActivity.java17 import android.view.View;
18 import android.view.View.OnClickListener;
/external/svox/PicoLangInstallerEngGbr/src/com/svox/pico/voice/eng/gbr/
H A DInstallerActivity.java17 import android.view.View;
18 import android.view.View.OnClickListener;
/external/svox/PicoLangInstallerEngUsa/src/com/svox/pico/voice/eng/usa/
H A DInstallerActivity.java17 import android.view.View;
18 import android.view.View.OnClickListener;
/external/svox/PicoLangInstallerFraFra/src/com/svox/pico/voice/fra/fra/
H A DInstallerActivity.java17 import android.view.View;
18 import android.view.View.OnClickListener;
/external/svox/PicoLangInstallerItaIta/src/com/svox/pico/voice/ita/ita/
H A DInstallerActivity.java17 import android.view.View;
18 import android.view.View.OnClickListener;
/external/svox/PicoLangInstallerSpaEsp/src/com/svox/pico/voice/spa/esp/
H A DInstallerActivity.java17 import android.view.View;
18 import android.view.View.OnClickListener;
/external/svox/picolanginstaller/src/com/svox/langpack/installer/
H A DInstallerActivity.java18 import android.view.View;
19 import android.view.View.OnClickListener;
/external/webkit/Source/WebCore/editing/mac/
H A DSelectionControllerMac.mm63 FrameView* frameView = m_frame->view();
/external/webkit/Source/WebCore/page/
H A DFocusController.cpp106 if (oldFrame && oldFrame->view()) {
111 if (newFrame && newFrame->view() && isFocused()) {
141 if (m_focusedFrame->view()) {
416 if (FrameView* view = m_page->mainFrame()->view()) {
417 if (!view->platformWidget()) {
418 view->updateLayoutAndStyleIfNeededRecursive();
419 view->updateControlTints();
/external/webkit/Source/WebCore/platform/mac/
H A DPopupMenuMac.mm153 NSView* view = v->documentView();
155 [m_popup.get() attachPopUpWithFrame:r inView:view];
189 [view addSubview:dummyView.get()];
190 location = [dummyView.get() convertPoint:location fromView:view];
/external/webkit/Source/WebKit/gtk/webkit/
H A Dwebkitwebframe.cpp269 * the view has changed. The default handler will apply the new
890 FrameView* view = coreFrame->view(); local
891 if (!view)
894 ScrollbarMode hMode = view->horizontalScrollbarMode();
910 FrameView* view = coreFrame->view(); local
911 if (!view)
914 ScrollbarMode vMode = view->verticalScrollbarMode();
/external/webkit/Source/WebKit/mac/WebView/
H A DWebClipView.mm38 // because it expects to have to draw outside the bounds of the view it's being drawn for.
39 // But it looks for the enclosing clip view, which gives us a hook we can use to control it.
94 if (FrameView* frameView = coreFrame->view()) {
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DPopupMenuQt.cpp102 void PopupMenuQt::show(const IntRect& rect, FrameView* view, int index) argument
116 geometry.moveTopLeft(view->contentsToWindow(rect.location()));
/external/webkit/Tools/DumpRenderTree/mac/
H A DDumpRenderTreeDraggingInfo.mm139 - (void)enumerateDraggingItemsWithOptions:(NSEnumerationOptions)enumOpts forView:(NSView *)view classes:(NSArray *)classArray searchOptions:(NSDictionary *)searchOptions usingBlock:(void (^)(NSDraggingItem *draggingItem, NSInteger idx, BOOL *stop))block

Completed in 499 milliseconds

<<11121314151617181920>>