OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:original_height
(Results
1 - 5
of
5
) sorted by null
/development/ndk/sources/android/ndk_helper/
GLContext.cpp
221
int32_t
original_height
= screen_height_;
local
229
if( screen_width_ != original_widhth || screen_height_ !=
original_height
)
/external/chromium_org/ui/views/controls/button/
label_button_unittest.cc
179
const int
original_height
= button.GetPreferredSize().height();
local
184
EXPECT_GT(button.GetPreferredSize().height(),
original_height
);
191
EXPECT_EQ(
original_height
, button.GetPreferredSize().height());
/external/chromium_org/components/test/data/web_database/
version_53.sql
9
INSERT INTO "keywords" VALUES(2,'Google','google.com','http://www.google.com/favicon.ico','{google:baseURL}search?q={searchTerms}&{google:RLZ}{google:originalQueryForSuggestion}{google:assistedQueryStats}{google:searchFieldtrialParameter}{google:bookmarkBarPinned}{google:searchClient}{google:sourceId}{google:instantExtendedEnabledParameter}{google:omniboxStartMarginParameter}ie={inputEncoding}',1,'',0,0,'UTF-8',1,'{google:baseSuggestURL}search?{google:searchFieldtrialParameter}client={google:suggestClient}&xssi=t&q={searchTerms}&{google:cursorPosition}{google:zeroPrefixUrl}{google:pageClassification}sugkey={google:suggestAPIKeyParameter}',1,0,'{google:baseURL}webhp?sourceid=chrome-instant&{google:RLZ}{google:forceInstantResults}{google:instantExtendedEnabledParameter}{google:ntpIsThemedParameter}{google:omniboxStartMarginParameter}ie={inputEncoding}',0,'1D955A9B-6F30-D3FF-5F5C-002E40BDF482','["{google:baseURL}#q={searchTerms}","{google:baseURL}search#q={searchTerms}","{google:baseURL}webhp#q={searchTerms}"]','espv','{google:baseURL}searchbyimage/upload','','','','encoded_image={google:imageThumbnail},image_url={google:imageURL},sbisrc={google:imageSearchSource},original_width={google:imageOriginalWidth},
original_height
={google:imageOriginalHeight}','{google:baseURL}_/chrome/newtab?{google:RLZ}{google:instantExtendedEnabledParameter}{google:ntpIsThemedParameter}ie={inputEncoding}');
/external/chromium_org/content/renderer/
render_widget.cc
267
int
original_height
= std::max(original_size_.height(), 1);
local
271
static_cast<float>(applied_widget_rect_.height()) /
original_height
;
[
all
...]
/external/chromium_org/chrome/browser/ui/panels/
panel_browsertest.cc
495
int
original_height
= panel->GetBounds().height();
local
500
EXPECT_EQ(
original_height
, panel->GetBounds().height());
[
all
...]
Completed in 249 milliseconds