OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:new_work_area
(Results
1 - 1
of
1
) sorted by null
/external/chromium/chrome/browser/notifications/
balloon_collection_impl.cc
369
gfx::Rect
new_work_area
= GetMacWorkArea();
local
373
gfx::Rect
new_work_area
= info_provider->GetPrimaryMonitorWorkArea();
local
375
if (!work_area_.Equals(
new_work_area
)) {
376
work_area_.SetRect(
new_work_area
.x(),
new_work_area
.y(),
377
new_work_area
.width(),
new_work_area
.height());
Completed in 388 milliseconds