OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:rwhva
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/content/browser/web_contents/
touch_editable_impl_aura_browsertest.cc
155
RenderWidgetHostViewAura*
rwhva
= static_cast<RenderWidgetHostViewAura*>(
local
167
EXPECT_EQ(touch_editable->rwhva_,
rwhva
);
207
RenderWidgetHostViewAura*
rwhva
= static_cast<RenderWidgetHostViewAura*>(
local
212
EXPECT_EQ(touch_editable->rwhva_,
rwhva
);
224
rwhva
->OnGestureEvent(&long_press);
250
RenderWidgetHostViewAura*
rwhva
= static_cast<RenderWidgetHostViewAura*>(
local
255
EXPECT_EQ(touch_editable->rwhva_,
rwhva
);
267
rwhva
->OnGestureEvent(&long_press);
290
rwhva
->OnGestureEvent(&scroll_begin);
302
rwhva
->OnGestureEvent(&scroll_end)
318
RenderWidgetHostViewAura*
rwhva
= static_cast<RenderWidgetHostViewAura*>(
local
[
all
...]
/external/chromium_org/content/browser/android/
content_view_core_impl.cc
332
RenderWidgetHostViewAndroid*
rwhva
= GetRenderWidgetHostViewAndroid();
local
333
if (!
rwhva
)
335
return
rwhva
->GetCachedBackgroundColor();
1453
RenderWidgetHostViewAndroid*
rwhva
= GetRenderWidgetHostViewAndroid();
local
[
all
...]
Completed in 39 milliseconds