Home | History | Annotate | Download | only in automation

Lines Matching refs:properties

2326   // Each infobar may have different properties depending on the type.
2480 DictionaryValue* properties = new DictionaryValue;
2481 properties->SetString("ChromeVersion", chrome::kChromeVersion);
2482 properties->SetString("BrowserProcessExecutableName",
2484 properties->SetString("HelperProcessExecutableName",
2486 properties->SetString("BrowserProcessExecutablePath",
2488 properties->SetString("HelperProcessExecutablePath",
2490 properties->SetString("command_line_string",
2494 properties->SetString("DIR_CRASH_DUMPS", dumps_path.value());
2504 properties->SetString("branding", branding);
2507 return_value->Set("properties", properties);
2520 // Window properties
3046 // Fill up other properties.
3047 DictionaryValue* properties = new DictionaryValue; // owned by return_value
3048 properties->SetBoolean("has_focus", model->has_focus());
3049 properties->SetBoolean("query_in_progress",
3051 properties->SetString("keyword", model->keyword());
3052 properties->SetString("text", edit_view->GetText());
3053 return_value->Set("properties", properties);