Searched defs:type (Results 226 - 250 of 7457) sorted by path

1234567891011>>

/external/chromium_org/android_webview/java/src/org/chromium/android_webview/
H A DAwContents.java686 // NOTE: we cannot use mAwViewMethods here because its type is NullAwViewMethods.
1117 // If we are reloading the same url, then set transition type as reload.
2072 int type, String extra, String href, String anchorText, String imgSrc) {
2073 mPossiblyStaleHitTestData.hitTestResultType = type;
2071 updateHitTestData( int type, String extra, String href, String anchorText, String imgSrc) argument
H A DAwResource.java77 private static String getResource(int resid, int type) { argument
85 switch (type) {
93 throw new IllegalArgumentException("Unknown resource type");
/external/chromium_org/android_webview/native/
H A Daw_contents_client_bridge_unittest.cc45 void TestCertType(SSLClientCertType type, const std::string& expected_name);
87 void AwContentsClientBridgeTest::TestCertType(SSLClientCertType type, argument
90 cert_request_info_->cert_key_types.push_back(type);
H A Daw_quota_manager_bridge_impl.cc49 storage::StorageType type);
95 storage::StorageType type) {
105 type,
94 OnOriginsObtained(const std::set<GURL>& origins, storage::StorageType type) argument
/external/chromium_org/android_webview/renderer/
H A Daw_content_renderer_client.cc72 blink::WebNavigationType type,
90 || type == blink::WebNavigationTypeBackForward;
66 HandleNavigation( content::RenderFrame* render_frame, content::DocumentState* document_state, int opener_id, blink::WebFrame* frame, const blink::WebURLRequest& request, blink::WebNavigationType type, blink::WebNavigationPolicy default_policy, bool is_redirect) argument
H A Dprint_web_view_helper.cc1680 void PrintWebViewHelper::RequestPrintPreview(PrintPreviewRequestType type) { argument
1686 switch (type) {
/external/chromium_org/apps/
H A Dapp_lifetime_monitor.cc52 void AppLifetimeMonitor::Observe(int type, argument
55 switch (type) {
H A Dapp_load_service.cc85 void AppLoadService::Observe(int type, argument
88 DCHECK_EQ(type, extensions::NOTIFICATION_EXTENSION_HOST_DID_STOP_LOADING);
H A Dcustom_launcher_page_contents.cc132 content::MediaStreamType type) {
134 return helper_->CheckMediaAccessPermission(security_origin, type);
129 CheckMediaAccessPermission( content::WebContents* web_contents, const GURL& security_origin, content::MediaStreamType type) argument
H A Dsaved_devices_service.cc44 // The type of device saved.
45 const char kDeviceType[] = "type";
286 void SavedDevicesService::Observe(int type, argument
289 switch (type) {
H A Dsaved_files_service.cc210 void SavedFilesService::Observe(int type, argument
213 switch (type) {
/external/chromium_org/ash/
H A Ddefault_accessibility_delegate.cc40 void DefaultAccessibilityDelegate::SetMagnifierType(MagnifierType type) { argument
41 screen_magnifier_type_ = type;
H A Dshell_unittest.cc152 void TestCreateWindow(views::Widget::InitParams::Type type, argument
155 views::Widget::InitParams widget_params(type);
163 "TestCreateWindow: type=" << type << ", always_on_top=" <<
/external/chromium_org/ash/host/
H A Dash_window_tree_host_x11.cc195 ui::EventType type = ui::EventTypeFromNative(xev); local
198 switch (type) {
/external/chromium_org/ash/shelf/
H A Dbackground_animator.cc36 bool value, BackgroundAnimatorChangeType type) {
40 if (type == BACKGROUND_CHANGE_IMMEDIATE && !animation_.is_animating()) {
35 SetPaintsBackground( bool value, BackgroundAnimatorChangeType type) argument
H A Dshelf_item_types.h18 // The type of a shelf item.
61 ShelfItemType type; member in struct:ash::ShelfItem
82 ShelfItemType type; member in struct:ash::ShelfItemDetails
H A Dshelf_layout_manager.cc137 in_mouse_drag_ = (event->type() == ui::ET_MOUSE_DRAGGED ||
138 (in_mouse_drag_ && event->type() != ui::ET_MOUSE_RELEASED &&
139 event->type() != ui::ET_MOUSE_CAPTURE_CHANGED)) &&
141 if (event->type() == ui::ET_MOUSE_MOVED)
435 if (gesture.type() == ui::ET_GESTURE_SCROLL_END) {
459 } else if (gesture.type() == ui::ET_SCROLL_FLING_START) {
939 BackgroundAnimatorChangeType type) {
941 shelf_->SetPaintsBackground(background_type, type);
943 OnBackgroundUpdated(background_type, type));
938 UpdateShelfBackground( BackgroundAnimatorChangeType type) argument
H A Dshelf_layout_manager_unittest.cc140 void ProcessScroll(ui::EventType type, const gfx::Vector2dF& delta) { argument
144 if (type == ui::ET_GESTURE_SCROLL_BEGIN) {
151 if (type == ui::ET_GESTURE_SCROLL_END)
154 if (type == ui::ET_GESTURE_SCROLL_UPDATE)
H A Dshelf_model.cc16 int ShelfItemTypeToWeight(ShelfItemType type) { argument
17 switch (type) {
37 NOTREACHED() << "Invalid type " << type;
42 return ShelfItemTypeToWeight(a.type) < ShelfItemTypeToWeight(b.type);
58 index = ValidateInsertionIndex(item.type, index);
68 DCHECK(items_[index].type != TYPE_APP_LIST &&
69 items_[index].type != TYPE_BROWSER_SHORTCUT);
89 int new_index = item.type
118 GetItemIndexForType(ShelfItemType type) argument
169 ValidateInsertionIndex(ShelfItemType type, int index) const argument
[all...]
H A Dshelf_navigator.cc14 // specified type.
15 bool ShouldSkip(ShelfItemType type) { argument
16 return type == TYPE_APP_LIST ||
17 type == TYPE_BROWSER_SHORTCUT ||
18 type == TYPE_APP_SHORTCUT ||
19 type == TYPE_WINDOWED_APP;
33 if (ShouldSkip(item.type))
59 if (ShouldSkip(item.type))
H A Dshelf_navigator_unittest.cc29 app_list.type = TYPE_APP_LIST;
35 EXPECT_TRUE(model_->items()[0].type == TYPE_APP_LIST);
39 browser_shortcut.type = TYPE_BROWSER_SHORTCUT;
48 new_item.type = types[i];
57 if (focused_item.type == TYPE_PLATFORM_APP) {
109 ShelfItemType type = TYPE_PLATFORM_APP; local
110 SetupMockShelfModel(&type, 1, 2);
H A Dshelf_view.cc464 DCHECK_NE(TYPE_APP_LIST, model_->items()[index].type);
515 if (model_->items()[i].type == TYPE_APP_LIST)
867 switch (item.type) {
956 // Constrain the location to the range of valid indices for the type.
1169 ShelfItemType type = model_->items()[index].type; local
1170 if (type == TYPE_APP_LIST || type == TYPE_DIALOG || !delegate_->CanPin())
1175 return (type == TYPE_APP_SHORTCUT && delegate_->IsAppPinned(app_id)) ?
1201 ShelfItemType type local
[all...]
/external/chromium_org/ash/shell/
H A Dapp_list.cc40 // launch type and launches corresponding example window when activated.
52 explicit WindowTypeShelfItem(const std::string& id, Type type) argument
54 type_(type) {
55 std::string title(GetTitle(type));
56 SetIcon(GetIcon(type), false);
60 static gfx::ImageSkia GetIcon(Type type) { argument
72 icon.eraseColor(kColors[static_cast<int>(type) % arraysize(kColors)]);
77 static std::string GetTitle(Type type) { argument
78 switch (type) {
90 return "Unknown window type
95 GetDetails(Type type) argument
108 ActivateItem(Type type, int event_flags) argument
157 ExampleSearchResult(WindowTypeShelfItem::Type type, const base::string16& query) argument
189 WindowTypeShelfItem::Type type() const { return type_; } function in class:ash::shell::__anon1947::ExampleSearchResult
208 WindowTypeShelfItem::Type type = local
297 WindowTypeShelfItem::Type type = variable
[all...]
/external/chromium_org/ash/sticky_keys/
H A Dsticky_keys_controller.cc21 // Returns true if the type of mouse event should be modified by sticky keys.
23 ui::EventType type = event.type(); local
24 return type == ui::ET_MOUSE_PRESSED || type == ui::ET_MOUSE_RELEASED ||
25 type == ui::ET_MOUSEWHEEL;
259 event.type() != ui::ET_MOUSE_PRESSED) {
282 event.type() == ui::ET_SCROLL) {
296 (event.type() == ui::ET_SCROLL_FLING_START || direction_changed)) {
317 ui::EventType type,
316 TranslateKeyEvent( ui::EventType type, ui::KeyboardCode key_code) argument
[all...]
H A Dsticky_keys_unittest.cc59 ui::KeyEvent* GenerateKey(ui::EventType type, ui::KeyboardCode code) { argument
60 scoped_xevent_.InitKeyEvent(type, code, 0);
67 ui::MouseEvent* GenerateMouseEvent(ui::EventType type) { argument
68 return GenerateMouseEventAt(type, gfx::Point());
73 ui::MouseEvent* GenerateMouseEventAt(ui::EventType type, argument
77 type,
123 ui::KeyEvent* GenerateSynthesizedKeyEvent(ui::EventType type, argument
125 return new ui::KeyEvent(type, code, ui::EF_NONE);
143 ui::EventType type,
145 return GenerateSynthesizedMouseEventAt(type, locatio
142 GenerateSynthesizedMouseClickEvent( ui::EventType type, const gfx::Point& location) argument
[all...]

Completed in 574 milliseconds

1234567891011>>