OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:width_resource
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/ui/gtk/
first_run_bubble.cc
87
int
width_resource
= 0;
local
89
width_resource
= IDS_FIRSTRUNBUBBLE_DIALOG_WIDTH_CHARS;
92
width_resource
= IDS_FIRSTRUNOEMBUBBLE_DIALOG_WIDTH_CHARS;
95
width_resource
= IDS_FIRSTRUN_MINIMAL_BUBBLE_DIALOG_WIDTH_CHARS;
101
InitializeLabels(
width_resource
);
197
void FirstRunBubble::InitializeLabels(int
width_resource
) {
201
anchor_,
width_resource
, 0, &width, NULL);
first_run_bubble.h
59
void InitializeLabels(int
width_resource
);
Completed in 823 milliseconds