OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:character_bounds
(Results
1 - 22
of
22
) sorted by null
/external/chromium_org/win8/metro_driver/ime/
text_service.h
32
// with |
character_bounds
|. An empty |input_scopes| indicates that IMEs
40
const std::vector<metro_viewer::CharacterBounds>&
character_bounds
) = 0;
text_service.cc
350
const std::vector<metro_viewer::CharacterBounds>&
character_bounds
)
354
composition_character_bounds_ =
character_bounds
;
/external/chromium_org/content/port/browser/
render_widget_host_view_port.h
113
const std::vector<gfx::Rect>&
character_bounds
) = 0;
/external/chromium_org/content/browser/renderer_host/
render_widget_host_view_guest.cc
324
const std::vector<gfx::Rect>&
character_bounds
) {
330
for (size_t i = 0; i <
character_bounds
.size(); ++i) {
331
gfx::Rect guest_rect = guest_->ToGuestRect(
character_bounds
[i]);
render_widget_host_view_guest.h
90
const std::vector<gfx::Rect>&
character_bounds
) OVERRIDE;
render_widget_host_impl.h
676
const std::vector<gfx::Rect>&
character_bounds
);
[
all
...]
render_widget_host_view_mac.h
258
const std::vector<gfx::Rect>&
character_bounds
) OVERRIDE;
render_widget_host_view_aura.h
187
const std::vector<gfx::Rect>&
character_bounds
) OVERRIDE;
[
all
...]
render_widget_host_view_win.h
192
const std::vector<gfx::Rect>&
character_bounds
) OVERRIDE;
render_widget_host_impl.cc
[
all
...]
render_widget_host_view_win.cc
728
const std::vector<gfx::Rect>&
character_bounds
) {
730
composition_character_bounds_ =
character_bounds
;
[
all
...]
render_widget_host_view_aura.cc
[
all
...]
/external/chromium_org/ui/aura/
remote_root_window_host_win.cc
482
std::vector<metro_viewer::CharacterBounds>
character_bounds
;
local
490
character_bounds
.push_back(bounds);
493
input_scopes,
character_bounds
));
/external/chromium_org/content/test/
test_render_view_host.h
110
const std::vector<gfx::Rect>&
character_bounds
) OVERRIDE {}
/external/chromium_org/win8/metro_driver/
chrome_app_view_ash.h
104
const std::vector<metro_viewer::CharacterBounds>&
character_bounds
);
chrome_app_view_ash.cc
265
const std::vector<metro_viewer::CharacterBounds>&
character_bounds
) {
271
character_bounds
));
849
const std::vector<metro_viewer::CharacterBounds>&
character_bounds
) {
852
text_service_->OnDocumentChanged(input_scopes,
character_bounds
);
[
all
...]
/external/chromium_org/content/browser/browser_plugin/
browser_plugin_guest.h
492
const std::vector<gfx::Rect>&
character_bounds
);
browser_plugin_guest.cc
[
all
...]
/external/chromium_org/content/renderer/
render_widget.h
474
std::vector<gfx::Rect>*
character_bounds
);
render_widget.cc
2630
std::vector<gfx::Rect>
character_bounds
;
local
[
all
...]
render_view_impl.h
733
std::vector<gfx::Rect>*
character_bounds
) OVERRIDE;
[
all
...]
/external/chromium_org/content/browser/accessibility/
browser_accessibility_win.cc
[
all
...]
Completed in 219 milliseconds