/external/chromium_org/third_party/WebKit/Source/devtools/front_end/resources/ |
ResourcesPanel.js | 102 var view = this.visibleView; 103 if (view && view instanceof WebInspector.SourceFrame) 104 return /** @type {!WebInspector.SourceFrame} */ (view); 463 var view = this._resourceViewForResource(resource); 464 if (!view) { 468 this._innerShowView(view); 473 * @return {?WebInspector.View} 507 var view; 514 view = tableViews[tableName] [all...] |
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/analyzer/ |
CameraAnalyzerActivity.java | 34 import android.view.LayoutInflater; 35 import android.view.Menu; 36 import android.view.MenuInflater; 37 import android.view.MenuItem; 38 import android.view.SurfaceHolder; 39 import android.view.SurfaceView; 40 import android.view.View; 41 import android.view.ViewGroup; 110 // Initialize the list view [all...] |
/external/chromium_org/components/dom_distiller/webui/resources/ |
about_dom_distiller.js | 44 $('view-url-error').classList.remove('hidden'); 64 * Sends a request to the browser process to view a distilled version of the 68 $('view-url-error').classList.add('hidden'); 74 * Sends a request to the browser process to view a distilled version of the 86 $('view-url-error').classList.add('hidden');
|
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/ |
ContentVideoView.java | 15 import android.view.Display; 16 import android.view.Gravity; 17 import android.view.KeyEvent; 18 import android.view.Surface; 19 import android.view.SurfaceHolder; 20 import android.view.SurfaceView; 21 import android.view.View; 22 import android.view.ViewGroup; 23 import android.view.WindowManager [all...] |
/external/chromium_org/third_party/WebKit/Source/core/loader/ |
FrameLoader.cpp | 196 if (!m_currentItem || !m_frame->view()) 200 if (needsHistoryItemRestore(m_loadType) && !m_frame->view()->wasScrolledByUser()) 203 m_currentItem->setScrollPoint(m_frame->view()->scrollPosition()); 265 if (m_frame->view()) 266 m_frame->view()->clear(); 412 RefPtrWillBeRawPtr<LocalFrame> protect(m_frame->view() ? m_frame.get() : nullptr); 419 if (!m_frame->view()) 424 m_frame->view()->restoreScrollbar(); 458 if (m_frame->view()) 459 m_frame->view()->handleLoadCompleted() 1046 FrameView* view = m_frame->view(); local 1205 FrameView* view = m_frame->view(); local [all...] |
/external/chromium_org/chrome/browser/resources/memory_internals/ |
memory_internals.js | 8 * This class is the root view object of the page. 46 var size = $('snapshot-view').getElementsByClassName('process').length; 48 $('snapshot-view').deleteRow(-1); 56 var row = $('snapshot-view').insertRow(-1); 100 $('extension-view').getElementsByClassName('extension').length; 102 $('extension-view').deleteRow(-1); 109 var row = $('extension-view').insertRow(-1);
|
/external/chromium_org/content/browser/media/capture/ |
web_contents_video_capture_device.cc | 340 RenderWidgetHostView* const view = source.GetView(); local 344 if (view && kAcceleratedSubscriberIsSupported) { 348 view->BeginFrameSubscription(subscriber.Pass()); 375 RenderWidgetHostView* const view = source ? source->GetView() : NULL; local 376 if (view) 377 view->EndFrameSubscription(); 612 RenderWidgetHostViewBase* view = local 614 if (!view) { 620 gfx::Size view_size = view->GetViewBounds().size(); 634 if (view->CanCopyToVideoFrame()) 668 const gfx::NativeView view = rwhv->GetNativeView(); local [all...] |
/external/chromium_org/ui/keyboard/ |
keyboard_controller.cc | 317 content::RenderWidgetHostView* view = widget->GetView(); local 320 if (view) { 321 aura::Window *window = view->GetNativeView(); 332 view->SetInsets(gfx::Insets(0, 0, overlap, 0)); 334 view->SetInsets(gfx::Insets()); 464 content::RenderWidgetHostView* view = widget->GetView(); local 465 if (view && window->Contains(view->GetNativeView())) { 466 gfx::Rect window_bounds = view->GetNativeView()->GetBoundsInScreen(); 471 view->SetInsets(gfx::Insets(0, 0, overlap, 0)) 558 content::RenderWidgetHostView* view = widget->GetView(); local [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/ |
sp_tex_sample.c | 493 const struct pipe_resource *texture = samp->view->texture; 496 float rho = MAX2(dsdx, dsdy) * u_minify(texture->width0, samp->view->u.tex.first_level); 508 const struct pipe_resource *texture = samp->view->texture; 513 float maxx = MAX2(dsdx, dsdy) * u_minify(texture->width0, samp->view->u.tex.first_level); 514 float maxy = MAX2(dtdx, dtdy) * u_minify(texture->height0, samp->view->u.tex.first_level); 527 const struct pipe_resource *texture = samp->view->texture; 534 float maxx = MAX2(dsdx, dsdy) * u_minify(texture->width0, samp->view->u.tex.first_level); 535 float maxy = MAX2(dtdx, dtdy) * u_minify(texture->height0, samp->view->u.tex.first_level); 536 float maxz = MAX2(dpdx, dpdy) * u_minify(texture->depth0, samp->view->u.tex.first_level); 597 const struct pipe_resource *texture = samp->view->texture 2492 const struct pipe_sampler_view *view = samp->view; local [all...] |
/external/mesa3d/src/gallium/drivers/softpipe/ |
sp_tex_sample.c | 493 const struct pipe_resource *texture = samp->view->texture; 496 float rho = MAX2(dsdx, dsdy) * u_minify(texture->width0, samp->view->u.tex.first_level); 508 const struct pipe_resource *texture = samp->view->texture; 513 float maxx = MAX2(dsdx, dsdy) * u_minify(texture->width0, samp->view->u.tex.first_level); 514 float maxy = MAX2(dtdx, dtdy) * u_minify(texture->height0, samp->view->u.tex.first_level); 527 const struct pipe_resource *texture = samp->view->texture; 534 float maxx = MAX2(dsdx, dsdy) * u_minify(texture->width0, samp->view->u.tex.first_level); 535 float maxy = MAX2(dtdx, dtdy) * u_minify(texture->height0, samp->view->u.tex.first_level); 536 float maxz = MAX2(dpdx, dpdy) * u_minify(texture->depth0, samp->view->u.tex.first_level); 597 const struct pipe_resource *texture = samp->view->texture 2492 const struct pipe_sampler_view *view = samp->view; local [all...] |
/cts/tests/tests/view/src/android/view/cts/ |
MockView.java | 17 package android.view.cts; 28 import android.view.ContextMenu; 29 import android.view.KeyEvent; 30 import android.view.MotionEvent; 31 import android.view.View; 32 import android.view.ViewParent; 33 import android.view.ContextMenu.ContextMenuInfo; 35 public class MockView extends View { 409 public boolean dispatchUnhandledMove(View focused, int direction) [all...] |
/developers/build/prebuilts/androidtv/visual-game-controller/src/com/example/android/visualgamecontroller/ |
FullscreenActivity.java | 28 import android.view.InputDevice; 29 import android.view.KeyEvent; 30 import android.view.MotionEvent; 31 import android.view.View; 32 import android.view.WindowManager; 139 final View controlsView = findViewById(R.id.fullscreen_content_controls); 140 final View contentView = findViewById(R.id.fullscreen_content); 183 controlsView.setVisibility(visible ? View.VISIBLE : View.GONE) [all...] |
/developers/build/prebuilts/gradle/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/ |
DigitalWatchFaceWearableConfigActivity.java | 27 import android.support.wearable.view.BoxInsetLayout; 28 import android.support.wearable.view.CircledImageView; 29 import android.support.wearable.view.WearableListView; 31 import android.view.LayoutInflater; 32 import android.view.View; 33 import android.view.ViewGroup; 34 import android.view.WindowInsets; 63 content.setOnApplyWindowInsetsListener(new View.OnApplyWindowInsetsListener() { 65 public WindowInsets onApplyWindowInsets(View v, WindowInsets insets) [all...] |
/developers/samples/android/wearable/wear/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/ |
DigitalWatchFaceWearableConfigActivity.java | 27 import android.support.wearable.view.BoxInsetLayout; 28 import android.support.wearable.view.CircledImageView; 29 import android.support.wearable.view.WearableListView; 31 import android.view.LayoutInflater; 32 import android.view.View; 33 import android.view.ViewGroup; 34 import android.view.WindowInsets; 63 content.setOnApplyWindowInsetsListener(new View.OnApplyWindowInsetsListener() { 65 public WindowInsets onApplyWindowInsets(View v, WindowInsets insets) [all...] |
/development/samples/browseable/WatchFace/Wearable/src/com.example.android.wearable.watchface/ |
DigitalWatchFaceWearableConfigActivity.java | 27 import android.support.wearable.view.BoxInsetLayout; 28 import android.support.wearable.view.CircledImageView; 29 import android.support.wearable.view.WearableListView; 31 import android.view.LayoutInflater; 32 import android.view.View; 33 import android.view.ViewGroup; 34 import android.view.WindowInsets; 63 content.setOnApplyWindowInsetsListener(new View.OnApplyWindowInsetsListener() { 65 public WindowInsets onApplyWindowInsets(View v, WindowInsets insets) [all...] |
/external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/autofill/ |
AutofillPopupTest.java | 9 import android.view.View; 10 import android.view.ViewGroup; 144 final ViewGroup view = viewCore.getContainerView(); local 173 waitForAnchorViewAdd(view); 174 View anchorView = view.findViewById(R.id.dropdown_popup_window); 304 private void waitForAnchorViewAdd(final ViewGroup view) throws InterruptedException { 305 assertTrue("Autofill Popup anchor view was never added.", 309 return view.findViewById(R.id.dropdown_popup_window) != null [all...] |
/external/chromium_org/third_party/WebKit/Source/core/page/ |
FrameTree.cpp | 369 // top view is always the last one in this ordering, so prev is nil without wrap 405 blink::FrameView* view = frame->isLocalFrame() ? toLocalFrame(frame)->view() : 0; local 406 printf("Frame %p %dx%d\n", frame, view ? view->width() : 0, view ? view->height() : 0); 410 printf(" frameView=%p\n", view);
|
/external/chromium_org/third_party/WebKit/Source/web/ |
WebPagePopupImpl.cpp | 242 frame->view()->resize(m_popupClient->contentSize()); 243 frame->view()->setTransparent(false); 275 return cache->getOrCreate(document->view()); 352 toLocalFrame(m_page->mainFrame())->view()->resize(newSize); 372 if (m_closing || !m_page || !m_page->mainFrame() || !toLocalFrame(m_page->mainFrame())->view()) 375 return frame.eventHandler().handleGestureEvent(PlatformGestureEventBuilder(frame.view(), event)); 387 if (m_closing || !m_page->mainFrame() || !toLocalFrame(m_page->mainFrame())->view())
|
/external/chromium_org/ui/views/ime/ |
input_method_bridge.cc | 11 #include "ui/views/view.h" 129 void InputMethodBridge::OnTextInputTypeChanged(View* view) { 132 if (IsViewFocused(view)) 134 InputMethodBase::OnTextInputTypeChanged(view); 137 void InputMethodBridge::OnCaretBoundsChanged(View* view) { 140 if (IsViewFocused(view) && !IsTextInputTypeNone()) 144 void InputMethodBridge::CancelComposition(View* view) { [all...] |
/external/chromium_org/ui/views/focus/ |
focus_manager_unittest.cc | 43 class SimpleTestView : public View { 65 // Tests that the appropriate Focus related methods are called when a View 98 View* view1 = new View(); 100 View* view2 = new View(); 109 views::View* null_view = NULL; 565 class FocusInAboutToRequestFocusFromTabTraversalView : public View { 569 void set_view_to_focus(View* view) { view_to_focus_ = view; 738 views::View* view = new View; local 770 View view; local 803 View* view = new TextInputTestView; local [all...] |
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/orientation/ |
CameraOrientationActivity.java | 25 import android.view.SurfaceHolder; 26 import android.view.SurfaceView; 27 import android.view.View; 28 import android.view.View.OnClickListener; 285 public void onClick(View view) { 288 if (view == mFormatView || view == mTakePictureButton) [all...] |
/development/apps/Development/src/com/android/development/ |
AccountsTester.java | 39 import android.view.ContextMenu; 40 import android.view.LayoutInflater; 41 import android.view.MenuInflater; 42 import android.view.MenuItem; 43 import android.view.View; 44 import android.view.ViewGroup; 114 public View getView(int position, View convertView, ViewGroup parent) { 120 // to reinflate it. We only inflate a new View when the convertView supplie 307 final View view = LayoutInflater.from(this).inflate(R.layout.get_auth_token_view, local 348 final View view = LayoutInflater.from(this).inflate(R.layout.get_features_view, local [all...] |
/external/chromium_org/ui/views/ |
view.h | 83 // View class 85 // A View is a rectangle within the views View hierarchy. It is the base 88 // A View is a container of other Views (there is no such thing as a Leaf 89 // View - makes code simpler, reduces type conversion headaches, design 92 // The View contains basic properties for sizing (bounds), layout (flex, 95 // The View also uses a simple Box Layout Manager similar to XUL's 106 class VIEWS_EXPORT View : public ui::LayerDelegate, 111 typedef std::vector<View*> Views; 121 View* parent [all...] |
/cts/apps/CtsVerifier/src/com/android/cts/verifier/admin/ |
PolicySerializationTestActivity.java | 30 import android.view.View; 31 import android.view.View.OnClickListener; 32 import android.view.ViewGroup; 64 private View mGeneratePolicyButton; 65 private View mApplyPolicyButton; 81 public void onClick(View v) { 90 public void onClick(View v) { 197 protected void onListItemClick(ListView l, View v, int position, long id) 218 TextView view = (TextView) super.getView(position, convertView, parent); local [all...] |
/cts/tests/tests/widget/src/android/widget/cts/ |
CompoundButtonTest.java | 23 import android.view.LayoutInflater; 40 import android.view.Gravity; 41 import android.view.View; 42 import android.view.View.OnClickListener; 158 public void onClick(View v) { 194 compoundButton.setVisibility(View.GONE); 203 compoundButton.setVisibility(View.VISIBLE); 332 View layout = inflater.inflate(R.layout.togglebutton_layout, null) 341 CompoundButton view = new ToggleButton(mContext); local [all...] |