OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:target_view
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/content/browser/renderer_host/
render_widget_host_view_mac_dictionary_helper.h
28
// This |
target_view
| can be different from |view_|, |view_| is used to get
29
// the current selection value where |
target_view
| is used to bring up the
31
void SetTargetView(RenderWidgetHostView*
target_view
);
render_widget_host_view_mac_dictionary_helper.mm
18
RenderWidgetHostView*
target_view
) {
19
target_view_ = static_cast<RenderWidgetHostViewMac*>(
target_view
);
/external/chromium_org/ash/drag_drop/
drag_drop_interactive_uitest.cc
144
TargetView*
target_view
= new TargetView();
local
145
target_view
->SetBounds(0, 0, 100, 100);
147
CreateWidget(
target_view
, gfx::Rect(400, 0, 100, 100));
158
EXPECT_TRUE(
target_view
->dropped());
/external/chromium_org/ui/app_list/views/
apps_grid_view.cc
1347
AppListItemView*
target_view
=
local
1519
views::View*
target_view
= GetViewAtSlotOnCurrentPage(drop_target.slot);
local
1562
views::View*
target_view
= GetViewAtSlotOnCurrentPage(nearest_tile.slot);
local
1664
AppListItemView*
target_view
=
local
[
all
...]
/external/chromium_org/ui/views/widget/
drop_helper.h
35
View*
target_view
() const { return target_view_; }
function in class:views::DropHelper
/external/chromium_org/ui/message_center/views/
message_center_view.cc
769
// Third part: fade-in the
target_view
.
[
all
...]
Completed in 270 milliseconds